/home/rokasa/dbs
/*M!999999\- enable the sandbox mode */ -- MariaDB dump 10.19 Distrib 10.6.22-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: robisear_drn -- ------------------------------------------------------ -- Server version 10.6.22-MariaDB-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; /*!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 `accounttype` -- DROP TABLE IF EXISTS `accounttype`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `accounttype` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(30) NOT NULL, `type` varchar(50) NOT NULL, `companyid` varchar(10) NOT NULL, `userid` varchar(10) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `accounttype` -- LOCK TABLES `accounttype` WRITE; /*!40000 ALTER TABLE `accounttype` DISABLE KEYS */; INSERT INTO `accounttype` VALUES (1,'Asset','BS','1','415','Asset'),(2,'Liability','BS','1','415','Liability'),(3,'Equity','BS','1','415','Equity'),(4,'Income','PL','1','415','Income'),(5,'Expense','PL','1','415','Expense'); /*!40000 ALTER TABLE `accounttype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `activityloggs` -- DROP TABLE IF EXISTS `activityloggs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `activityloggs` ( `id` int(30) NOT NULL AUTO_INCREMENT, `userid` varchar(30) NOT NULL, `timedone` varchar(50) NOT NULL, `actiondone` text NOT NULL, `ip` text NOT NULL, `companyid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `activityloggs` -- LOCK TABLES `activityloggs` WRITE; /*!40000 ALTER TABLE `activityloggs` DISABLE KEYS */; INSERT INTO `activityloggs` VALUES (1,'1','2025-05-16 14:31:55','Admin Changed the price of Membership to: buyingprice =0 ,sellingprice =40000, qty= 0.00, items with id 2 . in Main level at 2025-05-16 14:31:55','196.96.238.13',1),(2,'1','2025-06-13 08:48:24','Admin Returned 1.00 Breakfast Meeting with code (1) at 2025-06-13 08:48:24','154.159.238.187',1),(3,'1','2025-06-13 08:50:07','Admin Returned 1.00 Breakfast Meeting with code (1) at 2025-06-13 08:50:07','154.159.238.187',1),(4,'1','2025-06-13 08:54:52','Admin Returned 1.00 Breakfast Meeting with code (1) at 2025-06-13 08:54:52','154.159.238.187',1),(5,'1','2025-06-13 08:55:50','Admin Returned 1.00 Breakfast Meeting with code (1) at 2025-06-13 08:55:50','154.159.238.187',1),(6,'1','2025-06-13 09:53:48','Admin Returned 1.00 Breakfast Meeting with code (1) at 2025-06-13 09:53:48','154.159.238.187',1),(7,'1','2025-06-13 10:05:50','Admin Returned 1.00 Breakfast Meeting with code (1) at 2025-06-13 10:05:50','154.159.238.187',1),(8,'1','2025-06-13 10:06:19','Admin Returned 1.00 Breakfast Meeting with code (1) at 2025-06-13 10:06:19','154.159.238.187',1),(9,'1','2025-06-13 10:09:34','Admin Returned 1.00 Breakfast Meeting with code (1) at 2025-06-13 10:09:34','154.159.238.187',1),(10,'1','2025-06-13 10:25:49','Admin Returned 1.00 Breakfast Meeting with code (1) at 2025-06-13 10:25:49','154.159.238.187',1),(11,'1','2025-06-13 10:26:55','Admin Returned 1.00 Breakfast Meeting with code (1) at 2025-06-13 10:26:55','154.159.238.187',1),(12,'1','2025-06-13 10:54:53','Admin Returned 1.00 Breakfast Meeting with code (1) at 2025-06-13 10:54:53','154.159.238.187',1),(13,'1','2025-06-13 10:55:03','Admin Returned 1.00 Breakfast Meeting with code (1) at 2025-06-13 10:55:03','154.159.238.187',1),(14,'1','2025-06-13 10:59:09','Admin Returned 1.00 Breakfast Meeting with code (1) at 2025-06-13 10:59:09','154.159.238.187',1),(15,'1','2025-06-30 09:49:34','Admin Changed the price of test to: buyingprice =1 ,sellingprice =2, qty= 0.00, items with id 5 . in Main level at 2025-06-30 09:49:34','197.232.171.94',1),(16,'1','2025-06-30 09:49:42','Admin Changed the price of test to: buyingprice =1 ,sellingprice =3, qty= 0.00, items with id 5 . in Main level at 2025-06-30 09:49:42','197.232.171.94',1),(17,'1','2025-06-30 10:08:19','Admin Changed the price of test to: buyingprice =1 ,sellingprice =5, qty= 0.00, items with id 5 . in Main level at 2025-06-30 10:08:19','197.232.171.94',1); /*!40000 ALTER TABLE `activityloggs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `adjustmentcodes` -- DROP TABLE IF EXISTS `adjustmentcodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `adjustmentcodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `adjustmentcodes` -- LOCK TABLES `adjustmentcodes` WRITE; /*!40000 ALTER TABLE `adjustmentcodes` DISABLE KEYS */; INSERT INTO `adjustmentcodes` VALUES (1,'Cargo Transit Out','01',NULL,'Y','1'),(2,'Cargo Transit In','02',NULL,'Y','2'),(3,'Adjustment In','03',NULL,'Y','3'),(4,'Adjustment Out','04',NULL,'Y','4'),(5,'Discarding','05',NULL,'Y','5'),(6,'Processing Raw','06',NULL,'Y','6'),(7,'Processing Result','07',NULL,'Y','7'); /*!40000 ALTER TABLE `adjustmentcodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `admintable` -- DROP TABLE IF EXISTS `admintable`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `admintable` ( `id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(50) NOT NULL, `password` varchar(20) DEFAULT NULL, `surname` varchar(50) NOT NULL, `firstname` varchar(50) NOT NULL, `phone` varchar(50) NOT NULL, `campus` varchar(30) NOT NULL, `college` varchar(30) NOT NULL, `department` varchar(30) NOT NULL, `type` varchar(50) NOT NULL, `token` text NOT NULL, `email` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL, `idno` varchar(40) NOT NULL, `updatedat` varchar(40) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `admintable` -- LOCK TABLES `admintable` WRITE; /*!40000 ALTER TABLE `admintable` DISABLE KEYS */; INSERT INTO `admintable` VALUES (1,'admin','Robisearch321','dd','ddd','222222222','','','','','','admqin@gmail.com','','active','2222222','2016-11-07 04:32:35'); /*!40000 ALTER TABLE `admintable` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `advance` -- DROP TABLE IF EXISTS `advance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `advance` ( `id` int(11) NOT NULL AUTO_INCREMENT, `tenantid` varchar(50) NOT NULL, `todate` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `createdat` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `balance` varchar(50) NOT NULL, `closedate` varchar(30) NOT NULL, `startdate` varchar(30) NOT NULL, `paid` decimal(10,0) DEFAULT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `plotno` varchar(50) DEFAULT NULL, `houseno` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `advance` -- LOCK TABLES `advance` WRITE; /*!40000 ALTER TABLE `advance` DISABLE KEYS */; INSERT INTO `advance` VALUES (1,'4 ','','5000','','active','2025-02-13 11:50:54am','1','1','0','2025-02-14 23:59:59','2025-02-13 00:00:00',NULL,1,'','11739436625'); /*!40000 ALTER TABLE `advance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `advancepayment` -- DROP TABLE IF EXISTS `advancepayment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `advancepayment` ( `id` int(30) NOT NULL AUTO_INCREMENT, `createdat` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `amount` varchar(30) NOT NULL, `balance` varchar(30) NOT NULL, `description` text NOT NULL, `advanceid` int(30) DEFAULT NULL, `branchid` varchar(20) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `advancepayment` -- LOCK TABLES `advancepayment` WRITE; /*!40000 ALTER TABLE `advancepayment` DISABLE KEYS */; INSERT INTO `advancepayment` VALUES (1,'2025-01-16 09:00:16','1','1','2337','-2337','payment received',NULL,'1'),(2,'2025-02-13 11:45:14','1','1','120','-120','payment received',NULL,'1'); /*!40000 ALTER TABLE `advancepayment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent` -- DROP TABLE IF EXISTS `agent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `agent` ( `id` int(40) NOT NULL, `firstname` varchar(100) NOT NULL, `lastname` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `phone` varchar(100) NOT NULL, `email` varchar(100) NOT NULL, `description` text NOT NULL, `idno` varchar(100) NOT NULL, `country` varchar(100) NOT NULL, `gender` varchar(10) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `county` varchar(40) NOT NULL, `accountno` varchar(100) NOT NULL, `accountname` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `status` varchar(10) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), UNIQUE KEY `idno` (`idno`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent` -- LOCK TABLES `agent` WRITE; /*!40000 ALTER TABLE `agent` DISABLE KEYS */; /*!40000 ALTER TABLE `agent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `alerts` -- DROP TABLE IF EXISTS `alerts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `alerts` ( `id` int(100) NOT NULL AUTO_INCREMENT, `contact` text NOT NULL, `postedtime` varchar(40) NOT NULL, `message` text NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `duedate` varchar(30) NOT NULL, `duetime` varchar(30) NOT NULL, `deliverystatus` varchar(10) NOT NULL DEFAULT 'new', `name` varchar(30) NOT NULL, `type` varchar(30) NOT NULL, `groupname` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `alerts` -- LOCK TABLES `alerts` WRITE; /*!40000 ALTER TABLE `alerts` DISABLE KEYS */; /*!40000 ALTER TABLE `alerts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `allcurrencies` -- DROP TABLE IF EXISTS `allcurrencies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `allcurrencies` ( `id` int(10) NOT NULL AUTO_INCREMENT, `country` varchar(100) NOT NULL, `currency` varchar(20) NOT NULL, `code` varchar(20) NOT NULL, `symbol` varchar(10) NOT NULL, `companyid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=80 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `allcurrencies` -- LOCK TABLES `allcurrencies` WRITE; /*!40000 ALTER TABLE `allcurrencies` DISABLE KEYS */; INSERT INTO `allcurrencies` VALUES (1,'Albania','Albanian lek','ALL','L',1),(2,'Argentina','Argentine peso','ARS','$',1),(3,'Armenia','Armenian dram','AMD','?',1),(4,'Australia','Australian dollar','AUD','$',1),(5,'Azerbaijan','Azerbaijani manat','AZN','?',1),(6,'Belarus','Belarusian rubel','BYN','Rbl',1),(7,'Bolivia','Boliviano','BOB','Bs.',1),(8,'Botswana','Botswana pula','BWP','P',1),(9,'Bulgaria','Bulgarian lev','BGN','??.',1),(10,'Brazil','Brazilian real','BRL','R$',1),(11,'Cambodia','Cambodian riel','KHR','?',1),(12,'Canada','Canadian dollar','CAD','$',1),(13,'China','Chinese yuan (Renmin','CNY','?',1),(14,'Colombia','Colombian peso','COP','$',1),(15,'Costa Rica','Costa Rican col?n','CRC','?',1),(16,'Croatia','Croatian kuna','HRK','kn',1),(17,'Cuba','Cuban peso','CUP','$',1),(18,'Czech Republic','Czech koruna','CZK','K?',1),(19,'Denmark','Danish krone','DKK','kr.',1),(20,'Dominican Republic','Dominican peso','DOP','$',1),(21,'Egypt','Egyptian pound','EGP','E?',1),(22,'El Salvador','El Salvador col?n','SVC','?',1),(23,'European Union','Euro','EUR','?',1),(24,'Fiji','Fijian dollar','FJD','FJ$',1),(25,'Ghana','Ghanaian cedi','GHS','GH?',1),(26,'Guatemala','Guatemalan quetzal','GTQ','Q',1),(27,'Guinea','Guinean franc','GNF','FG',1),(28,'Guyana','Guyanese dollar','GYD','$',1),(29,'Hong Kong','Hong Kong dollar','HKD','$',1),(30,'Honduras','Honduran lempira','HNL','L',1),(31,'Hungary','Hungarian forint','HUF','Ft',1),(32,'India','Indian rupee','INR','?',1),(33,'Iceland','Icelandic kr?na','ISK','kr',1),(34,'Iran','Iranian rial','IRR','?',1),(35,'Israel','Israeli shekel','ILS','?',1),(36,'Japan','Japanese yen','JPY','?',1),(37,'Kazakhstan','Kazakhstani tenge','KZT','?',1),(38,'Kenya','Kenyan shilling','KES','Ksh',1),(39,'Kuwait','Kuwaiti dinar','KWD','?.?',1),(40,'Malawi','Malawian kwacha','MWK','MK',1),(41,'Malaysia','Malaysian ringgit','MYR','RM',1),(42,'Mexico','Mexican peso','MXN','$',1),(43,'Morocco','Moroccan dirham','MAD','MAD',1),(44,'Namibia','Namibian dollar','NAD','N$',1),(45,'Nepal','Nepalese rupee','NPR','Rs.',1),(46,'New Zealand','New Zealand dollar','NZD','$',1),(47,'Norway','Norwegian krone','NOK','kr',1),(48,'Oman','Omani rial','OMR','?.?.',1),(49,'Pakistan','Pakistani rupee','PKR','Rs',1),(50,'Peru','Sol','PEN','S/',1),(51,'Philippines','Philippine peso','PHP','?',1),(52,'Poland','Polish z?oty','PLN','z?',1),(53,'Qatar','Qatari riyal','QAR','QR',1),(54,'Romania','Romanian leu','RON','L',1),(55,'Russia','Russian ruble','RUB','?',1),(56,'Saudi Arabia','Saudi riyal','SAR','?.?',1),(57,'Serbia','Serbian dinar','RSD','din',1),(58,'Seychelles','Seychellois rupee','SCR','?',1),(59,'Singapore','Singapore dollar','SGD','$',1),(60,'Solomon Islands','Solomon Islands doll','SBD','Si$',1),(61,'Somalia','Somali shilling','SOS','Sh.so',1),(62,'South Africa','South African rand','ZAR','R',1),(63,'Sri Lanka','Sri Lankan rupee','LKR','Re',1),(64,'Sweden','Swedish krona','SEK','kr',1),(65,'Switzerland','Swiss franc','CHF','CHf.',1),(66,'Syria','Syrian pound','SYP','?S',1),(67,'Taiwan','New Taiwan dollar','TWD','NT$',1),(68,'Thailand','Thai baht','THB','?',1),(69,'Trinidad and Tobago','Trinidad and Tobago ','TTD','TT$',1),(70,'Turkey','Turkish lira','TRY','?',1),(71,'Ukraine','Ukrainian hryvnia','UAH','?',1),(72,'United Kingdom','Pound sterling','GBP','?',1),(73,'United States','United States dollar','USD','$',1),(74,'Uruguay','Uruguayan Peso','UYU','$',1),(75,'Uzbekistan','Uzbekistani sum','UZS','so?m',1),(76,'Venezuela','Venezuelan bol?var','VED','Bs.',1),(77,'Vietnam','Vietnamese dong','VND','?',1),(78,'Yemen','Yemeni rial','YER','?',1),(79,'Zimbabwe','Zimbabwean dollar','ZWL','$',1); /*!40000 ALTER TABLE `allcurrencies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `alldocuments` -- DROP TABLE IF EXISTS `alldocuments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `alldocuments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `img_id` varchar(50) NOT NULL, `userid` int(11) NOT NULL, `date` varchar(50) DEFAULT NULL, `documentname` text DEFAULT NULL, `companyid` varchar(100) NOT NULL DEFAULT '1', `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `alldocuments` -- LOCK TABLES `alldocuments` WRITE; /*!40000 ALTER TABLE `alldocuments` DISABLE KEYS */; /*!40000 ALTER TABLE `alldocuments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `allpayments` -- DROP TABLE IF EXISTS `allpayments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `allpayments` ( `id` int(50) NOT NULL AUTO_INCREMENT, `type` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` varchar(50) NOT NULL, `user` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `createdat` varchar(50) NOT NULL, `receiptno` varchar(100) NOT NULL, `idno` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `controller` varchar(100) NOT NULL, `imgid` varchar(100) NOT NULL, `img_id` text NOT NULL, `plotno` varchar(50) NOT NULL, `landlord` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `advance` varchar(20) NOT NULL, `direct` varchar(20) NOT NULL, `balance` varchar(20) NOT NULL, `mpesa` varchar(20) NOT NULL, `cash` varchar(20) NOT NULL, `card` varchar(20) NOT NULL, `cheque` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `year` varchar(20) NOT NULL, `paid` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `allpayments` -- LOCK TABLES `allpayments` WRITE; /*!40000 ALTER TABLE `allpayments` DISABLE KEYS */; /*!40000 ALTER TABLE `allpayments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `announcement` -- DROP TABLE IF EXISTS `announcement`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `announcement` ( `id` int(50) NOT NULL, `title` text NOT NULL, `target` varchar(50) NOT NULL, `message` text NOT NULL, `dateposted` varchar(50) NOT NULL, `status` varchar(50) NOT NULL, `type` varchar(50) NOT NULL, `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `memberid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `announcement` -- LOCK TABLES `announcement` WRITE; /*!40000 ALTER TABLE `announcement` DISABLE KEYS */; /*!40000 ALTER TABLE `announcement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `approvals` -- DROP TABLE IF EXISTS `approvals`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `approvals` ( `id` int(11) NOT NULL AUTO_INCREMENT, `level` varchar(5) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` varchar(20) NOT NULL, `applicationid` int(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `approvals` -- LOCK TABLES `approvals` WRITE; /*!40000 ALTER TABLE `approvals` DISABLE KEYS */; INSERT INTO `approvals` VALUES (1,'','','2025-01-23 06:09:40','Approved','1','','1','11736407271',1),(2,'','','2025-01-23 06:17:32','TemporaryApproved','1','','1','11737601984',8),(3,'','','2025-01-23 06:18:36','Approved','1','','1','11737601984',8),(4,'','','2025-01-23 06:44:41','Rejected','1','','1','11737600589',6),(5,'','','2025-01-23 06:44:54','Approved','1','','1','11737600589',6); /*!40000 ALTER TABLE `approvals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `asignrooms` -- DROP TABLE IF EXISTS `asignrooms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `asignrooms` ( `id` int(11) NOT NULL AUTO_INCREMENT, `roomid` varchar(40) NOT NULL, `plotno` varchar(100) DEFAULT NULL, `houseno` varchar(100) DEFAULT NULL, `status` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `memberid` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `exactdate` varchar(50) NOT NULL, `floor` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `asignrooms` -- LOCK TABLES `asignrooms` WRITE; /*!40000 ALTER TABLE `asignrooms` DISABLE KEYS */; /*!40000 ALTER TABLE `asignrooms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assessment` -- DROP TABLE IF EXISTS `assessment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assessment` ( `id` int(20) NOT NULL AUTO_INCREMENT, `invoice` varchar(50) NOT NULL, `registrationno` varchar(50) NOT NULL, `claimno` varchar(50) NOT NULL, `insurer` varchar(50) NOT NULL, `model` varchar(50) NOT NULL, `color` varchar(50) NOT NULL, `yom` varchar(50) NOT NULL, `tyres` varchar(50) NOT NULL, `policyno` varchar(50) NOT NULL, `make` varchar(50) NOT NULL, `engineno` varchar(50) NOT NULL, `mileage` varchar(50) NOT NULL, `repairer` varchar(50) NOT NULL, `chassisno` varchar(50) NOT NULL, `instructionsby` varchar(50) NOT NULL, `instructions` text NOT NULL, `preaccident` text NOT NULL, `garagedetails` text NOT NULL, `latentdameges` text NOT NULL, `userid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `dateposted` varchar(30) NOT NULL, `deliverymode` text NOT NULL, `date` varchar(30) NOT NULL, `assessmentdate` varchar(20) NOT NULL, `insuredname` varchar(30) NOT NULL, `colour` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assessment` -- LOCK TABLES `assessment` WRITE; /*!40000 ALTER TABLE `assessment` DISABLE KEYS */; /*!40000 ALTER TABLE `assessment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assets` -- DROP TABLE IF EXISTS `assets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assets` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(50) DEFAULT NULL, `code` varchar(255) DEFAULT NULL, `description` varchar(255) DEFAULT NULL, `tax_included` int(10) NOT NULL DEFAULT 16, `buyingprice` varchar(50) NOT NULL, `assetcondition` varchar(50) DEFAULT NULL, `type` varchar(50) DEFAULT NULL, `assetvalue` varchar(50) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `size` varchar(50) DEFAULT NULL, `store` varchar(50) DEFAULT NULL, `serialno` varchar(30) NOT NULL, `imgid` varchar(255) DEFAULT NULL, `override_default_tax` int(1) NOT NULL DEFAULT 0, `is_service` int(1) NOT NULL DEFAULT 0, `deleted` int(1) NOT NULL DEFAULT 0, `qty` decimal(10,2) NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `expdate` date NOT NULL, `orderamount` text NOT NULL, `shortname` varchar(50) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `uom` varchar(20) NOT NULL DEFAULT 'pcs', `producttype` varchar(30) NOT NULL DEFAULT 'Inventory', `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) NOT NULL, `mode` varchar(50) NOT NULL, `depreciationpercent` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL DEFAULT '1', `invoice` varchar(30) NOT NULL, `depreciation` varchar(30) NOT NULL DEFAULT '', `accumulativeaccount` varchar(30) DEFAULT NULL, `accumdepreciation` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assets` -- LOCK TABLES `assets` WRITE; /*!40000 ALTER TABLE `assets` DISABLE KEYS */; /*!40000 ALTER TABLE `assets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assignbranches` -- DROP TABLE IF EXISTS `assignbranches`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assignbranches` ( `id` int(11) NOT NULL AUTO_INCREMENT, `branchid` int(11) DEFAULT NULL, `employeeno` int(11) DEFAULT NULL, `status` int(11) NOT NULL, `description` text DEFAULT NULL COMMENT 'Description of a credit / debit', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `updateddate` varchar(40) NOT NULL, PRIMARY KEY (`id`), KEY `contract` (`branchid`), KEY `employee` (`employeeno`), KEY `type` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assignbranches` -- LOCK TABLES `assignbranches` WRITE; /*!40000 ALTER TABLE `assignbranches` DISABLE KEYS */; /*!40000 ALTER TABLE `assignbranches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assigntask` -- DROP TABLE IF EXISTS `assigntask`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assigntask` ( `id` int(30) NOT NULL AUTO_INCREMENT, `branchid` int(11) DEFAULT NULL, `employeeid` int(11) DEFAULT NULL, `status` varchar(11) NOT NULL DEFAULT 'active', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `updateddate` varchar(40) NOT NULL, `taskid` int(11) NOT NULL, `mode` varchar(20) NOT NULL, `target` varchar(20) NOT NULL, `period` varchar(20) NOT NULL, `description` text NOT NULL, `fromdate` varchar(30) NOT NULL, `todate` varchar(30) NOT NULL, `year` varchar(20) NOT NULL, `defaulttype` varchar(20) NOT NULL, `tasktype` varchar(10) NOT NULL DEFAULT 'General', PRIMARY KEY (`id`), KEY `contract` (`branchid`), KEY `employee` (`employeeid`), KEY `type` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assigntask` -- LOCK TABLES `assigntask` WRITE; /*!40000 ALTER TABLE `assigntask` DISABLE KEYS */; /*!40000 ALTER TABLE `assigntask` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `attendance` -- DROP TABLE IF EXISTS `attendance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `attendance` ( `id` int(100) NOT NULL AUTO_INCREMENT, `idno` varchar(100) NOT NULL, `surname` varchar(100) NOT NULL, `date` datetime NOT NULL, `timein` varchar(100) NOT NULL, `timeout` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `createddate` varchar(100) NOT NULL, `comment` text NOT NULL, `timediffrence` varchar(5) NOT NULL DEFAULT '0', `device` varchar(30) NOT NULL, `totaltime` varchar(20) DEFAULT NULL, `checkoutime` datetime NOT NULL, `status` int(20) NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `attendance` -- LOCK TABLES `attendance` WRITE; /*!40000 ALTER TABLE `attendance` DISABLE KEYS */; /*!40000 ALTER TABLE `attendance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `backup` -- DROP TABLE IF EXISTS `backup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `backup` ( `id` int(20) NOT NULL AUTO_INCREMENT, `user` text NOT NULL, `host` text NOT NULL, `password` text NOT NULL, `server` text NOT NULL, `path` text NOT NULL, `status` varchar(40) NOT NULL DEFAULT 'active', `createdat` varchar(40) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `database` text NOT NULL, `location` varchar(20) NOT NULL DEFAULT 'offline', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backup` -- LOCK TABLES `backup` WRITE; /*!40000 ALTER TABLE `backup` DISABLE KEYS */; INSERT INTO `backup` VALUES (1,'root','localhost','robisearchltd@2023','C:\\xampp\\mysql\\bin\\','C:/Backup/','active','2020-10-30 20:47:10',1,1,'robipos','offline'); /*!40000 ALTER TABLE `backup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bankcodes` -- DROP TABLE IF EXISTS `bankcodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `bankcodes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text NOT NULL, `status` varchar(20) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `bankcodes` -- LOCK TABLES `bankcodes` WRITE; /*!40000 ALTER TABLE `bankcodes` DISABLE KEYS */; INSERT INTO `bankcodes` VALUES (1,'MAYFAIR BANK LIMITED','1','MAYFAIR BANK LIMITED','Y','1'),(2,'M-PAYMENT','2','M-PAYMENT','Y','2'),(3,'KENYA POST OFFICE SAVINGS BANK','3','KENYA POST OFFICE SAVINGS BANK','Y','3'),(4,'FIRST COMMUNITY BANKS LIMITED','4','FIRST COMMUNITY BANKS LIMITED','Y','4'),(5,'GULF AFRICAN BANK LTD','5','GULF AFRICAN BANK LTD','Y','5'),(6,'FAMILY BANK LTD','6','FAMILY BANK LTD','Y','6'),(7,'EQUITY BANK LIMITED','7','EQUITY BANK LIMITED','Y','7'),(8,'SIDIAN BANK LIMITED','8','SIDIAN BANK LIMITED','Y','8'),(9,'DIAMOND TRUST BANK LIMITED','9','DIAMOND TRUST BANK LIMITED','Y','9'),(10,'HOUSING FINANCE BANK','10','HOUSING FINANCE BANK','Y','10'),(11,'SBM BANK (KENYA) LIMITED','11','SBM BANK (KENYA) LIMITED','Y','11'),(12,'DEVELOPMENT BANK OF KENYA LIMITED','12','DEVELOPMENT BANK OF KENYA LIMITED','Y','12'),(13,'I&M BANK LIMITED','13','I&M BANK LIMITED','Y','13'),(14,'GUARDIAN BANK LIMITED','14','GUARDIAN BANK LIMITED','Y','14'),(15,'VICTORIA COMMERCIAL BANK LIMITED','15','VICTORIA COMMERCIAL BANK LIMITED','Y','15'),(16,'GUARANTY TRUST BANK KENYA LIMITED','16','GUARANTY TRUST BANK KENYA LIMITED','Y','16'),(17,'JAMII BORA BANK','17','JAMII BORA BANK','Y','17'),(18,'PARAMOUNT UNIVERSAL BANK LIMITED','18','PARAMOUNT UNIVERSAL BANK LIMITED','Y','18'),(19,'EQUATORIAL COMMERCIAL HOLDING LIMITED','19','EQUATORIAL COMMERCIAL HOLDING LIMITED','Y','19'),(20,'GIRO COMMERCIAL BANK LIMITED','20','GIRO COMMERCIAL BANK LIMITED','Y','20'),(21,'NIC BANK LIMITED','21','NIC BANK LIMITED','Y','21'),(22,'IMPERIAL BANK LIMITED','22','IMPERIAL BANK LIMITED','Y','22'),(23,'CFC STANBIC BANK KENYA LIMITED','23','CFC STANBIC BANK KENYA LIMITED','Y','23'),(24,'CHASE BANK LIMITED','24','CHASE BANK LIMITED','Y','24'),(25,'ACCESS BANK (KENYA) PLC','25','ACCESS BANK (KENYA) PLC','Y','25'),(26,'CREDIT BANK LIMITED','26','CREDIT BANK LIMITED','Y','26'),(27,'CONSOLIDATED BANK OF KENYA LIMITED','27','CONSOLIDATED BANK OF KENYA LIMITED','Y','27'),(28,'DUBAI BANK KENYA LIMITED','28','DUBAI BANK KENYA LIMITED','Y','28'),(29,'BANK OF AFRICA KENYA LIMITED','29','BANK OF AFRICA KENYA LIMITED','Y','29'),(30,'MIDDLE EAST BANK KENYA LIMITED','30','MIDDLE EAST BANK KENYA LIMITED','Y','30'),(31,'HABIB BANK A.G. ZURICH','31','HABIB BANK A.G. ZURICH','Y','31'),(32,'CITIBANK N.A.','32','CITIBANK N.A.','Y','32'),(33,'ORIENTAL COMMERCIAL BANK LIMITED','33','ORIENTAL COMMERCIAL BANK LIMITED','Y','33'),(34,'NATIONAL BANK OF KENYA LTD','34','NATIONAL BANK OF KENYA LTD','Y','34'),(35,'PRIME BANK LIMITED','35','PRIME BANK LIMITED','Y','35'),(36,'CENTRAL BANK OF KENYA','36','CENTRAL BANK OF KENYA','Y','36'),(37,'HABIB BANK LIMITED','37','HABIB BANK LIMITED','Y','37'),(38,'COMMERCIAL BANK OF AFRICA LIMITED','38','COMMERCIAL BANK OF AFRICA LIMITED','Y','38'),(39,'BANK OF BARODA KENYA LIMITED','39','BANK OF BARODA KENYA LIMITED','Y','39'),(40,'BANK OF INDIA','40','BANK OF INDIA','Y','40'),(41,'ABSA BANK KENYA PLC','41','ABSA BANK KENYA PLC','Y','41'),(42,'STANDARD CHARTERED BANK KENYA LIMITED','42','STANDARD CHARTERED BANK KENYA LIMITED','Y','42'),(43,'KENYA COMMERCIAL BANK LTD','43','KENYA COMMERCIAL BANK LTD','Y','43'),(44,'AFRICAN BANKING CORP BANK LTD','44','AFRICAN BANKING CORP BANK LTD','Y','44'),(45,'ECO BANK LIMITED','45','ECO BANK LIMITED','Y','45'),(46,'UBA KENYA BANK LTD','46','UBA KENYA BANK LTD','Y','46'),(47,'CO-OPERATIVE BANK OF KENYA LIMITED','47','CO-OPERATIVE BANK OF KENYA LIMITED','Y','47'); /*!40000 ALTER TABLE `bankcodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `banks` -- DROP TABLE IF EXISTS `banks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `banks` ( `id` int(50) NOT NULL AUTO_INCREMENT, `expendituretype` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `paiddate` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `bankname` int(11) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `entrydate` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `banks` -- LOCK TABLES `banks` WRITE; /*!40000 ALTER TABLE `banks` DISABLE KEYS */; INSERT INTO `banks` VALUES (1,'','0.00','','2025-01-09 11:28:56','ROBERT',1030,'1','1','2025-01-09 11:56:40','BANK-11736412988'); /*!40000 ALTER TABLE `banks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `batchlist` -- DROP TABLE IF EXISTS `batchlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `batchlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `exactime` varchar(50) NOT NULL, `batchid` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `batchno` int(11) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `batchlist` -- LOCK TABLES `batchlist` WRITE; /*!40000 ALTER TABLE `batchlist` DISABLE KEYS */; INSERT INTO `batchlist` VALUES (1,'P.O','1','2025-01-09 10:08:54','11736406513','11736405923',1,1,1,''),(2,'P.O','1','2025-01-09 10:10:39','11736406629','11736405923',1,1,1,''),(3,'P.O','1','2025-02-05 16:42:52','11738762970','11736405923',1,1,1,''),(4,'S.O','1','2025-02-05 16:44:08','11738763045','111736850381',1,1,1,''),(5,'P.O','1','2025-02-13 10:07:56','11739430471','11736405923',1,1,1,''),(6,'P.O','1','2025-03-13 17:38:05','11741876681','11741876437',1,1,1,''),(7,'S.O','1','2025-03-22 11:51:38','11742633497','111742627873',1,1,1,''),(8,'S.O','1','2025-03-22 13:32:47','11742639565','111742639540',1,1,1,''),(9,'S.O','1','2025-06-11 06:28:11','11749612488','11749612312',1,1,1,''); /*!40000 ALTER TABLE `batchlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `beds` -- DROP TABLE IF EXISTS `beds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `beds` ( `id` int(11) NOT NULL AUTO_INCREMENT, `houseno` varchar(100) NOT NULL, `status` varchar(40) NOT NULL DEFAULT 'active', `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `name` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `roomid` varchar(20) NOT NULL, `plotno` varchar(20) DEFAULT NULL, `description` text NOT NULL, `chargeid` int(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `beds` -- LOCK TABLES `beds` WRITE; /*!40000 ALTER TABLE `beds` DISABLE KEYS */; /*!40000 ALTER TABLE `beds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blog` -- DROP TABLE IF EXISTS `blog`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `blog` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `answers` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `blog` -- LOCK TABLES `blog` WRITE; /*!40000 ALTER TABLE `blog` DISABLE KEYS */; /*!40000 ALTER TABLE `blog` 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 = utf8mb4 */; CREATE TABLE `blogs` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `answers` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `blogs` -- LOCK TABLES `blogs` WRITE; /*!40000 ALTER TABLE `blogs` DISABLE KEYS */; /*!40000 ALTER TABLE `blogs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bookroom` -- DROP TABLE IF EXISTS `bookroom`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `bookroom` ( `id` int(20) NOT NULL AUTO_INCREMENT, `houseno` varchar(60) NOT NULL, `plotno` varchar(50) NOT NULL, `idno` varchar(50) NOT NULL, `tenantid` varchar(40) NOT NULL, `entrydate` varchar(50) NOT NULL, `description` text NOT NULL, `checkoutdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdat` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `amount` varchar(30) NOT NULL, `paymentstatus` varchar(30) NOT NULL, `paymentmode` varchar(30) NOT NULL, `paymentcode` varchar(30) NOT NULL, `totalamount` decimal(10,2) NOT NULL, `overpayment` decimal(10,2) NOT NULL, `discount` varchar(30) NOT NULL, `transactioncode` varchar(30) NOT NULL, `roomtype` varchar(40) NOT NULL, `number` varchar(10) NOT NULL, `total` varchar(30) NOT NULL, `balance` varchar(30) NOT NULL, `mpesa` varchar(30) NOT NULL, `card` varchar(30) NOT NULL, `bookroom` varchar(20) NOT NULL, `credit` varchar(30) NOT NULL, `voucher` varchar(10) NOT NULL, `cheque` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `people` varchar(10) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'accommodation', `deposite` decimal(10,2) NOT NULL, `chargeid` int(11) NOT NULL, `booings` int(11) NOT NULL DEFAULT 1, `branchid` int(10) NOT NULL DEFAULT 1, `tax1` decimal(10,2) NOT NULL, `tax2` decimal(10,2) NOT NULL, `vatable` decimal(10,2) NOT NULL, `mytable` varchar(20) NOT NULL, `salesperson` varchar(20) DEFAULT NULL, `receiptno` varchar(20) DEFAULT NULL, `discountedtotal` varchar(20) NOT NULL DEFAULT '', `bedid` int(11) DEFAULT 1, `bedname` varchar(100) NOT NULL, `currency` varchar(20) DEFAULT NULL, `updatedid` int(20) DEFAULT NULL, `othercurrency` varchar(20) DEFAULT NULL, `othercurrencyamount` decimal(10,4) DEFAULT NULL, `tocurrencyamount` decimal(10,4) DEFAULT NULL, `tocurrencychnage` decimal(10,4) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `bookroom` -- LOCK TABLES `bookroom` WRITE; /*!40000 ALTER TABLE `bookroom` DISABLE KEYS */; /*!40000 ALTER TABLE `bookroom` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `branch` -- DROP TABLE IF EXISTS `branch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `branch` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, `currency` varchar(20) NOT NULL DEFAULT 'KES', `logo` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `branch` -- LOCK TABLES `branch` WRITE; /*!40000 ALTER TABLE `branch` DISABLE KEYS */; INSERT INTO `branch` VALUES (1,'BRANCH A','<H1 style=\"margin:0px;\">ROBISEARCH LTD( SAMPLE) </H1>\r\nNAIROBI, KENYA,0718667391, www.robisearch.com\r\n</BR>COMPANY PIN: P1XXXXXXX</br>\r\n</BR>TILL NO:111111111</br>\r\nCall us today if you need this Pos :0716413386\r\n\r\n','2025-02-21 12:43:25','active','1','','1','<B> INVOICE TERMS</B></BR>\r\n1. This invoice is payable on demand unless terms specified.<br>\r\n2. Good once sold are not returnable<br>\r\n3. Ownership of the above good will be vested in Dimetrica limited until fully paid\r\n\r\n','KES','2023-08-101691646451.jpeg'); /*!40000 ALTER TABLE `branch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `branchlist` -- DROP TABLE IF EXISTS `branchlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `branchlist` ( `id` int(11) NOT NULL AUTO_INCREMENT, `tin` varchar(50) NOT NULL, `bhfId` varchar(50) NOT NULL, `bhfNm` text NOT NULL, `bhfSttsCd` varchar(50) NOT NULL DEFAULT 'active', `prvncNm` text NOT NULL, `dstrtNm` text NOT NULL, `sctrNm` varchar(50) NOT NULL, `locDesc` varchar(50) DEFAULT NULL, `mgrNm` varchar(50) NOT NULL DEFAULT 'KES', `mgrTelNo` varchar(50) NOT NULL, `mgrEmail` text NOT NULL, `hqYn` text NOT NULL, `branchid` varchar(50) DEFAULT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `branchlist` -- LOCK TABLES `branchlist` WRITE; /*!40000 ALTER TABLE `branchlist` DISABLE KEYS */; /*!40000 ALTER TABLE `branchlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `brands` -- DROP TABLE IF EXISTS `brands`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `brands` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `description` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `website` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `brands` -- LOCK TABLES `brands` WRITE; /*!40000 ALTER TABLE `brands` DISABLE KEYS */; INSERT INTO `brands` VALUES (1,'1','JKUAT','Our partner in ICT Field','karenmakena3@gmail.com','0702400635','','http://www.jkuat.ac.ke/','2016-12-13 06:47:33am','',0),(2,'1','SimbaNet','Our partner in in Nikague App','','','','https://www.simbanet.net/','','',0); /*!40000 ALTER TABLE `brands` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `budget` -- DROP TABLE IF EXISTS `budget`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `budget` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `createdate` varchar(20) NOT NULL, `expamount` decimal(10,2) NOT NULL, `usedamount` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `year` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `description` text NOT NULL, `todate` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `budget` -- LOCK TABLES `budget` WRITE; /*!40000 ALTER TABLE `budget` DISABLE KEYS */; /*!40000 ALTER TABLE `budget` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bulkdispatch` -- DROP TABLE IF EXISTS `bulkdispatch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `bulkdispatch` ( `id` int(11) NOT NULL AUTO_INCREMENT, `branchid` varchar(100) NOT NULL, `invoice` varchar(100) NOT NULL, `frombranch` varchar(50) NOT NULL, `remarks` varchar(100) NOT NULL DEFAULT 'new', `enddate` varchar(50) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `createdate` varchar(50) NOT NULL, `description` text NOT NULL, `name` varchar(50) NOT NULL, `approvedby` int(20) NOT NULL, `dateapproved` int(20) NOT NULL, `tobranch` varchar(20) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'new', `startdate` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'Transfer', `category` varchar(20) NOT NULL DEFAULT 'products', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `bulkdispatch` -- LOCK TABLES `bulkdispatch` WRITE; /*!40000 ALTER TABLE `bulkdispatch` DISABLE KEYS */; /*!40000 ALTER TABLE `bulkdispatch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bulkhouse` -- DROP TABLE IF EXISTS `bulkhouse`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `bulkhouse` ( `id` int(40) NOT NULL AUTO_INCREMENT, `plotno` varchar(60) NOT NULL, `houseno` varchar(40) NOT NULL, `tenantid` varchar(100) NOT NULL, `amount` decimal(10,2) NOT NULL, `type` varchar(100) NOT NULL, `description` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `idno` varchar(100) NOT NULL, `createdat` datetime NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `duedate` varchar(40) NOT NULL, `paymentstatus` varchar(40) NOT NULL, `paymentmode` varchar(40) NOT NULL, `paymentcode` varchar(100) NOT NULL, `transactioncode` varchar(100) NOT NULL, `approvedby` varchar(60) NOT NULL, `approvaldate` varchar(60) NOT NULL, `phone` varchar(40) NOT NULL, `roomtype` decimal(10,2) NOT NULL, `balance` varchar(40) NOT NULL DEFAULT '0', `companyid` varchar(100) NOT NULL DEFAULT '1', `exactdate` varchar(50) NOT NULL, `vat` decimal(10,2) NOT NULL, `paymentdate` varchar(30) NOT NULL, `name` text NOT NULL, `chargeid` varchar(30) NOT NULL, `branchid` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `bulkhouse` -- LOCK TABLES `bulkhouse` WRITE; /*!40000 ALTER TABLE `bulkhouse` DISABLE KEYS */; /*!40000 ALTER TABLE `bulkhouse` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bulkreservation` -- DROP TABLE IF EXISTS `bulkreservation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `bulkreservation` ( `id` int(20) NOT NULL AUTO_INCREMENT, `houseno` varchar(60) NOT NULL, `plotno` varchar(50) NOT NULL, `idno` varchar(50) NOT NULL, `tenantid` varchar(40) NOT NULL, `entrydate` varchar(50) NOT NULL, `description` text NOT NULL, `checkoutdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdat` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `amount` varchar(30) NOT NULL, `paymentstatus` varchar(30) NOT NULL, `paymentmode` varchar(30) NOT NULL, `paymentcode` varchar(30) NOT NULL, `totalamount` decimal(10,2) NOT NULL, `overpayment` decimal(10,2) NOT NULL, `discount` varchar(30) NOT NULL, `transactioncode` varchar(30) NOT NULL, `roomtype` varchar(40) NOT NULL, `number` varchar(10) NOT NULL, `total` varchar(30) NOT NULL, `balance` varchar(30) NOT NULL, `mpesa` varchar(30) NOT NULL, `card` varchar(30) NOT NULL, `bookroom` varchar(20) NOT NULL, `credit` varchar(30) NOT NULL, `voucher` varchar(10) NOT NULL, `cheque` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `people` varchar(10) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'accommodation', `deposite` decimal(10,2) NOT NULL, `chargeid` int(11) NOT NULL, `booings` int(11) NOT NULL DEFAULT 1, `branchid` int(10) NOT NULL DEFAULT 1, `currency` varchar(20) DEFAULT NULL, `tax1` decimal(10,2) NOT NULL, `tax2` decimal(10,2) NOT NULL, `vatable` decimal(10,2) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `bulkreservation` -- LOCK TABLES `bulkreservation` WRITE; /*!40000 ALTER TABLE `bulkreservation` DISABLE KEYS */; INSERT INTO `bulkreservation` VALUES (1,'Group','Group','','1','',' ','2024-12-21 10:00:00','new','1','2024-12-20 11:36:05','','1','0','Cleared','Cash','',0.00,0.00,'0','11734683765','0','2','0','0','0','0','','0','0','0','0','2','ict',0.00,0,1,1,NULL,0.00,0.00,0.00),(2,'Group','Group','','1','',' ','2024-12-21 10:00:00','new','1','2024-12-20 11:39:02','','1','0','Cleared','Invoice','Q233457',0.00,0.00,'0','11734683942','8000','4','8000','-6000','2000','0','','6000','0','0','0','4','Business',0.00,0,1,1,NULL,1103.45,0.00,6896.55),(3,'Group','Group','','1','',' ','2024-12-21 10:00:00','new','1','2024-12-20 11:51:07','','1','0','Cleared','Cash','',0.00,0.00,'0','11734684667','8000','3','8000','-8000','0','0','','8000','0','0','0','3','ict',0.00,0,1,1,NULL,1103.45,0.00,6896.55),(4,'Group','Group','','3','',' ','2025-01-29 10:00:00','new','1','2025-01-28 07:28:53','','1','6000','Cleared','Cash','Q233457',0.00,0.00,'0','11738038533','6000','88','6000','0','0','0','','0','0','0','0','88','Business',0.00,0,1,1,NULL,813.56,101.69,5084.75),(5,'Group','Group','','3','',' ','2025-01-29 10:00:00','new','1','2025-01-28 07:30:05','','1','0','Cleared','Cash','',0.00,0.00,'0','11738038605','0','7','0','0','0','0','','0','0','0','0','7','Business',0.00,0,1,1,NULL,0.00,0.00,0.00),(6,'Group','Group','','3','',' ','2025-01-29 10:00:00','new','1','2025-01-28 09:12:45','','1','8000','Cleared','Cash','',0.00,0.00,'0','11738044765','8000','4','8000','0','0','0','','0','0','0','0','4','Business',0.00,0,1,1,NULL,1084.75,135.59,6779.66),(7,'Group','Group','','6','',' ','2025-01-29 10:00:00','new','1','2025-01-28 09:20:45','','1','0','Cleared','Cash','',0.00,0.00,'0','11738045245','0','4','0','0','0','0','','0','0','0','0','4','ict',0.00,0,1,1,NULL,0.00,0.00,0.00),(8,'Group','Group','','4','',' ','2025-02-07 10:00:00','new','1','2025-02-06 18:08:02','','1','0','Cleared','Cash','',0.00,0.00,'0','11738854482','0','4','0','0','0','0','','0','0','0','0','4','Business',0.00,0,1,1,NULL,0.00,0.00,0.00); /*!40000 ALTER TABLE `bulkreservation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `callcenter` -- DROP TABLE IF EXISTS `callcenter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `callcenter` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `messageid` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, `callername` text NOT NULL, `receiver` text NOT NULL, `calldate` varchar(30) NOT NULL, `phone` varchar(50) NOT NULL, `media` text NOT NULL, `email` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `callcenter` -- LOCK TABLES `callcenter` WRITE; /*!40000 ALTER TABLE `callcenter` DISABLE KEYS */; /*!40000 ALTER TABLE `callcenter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `category` -- DROP TABLE IF EXISTS `category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `category` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `category` -- LOCK TABLES `category` WRITE; /*!40000 ALTER TABLE `category` DISABLE KEYS */; INSERT INTO `category` VALUES (1,'Everyone','','2023-12-29 07:55:55','active','1','','1'),(2,'OTHERS','','2021-08-23 03:04:54pm','active','1','','1'); /*!40000 ALTER TABLE `category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `charges` -- DROP TABLE IF EXISTS `charges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `charges` ( `id` int(20) NOT NULL AUTO_INCREMENT, `type` varchar(40) NOT NULL, `description` text NOT NULL, `status` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `priority` int(11) NOT NULL, `companyid` int(5) NOT NULL DEFAULT 1, `branchid` int(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `charges` -- LOCK TABLES `charges` WRITE; /*!40000 ALTER TABLE `charges` DISABLE KEYS */; INSERT INTO `charges` VALUES (1,'RENT','','','2018-05-30 14:28:37','','',0,1,NULL),(2,'DEPOSIT','','','2018-05-30 14:27:39','','',0,1,NULL),(3,'WATER/POWER DEPOSIT','','','2018-05-30 14:28:49','','',0,1,NULL),(4,'PENALTY','','','2018-06-25 13:38:03','','',0,1,NULL),(5,'WATER','','','2018-06-27 11:33:55','','',0,1,NULL),(6,'PARTIAL PAYMENT','','','2018-06-29 16:22:30','','',0,1,NULL),(7,'GARBAGE','','','2018-07-03 16:56:46','','',0,1,NULL),(8,'DAMAGES','','','2018-07-17 12:30:05','','',0,1,NULL),(9,'AGREEMENT FORM','','','2018-07-23 10:21:11','','',0,1,NULL),(10,'POWER','','','2018-08-04 10:42:10','','',0,1,NULL),(11,'SEWAGE','SEWAGE','','2020-05-27 16:23:21','','',2,1,NULL),(12,'BED ONLY','','','2020-05-28 15:38:20','','',1,1,NULL),(13,'BED AND BREAKFAST','','','2020-05-28 15:38:39','','',2,1,NULL),(14,'PROJECTOR','','','2023-04-28 08:21:52','','',0,1,NULL),(15,'LAUNDRY','LAUNDRY','','2023-04-28 08:22:20','','',0,1,NULL),(16,'ROOM TRANSFER','200','','2023-04-30 06:16:29','','',2,1,NULL),(17,'BED 1','0','','2023-05-11 11:10:44','','',1,1,NULL),(18,'SERVICE CH DEPOSIT','0','','2023-05-11 11:10:51','','',0,1,NULL),(19,'SERVICE CHARGE','0','','2023-09-01 11:09:35','','',1,1,NULL); /*!40000 ALTER TABLE `charges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `checkin` -- DROP TABLE IF EXISTS `checkin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `checkin` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `messageid` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, `visitorid` int(60) NOT NULL, `receiver` text NOT NULL, `calldate` varchar(30) NOT NULL, `phone` varchar(50) NOT NULL, `media` text NOT NULL, `email` varchar(50) DEFAULT NULL, `idno` varchar(50) NOT NULL, `name` varchar(100) NOT NULL, `business` varchar(100) NOT NULL, `vehicleno` varchar(100) NOT NULL, `vehiclecolor` varchar(100) NOT NULL, `vehiclemodel` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `checkindate` varchar(100) NOT NULL, `checkoutdate` varchar(100) NOT NULL, `branchid` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `checkin` -- LOCK TABLES `checkin` WRITE; /*!40000 ALTER TABLE `checkin` DISABLE KEYS */; INSERT INTO `checkin` VALUES (1,'','A2','2025-03-13','Closed','1','','1','General','',1,'2025-03-13 14:13:25',1,'1','','254718667391','','director@robisearch.com','23434212','ROBERT','robisearch','KDB634T','WHITE','NISSAN','Main Gate','2025-03-13 14:11:44','2025-03-13 14:13:25',''),(2,'','NA','2025-03-13','Active','1','','1','General','',0,'',2,'1','','254700139073','','mercymwendwa643@gmail.com','23434212','JAMES','UON','KDW3455','WHITE','NISSAN','Main Gate','2025-03-13 14:13:40','',''),(3,'','R00M7','2025-03-13','Closed','1','','1','General','',1,'2025-03-13 14:22:54',3,'1','','254700139076','','gabmureithi50@gmail.com','234342127','TOM','UON','TXE467','WHITE','NISSAN','Main Gate','2025-03-13 14:20:46','2025-03-13 14:22:54',''),(4,'','ROO9','2025-03-13','Active','1','','1','General','',0,'',1,'1','','254718667391','','director@robisearch.com','23434212','ROBERT','robisearch','KDB634T','WHITE','NISSAN','Main Gate','2025-03-13 14:23:21','',''),(5,'0','ROBERT OUMA','2025-03-20','Active','1','','1','General','1',0,'',4,'1','','254718667394','','gabmureithi50@gmail.com','23434212','ROBERT','UON','KDB634R','','','Main Gate','2025-03-20 04:52:05','',''),(6,'1','test','2025-03-20','Active','1','','1','General','1',0,'',3,'1','','254700139076','11742436277','gabmureithi50@gmail.com','234342127','TOM','UON','TXE467','WHITE','NISSAN','Main Gate','2025-03-20 05:04:29','','1'); /*!40000 ALTER TABLE `checkin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cheque` -- DROP TABLE IF EXISTS `cheque`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `cheque` ( `id` int(50) NOT NULL AUTO_INCREMENT, `expendituretype` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `paiddate` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `bankname` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `entrydate` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, `business` varchar(100) NOT NULL, `type` varchar(15) NOT NULL, `chequenumber` varchar(70) NOT NULL, `exactdate` varchar(30) NOT NULL, `status` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cheque` -- LOCK TABLES `cheque` WRITE; /*!40000 ALTER TABLE `cheque` DISABLE KEYS */; /*!40000 ALTER TABLE `cheque` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `collection` -- DROP TABLE IF EXISTS `collection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `collection` ( `id` int(11) NOT NULL AUTO_INCREMENT, `paiddate` varchar(100) NOT NULL, `invoice` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `remarks` varchar(100) NOT NULL, `balance` varchar(30) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `paymentmethodes` int(10) NOT NULL, `createdate` varchar(50) NOT NULL, `name` varchar(30) NOT NULL DEFAULT 'payment', `transactioncode` varchar(50) NOT NULL, `supplier` int(11) DEFAULT NULL, `branchid` int(11) DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `collection` -- LOCK TABLES `collection` WRITE; /*!40000 ALTER TABLE `collection` DISABLE KEYS */; INSERT INTO `collection` VALUES (1,'2025-06-05 21:45:09','11749148988','10000','mpesa','40000','1','1',1030,'2025-06-05 21:45:35','payment','',15,1); /*!40000 ALTER TABLE `collection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `commission` -- DROP TABLE IF EXISTS `commission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `commission` ( `id` int(11) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `name` varchar(50) NOT NULL, `datesold` varchar(40) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `profit` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `paymentdate` varchar(50) NOT NULL, `rate` varchar(30) NOT NULL, `customer` varchar(30) NOT NULL, `customerphone` varchar(50) NOT NULL, `customeremail` varchar(50) NOT NULL, `customerlocation` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` varchar(40) NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'New', `paid` decimal(10,2) NOT NULL, `expcommission` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `commission` -- LOCK TABLES `commission` WRITE; /*!40000 ALTER TABLE `commission` DISABLE KEYS */; /*!40000 ALTER TABLE `commission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `complain` -- DROP TABLE IF EXISTS `complain`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `complain` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) DEFAULT '1', `type` varchar(30) NOT NULL, `messageid` varchar(30) DEFAULT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, `serial` varchar(200) NOT NULL, `name` text NOT NULL, `invoice` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `complain` -- LOCK TABLES `complain` WRITE; /*!40000 ALTER TABLE `complain` DISABLE KEYS */; /*!40000 ALTER TABLE `complain` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `complaindata` -- DROP TABLE IF EXISTS `complaindata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `complaindata` ( `id` int(30) NOT NULL, `description` text NOT NULL, `date` varchar(50) NOT NULL, `taskid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `complaindata` -- LOCK TABLES `complaindata` WRITE; /*!40000 ALTER TABLE `complaindata` DISABLE KEYS */; /*!40000 ALTER TABLE `complaindata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `computers` -- DROP TABLE IF EXISTS `computers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `computers` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, `computerno` text NOT NULL, `fromdate` varchar(30) NOT NULL, `todate` varchar(30) DEFAULT NULL, `receiptno` varchar(50) NOT NULL, `duration` int(11) NOT NULL, `phone` varchar(20) DEFAULT NULL, `extensiontype` varchar(30) NOT NULL, `computernostatus` varchar(20) NOT NULL DEFAULT 'new', `computernodate` varchar(20) NOT NULL, `computernouserdata` text NOT NULL, `updatedid` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `computers` -- LOCK TABLES `computers` WRITE; /*!40000 ALTER TABLE `computers` DISABLE KEYS */; INSERT INTO `computers` VALUES (1,'ROBISEARCH LTD','e44','2023-02-13 07:08:17','Closed','1','2023-02-13 07:13:34','1','3','B0-22-7A-ED-77-F6','2023-02-24','2023-02-10','',0,NULL,'New Installation','new','','',1); /*!40000 ALTER TABLE `computers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `constants` -- DROP TABLE IF EXISTS `constants`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `constants` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(30) NOT NULL, `amount` decimal(10,2) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `category` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `constants` -- LOCK TABLES `constants` WRITE; /*!40000 ALTER TABLE `constants` DISABLE KEYS */; INSERT INTO `constants` VALUES (1,'Relief',2400.00,'active',1,1,'Relief'),(2,'Pension',200.00,'active',1,1,'Pension'),(3,'NSSF',200.00,'oldrate',1,1,'NSSF'),(4,'Minimum Paye',24000.00,'active',1,1,'MinimumPaye'),(5,'Housing Levy',1.50,'active',1,1,'Housing Levy'),(6,'Housing Levy Relief',15.00,'active',1,1,'Housing Levy Relief'); /*!40000 ALTER TABLE `constants` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contact` -- DROP TABLE IF EXISTS `contact`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `contact` ( `id` int(50) NOT NULL AUTO_INCREMENT, `country` varchar(60) NOT NULL, `firstname` varchar(50) NOT NULL, `lastname` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contact` -- LOCK TABLES `contact` WRITE; /*!40000 ALTER TABLE `contact` DISABLE KEYS */; /*!40000 ALTER TABLE `contact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contactdetails` -- DROP TABLE IF EXISTS `contactdetails`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `contactdetails` ( `id` int(50) NOT NULL AUTO_INCREMENT, `title` text NOT NULL, `website` text NOT NULL, `contactdetails` text NOT NULL, `email` text NOT NULL, `phone` text NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `facebook` text NOT NULL, `twitter` text NOT NULL, `instagram` text NOT NULL, `linkedin` text NOT NULL, `youtube` text NOT NULL, `location` text NOT NULL, `aboutustitle` text NOT NULL, `aboutus` text NOT NULL, `whyustitle` text NOT NULL, `whyus` text NOT NULL, `whatsapp` text NOT NULL, `websites` text NOT NULL, `otherlinks` text NOT NULL, `termstitle` text NOT NULL, `terms` text NOT NULL, `deliverytitle` text NOT NULL, `delivery` text NOT NULL, `privacytitle` text NOT NULL, `privacy` text NOT NULL, `branches` text NOT NULL, `telegram` text NOT NULL, `otherlinktitle` text NOT NULL, `aboutuslogo` text NOT NULL, `businessname` text NOT NULL, `business` varchar(30) NOT NULL, `vision` text NOT NULL, `mission` text NOT NULL, `corevalues` text NOT NULL, `ourpromise` text NOT NULL, `returnpolicy` text NOT NULL, `workinghours` text NOT NULL, `updatedat` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `careertitle` text NOT NULL, `career` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contactdetails` -- LOCK TABLES `contactdetails` WRITE; /*!40000 ALTER TABLE `contactdetails` DISABLE KEYS */; INSERT INTO `contactdetails` VALUES (1,'','https://robisearch.com/','kinoti','karenmakena3@gmail.com','0754413386, 0716413386,0780655987','','We have from 01/07/2020 to 31/8/2010','2016-12-13 06:47:33am','1',1,0,'https://web.facebook.com/Robiearch/','https://twitter.com/robisearch','https://www.linkedin.com/in/robert-manyala-995177122/','https://www.linkedin.com/in/robert-manyala-995177122/','https://www.youtube.com/channel/UC9Z1YpMKlCgwqn4H1nT1hLg/featured','Nairobi -Nara Fourth Floor,</br> Kisii-Oyondi Building','<b>About Us </b>','Robisearch Ltd is an ICT company that begun in 2011 as a result of innovations that transform lives globally. We are a member of the Nairobi Chambers (KNCCI) organization.We have great experience in dealing with customers having handled over 500 clients in all Kenyan towns such as Juja, Nairobi, Mombasa and Kisumu as well as beyond the country.We provide our clients with adequate support thus providing more value to our customers .Our systems are customized to fit a clients particular need.We are the company behind various innovations like…..</br>','Why Us ','We have a well-organized support and maintenance structure that we will sign with you as a Service Level Agreement that guarantees you;','https://api.whatsapp.com/send?phone=254716413386&text=&source=&data=&app_absent=','','POS.robisearch.com/','Terms and Condition ','karenmakena3@gmail.com','Delivery Information','Shipping Agents and Times</br>\r\n\r\nOur products ordered before 3pm are shipped within 24 Hours using the following carriers, Umash Bus Sacco, Easy Coach Sacco, North Rift Sacco or any other of your choice. Orders Placed in later hours are shipped on the following days</br>\r\nZipping Zones and Costs</br>\r\n\r\nOur shipping Zones are categorized into Coast Region, Rift Valley Region, Nairobi Region, North Easter Region and Nyanza Region. All orders to be collected at our shop are not chargeable any shipping cost. However all the other places we charge shipping cost depending with what our shipping agents charges; basically a shipping cost of between Ksh300- 400 applies except for regions within Nairobi County where a fee of roughly Ksh 150 – 200 applies. All shipping cost is subject to change without any notice.</br>','Privacy Details','PRIVACY POLICY</br>\r\n\r\nThis Privacy Policy explains what personal data is collected when you use the jiji.ng any jiji.ng mobile application, or website (“Jiji”, \"Website\", or \"App\") and the services provided through it (together with the Website and the App, the “Service”), how such personal data will be used, shared.</br>\r\n\r\nBY USING THE SERVICE, YOU PROMISE US THAT (I) YOU HAVE READ, UNDERSTOOD AND AGREED TO THIS PRIVACY POLICY, AND (II) YOU ARE OVER 16 YEARS OF AGE (OR HAVE HAD YOUR PARENT OR GUARDIAN READ AND AGREED TO THIS PRIVACY POLICY FOR YOU). If you do not agree or you are unable to make this promise, you must not use the Service. In such case, you must contact the support team via online chat or email to request deletion of your account and data.</br>\r\n\r\nProcess in respect of personal data, means to collect, store, and disclose to others.</br>\r\n\r\nTABLE OF CONTENTS</br>\r\n\r\n1. PERSONAL DATA CONTROLLER</br>\r\n\r\n2. CATEGORIES OF PERSONAL DATA WE COLLECT</br>\r\n\r\n3. FOR WHAT PURPOSES WE PROCESS PERSONAL DATA</br>\r\n\r\n4. AUTHORISED REQUIREMENT FOR PROCESSING YOUR PERSONAL DATA</br>\r\n\r\n5. WHO WE SHARE YOUR PERSONAL DATA WITH\r\n</br>\r\n6. HOW YOU CAN EXERCISE YOUR PRIVACY RIGHTS</br>\r\n\r\n7. AGE LIMITATION</br>\r\n\r\n8. CHANGES TO THIS PRIVACY POLICY</br>\r\n\r\n9. DATA RETENTION\r\n</br>\r\n10. CONTACT US</br>','Juja, Kisii','https://api.whatsapp.com/send?phone=254716413386&text=&source=&data=&app_absent=','POS LINK','2147483647','Robisearch is an ICT business organization that deals ICT based solutions. We have been in the industry since 2011. Our main activity is software developement. ','ROBISEARCH LTD',' Transforming the world through innovation',' To be the best ICT company offering innovate services globally.','nnovation, Integrity, hardwork, commitment, honesty, equality, justice, fairness, love.','To Give the best services at all times','Return Policy</br>\r\n\r\nAll defined terms used below shall have the meanings set forth in our Terms and Conditions. If you are not happy with your purchase, we will accept a return of a unused product within 7 days. Once we receive the returned item Breejoz Baby Shop & Maternity Collections will then give a full refund (excluding shipping as we are unable to refund the initial shipping cost of your order). Please allow 1-2 weeks for your return to be processed.</br>',' WORKING HOURS</br>\r\n\r\n Mon 8:00am - 6:00pm</br>\r\n Tue 8:00am - 6:00pm</br>\r\n Wed 8:00am - 6:00pm</br>\r\n Thur 8:00am - 6:00pm</br>\r\n Fri 8:00am - 6:00pm</br>\r\n Sat 8:00am - 6:00pm</br>\r\n\r\n','2020-07-04 08:44:24',1,'Job Vacancy','Join our sales team as online marketers'); /*!40000 ALTER TABLE `contactdetails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contacts` -- DROP TABLE IF EXISTS `contacts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `contacts` ( `phone` varchar(100) NOT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, `currency` varchar(20) NOT NULL DEFAULT 'KES', `logo` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=22711 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contacts` -- LOCK TABLES `contacts` WRITE; /*!40000 ALTER TABLE `contacts` DISABLE KEYS */; INSERT INTO `contacts` VALUES ('254724644000',1,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254793866850',2,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254739190212',3,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254728134199',4,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254725664715',5,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254728188143',6,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254713416516',7,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722812414',8,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254727444333',9,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723143481',10,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720135547',11,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('12063800178',12,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('12069660922',13,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('14019522838',14,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('14054732857',15,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('15082411000',16,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('15083694317',17,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('16094012090',18,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('17037959340',19,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('211980984837',20,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('22969831432',21,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('233262213313',22,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('2349030149747',23,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254100415349',24,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254101051477',25,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254101542726',26,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254101944985',27,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254103494583',28,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254104141843',29,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254110033029',30,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254110913938',31,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254111341331',32,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254111474325',33,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254111505587',34,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254111894414',35,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254112487748',36,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254112948065',37,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254113202833',38,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254113596411',39,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254114074739',40,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254114480197',41,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254114546337',42,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254114697159',43,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254115029797',44,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254115088877',45,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254115176522',46,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254117301171',47,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254700003640',48,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254700019951',49,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254700050633',50,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254700263546',51,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254700345994',52,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254700478557',53,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254700500082',54,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254700515000',55,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254700622398',56,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254700778239',57,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254700809111',58,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254700828099',59,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254700846008',60,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254700922084',61,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254700923402',62,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254701092393',63,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254701097012',64,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254701467162',65,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254701475469',66,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254701486690',67,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254701577780',68,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254701653403',69,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254701766523',70,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254701944523',71,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254702007502',72,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254702012345',73,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254702143864',74,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254702383310',75,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254702610788',76,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254702689069',77,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254703166615',78,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254703213185',79,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254703362629',80,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254703500404',81,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254703788948',82,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254703888165',83,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254704049166',84,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254704062500',85,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254704070264',86,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254704072611',87,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254704078749',88,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254704082750',89,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254704104906',90,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254704305180',91,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254704604134',92,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254704615771',93,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254704842252',94,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254705002240',95,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254705109922',96,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254705127610',97,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254705355476',98,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254705423999',99,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254705551201',100,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254706201425',101,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254706238792',102,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254706246625',103,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254706278546',104,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254706443886',105,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254706449680',106,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254706532874',107,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254706665070',108,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254706781455',109,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254706797590',110,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254706928383',111,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254707064650',112,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254707089800',113,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254707227072',114,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254707333185',115,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254707341005',116,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254707551500',117,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254707646518',118,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254707682167',119,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254707932660',120,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254707941715',121,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254708303116',122,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254708825803',123,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254710133230',124,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254710154121',125,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254710216572',126,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254710300025',127,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254710390590',128,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254710518757',129,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254710552997',130,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254710599588',131,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254710830762',132,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254710866688',133,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254710893836',134,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254710910698',135,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254710926232',136,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254711100384',137,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254711151371',138,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254711162722',139,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254711198210',140,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254711284224',141,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254711300123',142,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254711341347',143,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254711357350',144,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254711392774',145,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254711411256',146,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254711533066',147,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254711551606',148,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254711680951',149,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254711703485',150,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254711779141',151,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254712157576',152,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254712170099',153,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254712265023',154,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254712355855',155,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254712543251',156,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254712575008',157,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254712639217',158,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254712642274',159,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254712807686',160,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254713041904',161,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254713111300',162,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254713290601',163,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254713528540',164,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254713625959',165,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254713785563',166,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254713917715',167,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254713918947',168,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254713949730',169,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254713986968',170,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254714215525',171,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254714306954',172,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254714416050',173,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254714494787',174,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254714500665',175,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254714553369',176,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254714590470',177,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254714665352',178,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254714676721',179,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254714897546',180,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254714978228',181,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254715018004',182,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254715118814',183,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254715392194',184,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254715514989',185,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254715804010',186,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254715856227',187,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254716111116',188,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254716122359',189,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254716180409',190,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254716187400',191,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254716241033',192,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254716274825',193,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254716379207',194,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254716444982',195,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254716707652',196,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254716781822',197,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254716937667',198,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254716954879',199,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254717029489',200,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254717045583',201,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254717168098',202,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254717201005',203,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254717356830',204,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254717455947',205,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254717538955',206,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254717775110',207,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254717778654',208,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254717886969',209,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254718178197',210,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254718222011',211,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254718373481',212,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254718530605',213,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254718594198',214,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254718625419',215,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254718635018',216,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254718674487',217,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254718698165',218,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254718730072',219,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254718813230',220,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254718904675',221,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254718938626',222,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254719154008',223,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254719195988',224,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254719257821',225,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254719294877',226,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254719327896',227,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254719509632',228,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254719516240',229,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254719678460',230,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254719878789',231,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720007125',232,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720027606',233,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720076930',234,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720107077',235,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720149170',236,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720167252',237,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720205998',238,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720208632',239,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720227974',240,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720243842',241,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720251730',242,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720267975',243,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720283621',244,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720284456',245,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720318021',246,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720391255',247,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720391639',248,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720414664',249,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720445636',250,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720462275',251,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720481202',252,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720496105',253,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720566356',254,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720568846',255,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720570265',256,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720570860',257,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720617416',258,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720673970',259,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720742040',260,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720760530',261,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720784235',262,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720787480',263,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720797907',264,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720810636',265,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720818277',266,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720823819',267,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720866884',268,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720873434',269,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720927058',270,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254720941707',271,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721105069',272,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721167395',273,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721179551',274,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721200587',275,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721206543',276,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721222585',277,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721222696',278,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721235729',279,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721242076',280,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721250579',281,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721266745',282,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721282084',283,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721312925',284,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721326816',285,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721331453',286,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721336225',287,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721366175',288,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721380923',289,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721385195',290,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721396629',291,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721434630',292,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721458094',293,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721513278',294,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721514468',295,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721530789',296,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721531803',297,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721542302',298,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721551632',299,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721557042',300,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721557353',301,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721567685',302,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721576347',303,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721580114',304,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721605826',305,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721628767',306,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721640284',307,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721648494',308,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721649169',309,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721670360',310,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721690208',311,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721700057',312,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721710873',313,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721748419',314,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721845613',315,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721858269',316,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721868964',317,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721881793',318,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721887818',319,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721909469',320,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721927274',321,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721937126',322,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721978949',323,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254721987189',324,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722126142',325,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722139288',326,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722151043',327,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722151819',328,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722169950',329,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722175215',330,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722175243',331,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722210209',332,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722222727',333,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722248573',334,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722258955',335,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722262364',336,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722281928',337,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722285298',338,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722296829',339,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722312902',340,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722314770',341,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722322285',342,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722331567',343,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722333830',344,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722340376',345,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722344757',346,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722352775',347,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722353252',348,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722358484',349,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722377918',350,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722393845',351,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722408070',352,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722414343',353,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722417224',354,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722423438',355,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722423636',356,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722425982',357,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722427078',358,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722441150',359,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722442577',360,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722466778',361,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722474725',362,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722490961',363,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722492537',364,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722493753',365,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722495995',366,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722497101',367,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722508114',368,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722511127',369,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722513609',370,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722529079',371,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722539540',372,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722543354',373,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722550464',374,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722552255',375,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722620122',376,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722620669',377,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722624789',378,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722640699',379,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722642935',380,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722655569',381,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722657673',382,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722660319',383,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722664669',384,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722666935',385,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722677197',386,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722691890',387,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722698592',388,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722700428',389,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722703840',390,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722705294',391,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722707652',392,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722724538',393,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722729051',394,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722738962',395,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722748195',396,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722755111',397,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722769113',398,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722790879',399,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722791575',400,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722793932',401,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722793975',402,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722795225',403,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722801645',404,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722801775',405,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722811194',406,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722823852',407,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722824696',408,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722835044',409,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722840146',410,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722870881',411,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722879937',412,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722882595',413,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722882835',414,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722884866',415,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722889913',416,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722904673',417,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722919350',418,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722932799',419,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722933477',420,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722942376',421,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722948152',422,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722961606',423,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722976496',424,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722981098',425,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254722981370',426,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723072480',427,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723106456',428,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723148024',429,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723151058',430,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723164555',431,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723218154',432,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723220566',433,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723231118',434,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723247530',435,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723298587',436,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723325151',437,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723414504',438,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723444488',439,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723457343',440,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723473717',441,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723482760',442,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723543705',443,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723560455',444,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723561246',445,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723574822',446,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723625112',447,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723667484',448,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723688838',449,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723717474',450,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723735760',451,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723782505',452,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723843112',453,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723901383',454,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723937860',455,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723955898',456,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723966036',457,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723968629',458,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254723969781',459,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724031687',460,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724122185',461,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724216253',462,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724225414',463,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724256988',464,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724275634',465,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724286314',466,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724338904',467,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724340361',468,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724346495',469,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724382063',470,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724395427',471,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724412193',472,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724493040',473,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724567349',474,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724610380',475,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724695304',476,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724701719',477,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724724463',478,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724775515',479,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724906598',480,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724934476',481,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724958411',482,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724961131',483,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724975561',484,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254725063142',485,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254725064317',486,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254725096404',487,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254725152636',488,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254725163713',489,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254725220565',490,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254725263811',491,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254725267906',492,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254725307401',493,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254725362491',494,'sample 3','','2025-06-01 12:36:25pm','active','','','','','KES',''),('254724644000',495,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254793866850',496,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254739190212',497,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254728134199',498,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254725664715',499,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254728188143',500,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254713416516',501,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722812414',502,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254727444333',503,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723143481',504,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720135547',505,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('12063800178',506,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('12069660922',507,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('14019522838',508,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('14054732857',509,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('15082411000',510,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('15083694317',511,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('16094012090',512,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('17037959340',513,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('211980984837',514,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('22969831432',515,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('233262213313',516,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('2349030149747',517,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254100415349',518,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254101051477',519,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254101542726',520,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254101944985',521,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254103494583',522,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254104141843',523,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254110033029',524,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254110913938',525,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254111341331',526,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254111474325',527,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254111505587',528,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254111894414',529,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254112487748',530,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254112948065',531,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254113202833',532,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254113596411',533,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254114074739',534,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254114480197',535,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254114546337',536,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254114697159',537,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254115029797',538,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254115088877',539,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254115176522',540,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254117301171',541,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254700003640',542,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254700019951',543,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254700050633',544,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254700263546',545,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254700345994',546,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254700478557',547,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254700500082',548,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254700515000',549,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254700622398',550,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254700778239',551,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254700809111',552,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254700828099',553,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254700846008',554,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254700922084',555,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254700923402',556,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254701092393',557,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254701097012',558,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254701467162',559,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254701475469',560,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254701486690',561,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254701577780',562,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254701653403',563,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254701766523',564,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254701944523',565,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254702007502',566,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254702012345',567,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254702143864',568,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254702383310',569,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254702610788',570,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254702689069',571,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254703166615',572,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254703213185',573,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254703362629',574,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254703500404',575,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254703788948',576,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254703888165',577,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254704049166',578,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254704062500',579,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254704070264',580,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254704072611',581,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254704078749',582,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254704082750',583,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254704104906',584,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254704305180',585,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254704604134',586,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254704615771',587,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254704842252',588,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254705002240',589,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254705109922',590,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254705127610',591,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254705355476',592,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254705423999',593,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254705551201',594,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254706201425',595,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254706238792',596,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254706246625',597,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254706278546',598,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254706443886',599,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254706449680',600,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254706532874',601,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254706665070',602,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254706781455',603,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254706797590',604,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254706928383',605,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254707064650',606,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254707089800',607,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254707227072',608,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254707333185',609,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254707341005',610,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254707551500',611,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254707646518',612,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254707682167',613,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254707932660',614,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254707941715',615,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254708303116',616,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254708825803',617,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254710133230',618,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254710154121',619,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254710216572',620,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254710300025',621,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254710390590',622,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254710518757',623,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254710552997',624,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254710599588',625,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254710830762',626,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254710866688',627,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254710893836',628,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254710910698',629,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254710926232',630,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254711100384',631,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254711151371',632,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254711162722',633,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254711198210',634,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254711284224',635,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254711300123',636,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254711341347',637,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254711357350',638,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254711392774',639,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254711411256',640,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254711533066',641,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254711551606',642,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254711680951',643,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254711703485',644,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254711779141',645,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254712157576',646,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254712170099',647,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254712265023',648,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254712355855',649,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254712543251',650,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254712575008',651,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254712639217',652,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254712642274',653,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254712807686',654,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254713041904',655,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254713111300',656,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254713290601',657,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254713528540',658,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254713625959',659,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254713785563',660,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254713917715',661,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254713918947',662,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254713949730',663,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254713986968',664,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254714215525',665,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254714306954',666,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254714416050',667,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254714494787',668,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254714500665',669,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254714553369',670,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254714590470',671,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254714665352',672,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254714676721',673,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254714897546',674,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254714978228',675,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254715018004',676,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254715118814',677,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254715392194',678,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254715514989',679,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254715804010',680,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254715856227',681,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254716111116',682,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254716122359',683,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254716180409',684,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254716187400',685,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254716241033',686,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254716274825',687,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254716379207',688,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254716444982',689,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254716707652',690,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254716781822',691,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254716937667',692,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254716954879',693,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254717029489',694,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254717045583',695,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254717168098',696,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254717201005',697,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254717356830',698,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254717455947',699,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254717538955',700,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254717775110',701,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254717778654',702,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254717886969',703,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254718178197',704,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254718222011',705,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254718373481',706,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254718530605',707,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254718594198',708,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254718625419',709,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254718635018',710,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254718674487',711,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254718698165',712,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254718730072',713,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254718813230',714,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254718904675',715,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254718938626',716,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254719154008',717,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254719195988',718,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254719257821',719,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254719294877',720,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254719327896',721,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254719509632',722,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254719516240',723,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254719678460',724,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254719878789',725,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720007125',726,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720027606',727,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720076930',728,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720107077',729,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720149170',730,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720167252',731,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720205998',732,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720208632',733,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720227974',734,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720243842',735,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720251730',736,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720267975',737,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720283621',738,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720284456',739,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720318021',740,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720391255',741,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720391639',742,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720414664',743,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720445636',744,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720462275',745,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720481202',746,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720496105',747,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720566356',748,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720568846',749,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720570265',750,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720570860',751,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720617416',752,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720673970',753,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720742040',754,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720760530',755,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720784235',756,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720787480',757,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720797907',758,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720810636',759,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720818277',760,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720823819',761,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720866884',762,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720873434',763,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720927058',764,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254720941707',765,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721105069',766,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721167395',767,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721179551',768,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721200587',769,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721206543',770,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721222585',771,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721222696',772,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721235729',773,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721242076',774,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721250579',775,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721266745',776,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721282084',777,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721312925',778,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721326816',779,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721331453',780,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721336225',781,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721366175',782,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721380923',783,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721385195',784,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721396629',785,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721434630',786,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721458094',787,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721513278',788,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721514468',789,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721530789',790,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721531803',791,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721542302',792,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721551632',793,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721557042',794,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721557353',795,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721567685',796,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721576347',797,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721580114',798,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721605826',799,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721628767',800,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721640284',801,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721648494',802,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721649169',803,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721670360',804,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721690208',805,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721700057',806,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721710873',807,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721748419',808,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721845613',809,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721858269',810,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721868964',811,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721881793',812,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721887818',813,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721909469',814,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721927274',815,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721937126',816,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721978949',817,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254721987189',818,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722126142',819,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722139288',820,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722151043',821,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722151819',822,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722169950',823,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722175215',824,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722175243',825,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722210209',826,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722222727',827,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722248573',828,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722258955',829,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722262364',830,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722281928',831,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722285298',832,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722296829',833,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722312902',834,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722314770',835,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722322285',836,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722331567',837,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722333830',838,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722340376',839,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722344757',840,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722352775',841,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722353252',842,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722358484',843,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722377918',844,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722393845',845,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722408070',846,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722414343',847,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722417224',848,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722423438',849,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722423636',850,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722425982',851,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722427078',852,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722441150',853,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722442577',854,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722466778',855,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722474725',856,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722490961',857,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722492537',858,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722493753',859,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722495995',860,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722497101',861,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722508114',862,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722511127',863,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722513609',864,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722529079',865,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722539540',866,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722543354',867,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722550464',868,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722552255',869,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722620122',870,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722620669',871,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722624789',872,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722640699',873,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722642935',874,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722655569',875,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722657673',876,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722660319',877,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722664669',878,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722666935',879,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722677197',880,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722691890',881,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722698592',882,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722700428',883,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722703840',884,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722705294',885,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722707652',886,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722724538',887,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722729051',888,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722738962',889,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722748195',890,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722755111',891,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722769113',892,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722790879',893,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722791575',894,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722793932',895,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722793975',896,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722795225',897,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722801645',898,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722801775',899,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722811194',900,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722823852',901,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722824696',902,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722835044',903,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722840146',904,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722870881',905,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722879937',906,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722882595',907,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722882835',908,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722884866',909,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722889913',910,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722904673',911,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722919350',912,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722932799',913,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722933477',914,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722942376',915,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722948152',916,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722961606',917,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722976496',918,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722981098',919,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254722981370',920,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723072480',921,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723106456',922,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723148024',923,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723151058',924,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723164555',925,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723218154',926,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723220566',927,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723231118',928,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723247530',929,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723298587',930,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723325151',931,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723414504',932,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723444488',933,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723457343',934,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723473717',935,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723482760',936,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723543705',937,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723560455',938,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723561246',939,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723574822',940,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723625112',941,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723667484',942,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723688838',943,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723717474',944,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723735760',945,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723782505',946,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723843112',947,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723901383',948,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723937860',949,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723955898',950,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723966036',951,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723968629',952,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254723969781',953,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724031687',954,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724122185',955,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724216253',956,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724225414',957,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724256988',958,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724275634',959,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724286314',960,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724338904',961,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724340361',962,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724346495',963,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724382063',964,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724395427',965,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724412193',966,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724493040',967,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724567349',968,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724610380',969,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724695304',970,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724701719',971,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724724463',972,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724775515',973,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724906598',974,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724934476',975,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724958411',976,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724961131',977,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254724975561',978,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254725063142',979,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254725064317',980,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254725096404',981,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254725152636',982,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254725163713',983,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254725220565',984,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254725263811',985,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254725267906',986,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254725307401',987,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254725362491',988,'sample 3','','2025-06-01 12:36:35pm','active','','','','','KES',''),('254105848128',989,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254112237582',990,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254701903160',991,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254721963156',992,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254735587272',993,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254790669242',994,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254715339069',995,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254705537956',996,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254796568833',997,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254784390357',998,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254797467720',999,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254706749485',1000,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254707795067',1001,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254735746905',1002,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254743337564',1003,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254792278546',1004,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254720135547',1005,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('211924602582',1006,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('2347031168930',1007,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('2348071796571',1008,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('2348141664522',1009,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('2349053741609',1010,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('2349125837235',1011,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254100174350',1012,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254100319145',1013,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254101267096',1014,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254101491981',1015,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254102024907',1016,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254102334472',1017,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254103693684',1018,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254103741303',1019,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254105263423',1020,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254106280084',1021,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254106500799',1022,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254108130302',1023,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254108174561',1024,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254108909826',1025,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254110407865',1026,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254110913938',1027,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254111430879',1028,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254111473921',1029,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254111650567',1030,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254111705129',1031,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254111806179',1032,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254112117134',1033,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254112294900',1034,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254112786786',1035,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254112948065',1036,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254113146951',1037,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254113230025',1038,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254113534003',1039,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254113982162',1040,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254114074739',1041,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254114157957',1042,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254114279935',1043,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254114546337',1044,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254115012181',1045,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254115154537',1046,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254115177832',1047,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254115429841',1048,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254115613094',1049,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254115954961',1050,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254700245674',1051,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254700264344',1052,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254700346768',1053,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254700462923',1054,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254700478410',1055,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254700599144',1056,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254700722069',1057,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254700777558',1058,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254700798717',1059,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254700900163',1060,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254701020686',1061,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254701202512',1062,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254701349807',1063,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254701565341',1064,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254701624234',1065,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254701665685',1066,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254701683362',1067,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254701721315',1068,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254701940475',1069,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254702012888',1070,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254702080231',1071,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254702196600',1072,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254702196729',1073,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254702297394',1074,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254702306492',1075,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254702478287',1076,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254702673184',1077,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254702887411',1078,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254702915373',1079,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254702929590',1080,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254702960540',1081,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254703363998',1082,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254703394944',1083,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254703437101',1084,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254703550760',1085,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254703552132',1086,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254703658680',1087,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254703862419',1088,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254704000871',1089,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254704118386',1090,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254704225132',1091,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254704563188',1092,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254704616146',1093,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254704621041',1094,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254704740671',1095,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254704877676',1096,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254705016594',1097,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254705042050',1098,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254705122626',1099,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254705170520',1100,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254705246665',1101,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254705355476',1102,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254705381280',1103,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254705381791',1104,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254705838602',1105,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254705871397',1106,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254705879486',1107,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254706045595',1108,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254706195978',1109,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254706219803',1110,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254706238792',1111,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254706269841',1112,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254706508821',1113,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254706559023',1114,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254706667155',1115,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254706704923',1116,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254706740528',1117,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254707084371',1118,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254707219213',1119,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254707278542',1120,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254707341005',1121,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254707513669',1122,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254707566731',1123,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254707616802',1124,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254707676796',1125,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254707982940',1126,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254708046485',1127,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254708193609',1128,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254708319839',1129,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254708323764',1130,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254708476166',1131,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254708725847',1132,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254708726285',1133,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254710131442',1134,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254710141987',1135,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254710410269',1136,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254710630240',1137,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254710831810',1138,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254710898185',1139,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254710996856',1140,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254711109827',1141,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254711364979',1142,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254711435601',1143,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254711624343',1144,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254711672253',1145,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254711714184',1146,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254711769924',1147,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254711798592',1148,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254711810176',1149,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254711927356',1150,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254711998480',1151,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254711998700',1152,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254712017166',1153,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254712044093',1154,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254712092881',1155,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254712201168',1156,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254712216022',1157,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254712353969',1158,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254712382304',1159,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254712723982',1160,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254713111300',1161,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254713299590',1162,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254713568657',1163,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254713733394',1164,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254713754876',1165,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254713816305',1166,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254713864475',1167,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254714090778',1168,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254714177925',1169,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254714326677',1170,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254714351877',1171,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254714421695',1172,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254714426785',1173,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254714612741',1174,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254714697378',1175,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254714842440',1176,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254714947506',1177,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254715238252',1178,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254715434068',1179,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254715792170',1180,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254715840012',1181,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254715857108',1182,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254715897324',1183,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254716184688',1184,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254716259385',1185,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254716316589',1186,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254716415130',1187,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254716435008',1188,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254716450535',1189,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254716900687',1190,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254717150451',1191,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254717175403',1192,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254717213083',1193,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254717348514',1194,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254717356830',1195,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254717474275',1196,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254717529864',1197,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254717552520',1198,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254717588623',1199,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254717693222',1200,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254717727172',1201,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254717853913',1202,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254717894687',1203,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254717945276',1204,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254718054498',1205,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254718134271',1206,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254718306331',1207,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254718501426',1208,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254718674103',1209,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254718690380',1210,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254719594753',1211,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254719816088',1212,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254720217837',1213,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254720226708',1214,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254720283621',1215,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254720465804',1216,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254720573229',1217,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254721167395',1218,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254721364388',1219,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254721427763',1220,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254721873042',1221,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254721979921',1222,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254722170019',1223,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254722229145',1224,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254722338870',1225,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254722341042',1226,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254722418844',1227,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254722509007',1228,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254722620122',1229,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254722992412',1230,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254723010796',1231,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254723024200',1232,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254723097510',1233,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254723138084',1234,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254723351528',1235,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254723405889',1236,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254723546600',1237,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254723901383',1238,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254724069025',1239,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254724412555',1240,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254724530752',1241,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254724784336',1242,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254724847462',1243,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254725100117',1244,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254725220565',1245,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254725255091',1246,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254725307401',1247,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254725367444',1248,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254725450464',1249,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254725540293',1250,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254725580824',1251,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254725737086',1252,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254725939915',1253,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254726088214',1254,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254726237891',1255,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254726308830',1256,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254726324957',1257,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254726430931',1258,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254726843197',1259,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254726897853',1260,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254726995821',1261,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254727248838',1262,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254727252387',1263,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254727344396',1264,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254727424064',1265,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254727504596',1266,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254727544871',1267,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254727689643',1268,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254727821704',1269,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254727986350',1270,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254728157164',1271,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254728625666',1272,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254729105669',1273,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254729219979',1274,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254729254705',1275,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254729339784',1276,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254729721438',1277,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254729731514',1278,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254729734957',1279,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254729735370',1280,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254729882661',1281,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254732998610',1282,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254734044893',1283,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254736985840',1284,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254737672486',1285,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254738181822',1286,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254738430228',1287,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254739227035',1288,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254739431238',1289,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254740030478',1290,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254740062205',1291,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254740071509',1292,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254740110432',1293,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254740393881',1294,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254740465070',1295,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254740620733',1296,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254740710102',1297,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254740836742',1298,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254740944365',1299,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254741353357',1300,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254741393730',1301,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254741465743',1302,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254741620668',1303,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254741626796',1304,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254741850921',1305,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254741906650',1306,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254742080397',1307,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254742097630',1308,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254742125784',1309,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254742151458',1310,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254742335914',1311,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254742398783',1312,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254742514296',1313,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254742601781',1314,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254742851270',1315,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254742855510',1316,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254743141941',1317,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254743160328',1318,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254743212234',1319,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254743212918',1320,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254743428002',1321,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254743540393',1322,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254743703500',1323,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254743768533',1324,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254743781994',1325,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254743865102',1326,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254743955506',1327,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254745164342',1328,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254745216957',1329,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254745224700',1330,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254745291407',1331,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254745379061',1332,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254745480376',1333,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254745535098',1334,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254745567833',1335,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254745830205',1336,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254745959319',1337,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254746188169',1338,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254746200402',1339,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254746205477',1340,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254746335801',1341,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254746409736',1342,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254746486169',1343,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254746544847',1344,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254746725440',1345,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254746864955',1346,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254747085101',1347,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254748045802',1348,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254748045956',1349,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254748095082',1350,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254748126317',1351,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254748238439',1352,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254748293933',1353,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254748294085',1354,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254748457108',1355,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254748807545',1356,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254748866642',1357,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254748944163',1358,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254750091747',1359,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254750436905',1360,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254750560656',1361,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254751315388',1362,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254751346345',1363,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254752578584',1364,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254752852980',1365,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254753024276',1366,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254753230716',1367,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254753324351',1368,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254754489074',1369,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254754722161',1370,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254755704090',1371,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254755997097',1372,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254756705986',1373,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254757159118',1374,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254757181096',1375,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254757255945',1376,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254757275582',1377,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254757395586',1378,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254757519353',1379,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254757646020',1380,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254757839294',1381,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254757947464',1382,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254758292308',1383,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254758380246',1384,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254758578758',1385,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254758607217',1386,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254758661613',1387,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254758741476',1388,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254758815279',1389,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254758909859',1390,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254759119245',1391,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254759168844',1392,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254759218054',1393,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254759320040',1394,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254759402471',1395,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254759403498',1396,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254759486383',1397,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254759504081',1398,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254759525758',1399,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254759604612',1400,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254759715685',1401,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254759758405',1402,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254759854847',1403,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254759949433',1404,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254759959934',1405,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254762243838',1406,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254762747413',1407,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254764306612',1408,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254768022180',1409,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254768074595',1410,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254768090363',1411,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254768468288',1412,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254768599372',1413,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254768648653',1414,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254768685432',1415,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254768737782',1416,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254768823256',1417,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254768900450',1418,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254769047779',1419,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254769070970',1420,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254769124318',1421,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254769475282',1422,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254769842442',1423,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254769877509',1424,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254769992952',1425,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254770541758',1426,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254770958812',1427,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254770989062',1428,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254771820747',1429,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254772201329',1430,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254773482100',1431,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254774962372',1432,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254775094250',1433,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254778499371',1434,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254780757784',1435,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254780999410',1436,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254781544200',1437,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254781598567',1438,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254782582120',1439,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254783132900',1440,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254783505856',1441,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254783513142',1442,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254784036311',1443,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254784847472',1444,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254785332261',1445,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254785436059',1446,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254786413386',1447,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254786687793',1448,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254787151808',1449,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254787375066',1450,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254788110530',1451,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254788234003',1452,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254788610444',1453,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254790036254',1454,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254790217799',1455,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254790219655',1456,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254790239018',1457,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254790302335',1458,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254790370329',1459,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254790508433',1460,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254790524729',1461,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254790550836',1462,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254790565926',1463,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254790673416',1464,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254790805308',1465,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254790813613',1466,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254790917273',1467,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254791057878',1468,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254791203732',1469,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254791238179',1470,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254791383970',1471,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254791392726',1472,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254791553378',1473,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254791566724',1474,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254791778528',1475,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254791982704',1476,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254792014706',1477,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254792120561',1478,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254792304649',1479,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254792380531',1480,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254792431015',1481,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254792475731',1482,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254792503671',1483,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254792512961',1484,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254792653590',1485,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254792733395',1486,'sample 3','','2025-06-01 12:36:44pm','active','','','','','KES',''),('254703644013',1487,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254793866850',1488,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254704818181',1489,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254711902887',1490,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721260433',1491,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254736128175',1492,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254795386440',1493,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254726610788',1494,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254727295898',1495,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722814750',1496,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254787938623',1497,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254797888244',1498,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254729854408',1499,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721524852',1500,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254793870186',1501,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254789370961',1502,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254726758735',1503,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254748223052',1504,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254780548429',1505,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('12404815648',1506,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('17819858340',1507,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('19518805075',1508,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('19782104049',1509,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('211926577006',1510,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('231886338816',1511,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('2348109521172',1512,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('237693711094',1513,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('250783006876',1514,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('250788582233',1515,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('250788631018',1516,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('252615333833',1517,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254100775865',1518,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254101586740',1519,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254101668001',1520,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254104705160',1521,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254106971607',1522,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254107751368',1523,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254108342616',1524,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254110563153',1525,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254111219934',1526,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254111813804',1527,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254111935413',1528,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254112230057',1529,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254112785920',1530,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254113653958',1531,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254113936845',1532,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254114056628',1533,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254114090390',1534,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254114333400',1535,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254114861646',1536,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254115481804',1537,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254207854744',1538,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254700080007',1539,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254700305239',1540,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254700314247',1541,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254700327090',1542,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254700446551',1543,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254700513001',1544,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254700520398',1545,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254700663895',1546,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254700743804',1547,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254700875710',1548,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254700925635',1549,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254701041411',1550,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254701120167',1551,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254701323532',1552,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254701396887',1553,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254701813224',1554,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254701835599',1555,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254701999846',1556,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254702170593',1557,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254702177190',1558,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254702269315',1559,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254702380159',1560,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254702478658',1561,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254702561578',1562,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254702677281',1563,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254702759197',1564,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254702767183',1565,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254702991441',1566,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254703100200',1567,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254703285990',1568,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254703430213',1569,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254703448857',1570,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254703449473',1571,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254703584090',1572,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254703745484',1573,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254703802405',1574,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254703867163',1575,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254704161427',1576,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254704223399',1577,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254704240871',1578,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254704257676',1579,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254704333866',1580,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254704451132',1581,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254704455877',1582,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254704641973',1583,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254704644672',1584,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254704732454',1585,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254704758309',1586,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254704822421',1587,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254704924341',1588,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254704936996',1589,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254705067625',1590,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254705097552',1591,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254705201540',1592,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254705415043',1593,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254705502222',1594,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254705529313',1595,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254705581705',1596,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254705627719',1597,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254705965258',1598,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254706002245',1599,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254706151449',1600,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254706505017',1601,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254706739779',1602,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254706851768',1603,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254706854768',1604,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254707070269',1605,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254707081028',1606,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254707097721',1607,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254707198516',1608,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254707367356',1609,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254707433907',1610,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254707628799',1611,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254707703409',1612,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254707735615',1613,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254707885566',1614,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254707905087',1615,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254707970479',1616,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254708061669',1617,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254708064273',1618,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254708338574',1619,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254708423198',1620,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254708433981',1621,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254708747590',1622,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254708883504',1623,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254710140627',1624,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254710206244',1625,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254710336942',1626,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254710558248',1627,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254710569144',1628,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254710670516',1629,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254710700029',1630,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254710742773',1631,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254710760364',1632,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254710819070',1633,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254710848501',1634,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254710922965',1635,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254711126821',1636,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254711188300',1637,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254711252824',1638,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254711432832',1639,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254711470222',1640,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254711480667',1641,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254711490943',1642,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254711598783',1643,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254711616123',1644,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254711707507',1645,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254711755087',1646,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254711766775',1647,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254711837245',1648,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254711889580',1649,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254711975941',1650,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254712005777',1651,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254712164792',1652,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254712434903',1653,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254712768849',1654,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254712780809',1655,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254712915183',1656,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254713010190',1657,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254713070418',1658,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254713121632',1659,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254713156506',1660,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254713206297',1661,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254713248463',1662,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254713285486',1663,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254713505422',1664,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254713515794',1665,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254713550493',1666,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254713776719',1667,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254713819753',1668,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254713962711',1669,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254714038285',1670,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254714153982',1671,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254714182811',1672,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254714190255',1673,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254714229889',1674,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254714264014',1675,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254714275020',1676,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254714345246',1677,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254714575615',1678,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254714789653',1679,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254714809104',1680,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254714827263',1681,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254714917394',1682,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254714919640',1683,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254715077329',1684,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254715195601',1685,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254715207482',1686,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254715304346',1687,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254715366672',1688,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254715418651',1689,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254715445665',1690,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254715567919',1691,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254715632005',1692,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254715639916',1693,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254715641351',1694,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254715695571',1695,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254715731005',1696,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254715761041',1697,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254715790213',1698,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254716038409',1699,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254716126257',1700,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254716203147',1701,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254716322391',1702,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254716372284',1703,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254716521678',1704,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254716523208',1705,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254716523323',1706,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254716523713',1707,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254716704916',1708,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254716707713',1709,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254716747291',1710,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254716749378',1711,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254716885119',1712,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254716930397',1713,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254717160494',1714,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254717188449',1715,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254717252248',1716,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254717356830',1717,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254717415854',1718,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254717736469',1719,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254718131302',1720,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254718135428',1721,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254718188052',1722,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254718257211',1723,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254718345857',1724,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254718349456',1725,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254718414390',1726,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254718475952',1727,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254718487760',1728,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254718501426',1729,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254718569266',1730,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254718605065',1731,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254718697603',1732,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254718787769',1733,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254718793978',1734,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254718842724',1735,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254719166799',1736,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254719216315',1737,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254719321100',1738,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254719520820',1739,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254719542485',1740,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254719622861',1741,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254719638353',1742,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254719660577',1743,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254719767949',1744,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720007678',1745,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720069822',1746,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720078867',1747,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720138129',1748,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720233675',1749,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720248026',1750,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720348900',1751,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720362775',1752,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720377796',1753,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720378116',1754,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720512815',1755,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720611256',1756,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720630285',1757,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720663769',1758,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720675161',1759,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720717041',1760,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720754288',1761,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720810683',1762,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720840013',1763,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720844010',1764,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720848008',1765,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720848440',1766,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720861034',1767,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720895802',1768,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720913809',1769,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720924870',1770,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720931793',1771,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720935572',1772,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720938497',1773,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720941945',1774,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720943454',1775,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720953226',1776,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720959442',1777,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254720967979',1778,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721202099',1779,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721210026',1780,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721219910',1781,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721222995',1782,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721224651',1783,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721240558',1784,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721278976',1785,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721284616',1786,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721306807',1787,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721347561',1788,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721352824',1789,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721368679',1790,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721438758',1791,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721515328',1792,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721522778',1793,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721540869',1794,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721549465',1795,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721558433',1796,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721568319',1797,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721575304',1798,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721600658',1799,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721615355',1800,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721642587',1801,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721655705',1802,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721659117',1803,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721663518',1804,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721675189',1805,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721675396',1806,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721687452',1807,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721699735',1808,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721703857',1809,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721720162',1810,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721733117',1811,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721735369',1812,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721744567',1813,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721757473',1814,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721771191',1815,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721779445',1816,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721780514',1817,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721837615',1818,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721897063',1819,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721982950',1820,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254721986044',1821,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722106610',1822,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722107828',1823,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722128969',1824,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722128989',1825,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722163109',1826,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722180000',1827,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722222756',1828,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722222892',1829,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722224180',1830,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722227276',1831,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722234208',1832,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722251598',1833,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722252723',1834,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722262513',1835,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722269158',1836,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722272788',1837,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722293490',1838,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722294099',1839,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722314892',1840,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722318002',1841,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722329098',1842,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722334786',1843,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722338997',1844,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722339079',1845,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722345827',1846,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722353132',1847,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722354633',1848,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722362733',1849,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722363980',1850,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722365277',1851,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722370054',1852,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722373328',1853,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722377676',1854,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722378228',1855,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722387594',1856,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722396864',1857,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722403344',1858,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722412932',1859,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722421747',1860,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722437980',1861,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722439449',1862,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722450420',1863,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722463925',1864,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722466929',1865,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722480684',1866,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722482664',1867,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722486525',1868,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722496687',1869,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722526439',1870,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722529533',1871,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722545185',1872,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722552677',1873,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722558111',1874,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722566793',1875,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722573992',1876,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722594625',1877,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722600675',1878,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722607156',1879,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722612128',1880,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722628365',1881,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722643307',1882,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722654572',1883,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722668797',1884,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722677945',1885,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722681113',1886,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722707082',1887,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722710160',1888,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722710688',1889,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722713483',1890,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722722290',1891,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722728072',1892,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722728572',1893,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722736944',1894,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722737195',1895,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722740756',1896,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722743445',1897,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722752091',1898,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722753090',1899,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722756789',1900,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722758070',1901,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722764747',1902,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722770456',1903,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722791619',1904,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722793912',1905,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722798278',1906,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722798694',1907,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722799391',1908,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722805848',1909,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722808099',1910,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722814468',1911,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722815652',1912,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722816469',1913,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722818276',1914,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722823252',1915,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722837700',1916,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722838006',1917,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722840131',1918,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722840762',1919,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722843770',1920,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722851153',1921,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722861824',1922,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722865323',1923,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722865413',1924,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722870149',1925,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722894292',1926,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722905128',1927,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722906445',1928,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722918895',1929,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722946097',1930,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722955735',1931,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722969102',1932,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722971412',1933,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722980786',1934,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722990609',1935,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722993978',1936,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722997487',1937,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254722998812',1938,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723011609',1939,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723119111',1940,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723132752',1941,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723214162',1942,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723223774',1943,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723247942',1944,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723300758',1945,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723323201',1946,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723447873',1947,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723475551',1948,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723481536',1949,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723545826',1950,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723566449',1951,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723572020',1952,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723626888',1953,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723692059',1954,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723699929',1955,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723728201',1956,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723742050',1957,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723786366',1958,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723797212',1959,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723798396',1960,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723808555',1961,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723880438',1962,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723921632',1963,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723946010',1964,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723947779',1965,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254723984898',1966,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254724026752',1967,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254724056356',1968,'sample 3','','2025-06-01 12:36:54pm','active','','','','','KES',''),('254702597559',1969,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723641333',1970,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702296273',1971,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758212871',1972,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708739581',1973,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721150823',1974,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254732534649',1975,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717772960',1976,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726631407',1977,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711484331',1978,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796568833',1979,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254759016810',1980,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792672984',1981,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721815887',1982,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254759295173',1983,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706749485',1984,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724428977',1985,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722471282',1986,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797456556',1987,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728157164',1988,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717022869',1989,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704247486',1990,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254780182501',1991,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792278546',1992,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720135547',1993,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254106704741',1994,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727620295',1995,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('233551040288',1996,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('2348083201282',1997,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254101209049',1998,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254102280404',1999,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254105863554',2000,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254106798986',2001,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254106839008',2002,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254110039020',2003,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254110301563',2004,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254110544228',2005,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254111317009',2006,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254111602799',2007,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254111650755',2008,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254111656334',2009,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254111789721',2010,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254111798540',2011,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254111836672',2012,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254111927106',2013,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254111978689',2014,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254112286709',2015,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254112394832',2016,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254114075281',2017,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254114624145',2018,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254115009168',2019,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254115388299',2020,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700065150',2021,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700117236',2022,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700137670',2023,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700274483',2024,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700390851',2025,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700596115',2026,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700645802',2027,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700774460',2028,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700895931',2029,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700914853',2030,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701227908',2031,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701345353',2032,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701605769',2033,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701813224',2034,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701909949',2035,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702304007',2036,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702355024',2037,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702410252',2038,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702414139',2039,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702568872',2040,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702682616',2041,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702868183',2042,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703839425',2043,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704113737',2044,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704206103',2045,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704330687',2046,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704336024',2047,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704443716',2048,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704505713',2049,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705051930',2050,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705218756',2051,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705609320',2052,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705756844',2053,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705903166',2054,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706054380',2055,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706060522',2056,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706123262',2057,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706337434',2058,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706410554',2059,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706659203',2060,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706682660',2061,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706986934',2062,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707014145',2063,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707261546',2064,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707341005',2065,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707497061',2066,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707566731',2067,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707663923',2068,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707846338',2069,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707846373',2070,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707891551',2071,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707949060',2072,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708337814',2073,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708432543',2074,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708504436',2075,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708525103',2076,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708617472',2077,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708716195',2078,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708866177',2079,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710299830',2080,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710871640',2081,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711376762',2082,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711525487',2083,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711667474',2084,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711801810',2085,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712273138',2086,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712521402',2087,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712522416',2088,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712783318',2089,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712852447',2090,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713140413',2091,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713530418',2092,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714040842',2093,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714441868',2094,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714689564',2095,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714690405',2096,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714809104',2097,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715071164',2098,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715268443',2099,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715654442',2100,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715760456',2101,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715792170',2102,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716327029',2103,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716378793',2104,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716393265',2105,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716489393',2106,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716526863',2107,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716856237',2108,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717128337',2109,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717165261',2110,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717211144',2111,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717897796',2112,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718278426',2113,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718536549',2114,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718608024',2115,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719310249',2116,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719427628',2117,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719669395',2118,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719829932',2119,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720110786',2120,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720226708',2121,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720434196',2122,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720496800',2123,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720843180',2124,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720991721',2125,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721238645',2126,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721522502',2127,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721765280',2128,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721842010',2129,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721959339',2130,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722230143',2131,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722238367',2132,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722338870',2133,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722366035',2134,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722408310',2135,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722498761',2136,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722785912',2137,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722940427',2138,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722986312',2139,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723098887',2140,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723138084',2141,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723246957',2142,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723300758',2143,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723660109',2144,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723862140',2145,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723864776',2146,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723868038',2147,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723939721',2148,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724027752',2149,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724064051',2150,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724096822',2151,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724450574',2152,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724653358',2153,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724655223',2154,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724726759',2155,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724733430',2156,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724758388',2157,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724795957',2158,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724874132',2159,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724948998',2160,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725020135',2161,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725065941',2162,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725098969',2163,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725245499',2164,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725481338',2165,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725631018',2166,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725695688',2167,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725736934',2168,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725908416',2169,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725939869',2170,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726067343',2171,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726324957',2172,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726408998',2173,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726526797',2174,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726535192',2175,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726584329',2176,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727214193',2177,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727344084',2178,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727481995',2179,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727530208',2180,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727715163',2181,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727728991',2182,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728055604',2183,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728133141',2184,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728172652',2185,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728713489',2186,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728939515',2187,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729276224',2188,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729367759',2189,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729653344',2190,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254731837890',2191,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254732202230',2192,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254735779562',2193,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254736121444',2194,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254737196062',2195,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254737748126',2196,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738035459',2197,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738361518',2198,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738381485',2199,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738991306',2200,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254739812916',2201,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740393881',2202,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740425817',2203,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740435084',2204,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740460315',2205,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740637694',2206,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740682914',2207,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740691101',2208,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740909692',2209,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740939192',2210,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254741092018',2211,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254741186072',2212,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254741527389',2213,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254741642121',2214,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254741996085',2215,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742050869',2216,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742052251',2217,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742062086',2218,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742151458',2219,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742158002',2220,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742171508',2221,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742184933',2222,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742386827',2223,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742398028',2224,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742615776',2225,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743063362',2226,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743097546',2227,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743127463',2228,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743237225',2229,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743244132',2230,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743253802',2231,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743334999',2232,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743336838',2233,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743625869',2234,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743640856',2235,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743988665',2236,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254745157981',2237,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254745466099',2238,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254745477626',2239,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254745484345',2240,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254745553284',2241,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254745706694',2242,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254745868006',2243,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254745918026',2244,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746075414',2245,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746089852',2246,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746111852',2247,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746122013',2248,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746159405',2249,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746175178',2250,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746678192',2251,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746885822',2252,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746999235',2253,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748086766',2254,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748458827',2255,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748721160',2256,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748751862',2257,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254750294789',2258,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254750945914',2259,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254751217948',2260,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254751479381',2261,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254751586435',2262,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254752061755',2263,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254752365563',2264,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254754558899',2265,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254754854619',2266,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254754939906',2267,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254755097716',2268,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254756334241',2269,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254756502547',2270,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254756998460',2271,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254757012522',2272,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254757047126',2273,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254757085190',2274,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254757255945',2275,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254757264481',2276,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254757298326',2277,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254757317138',2278,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254757382871',2279,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254757451849',2280,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254757533520',2281,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254757920781',2282,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254757927486',2283,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254757953422',2284,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758217504',2285,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758285538',2286,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758538535',2287,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758951538',2288,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758981061',2289,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254759322727',2290,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254759329774',2291,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254759537406',2292,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254759873616',2293,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254763871421',2294,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254765706604',2295,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768354773',2296,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768405037',2297,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768936336',2298,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768955161',2299,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254769153316',2300,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254769188280',2301,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254769709340',2302,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254769980878',2303,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254770541758',2304,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254775094250',2305,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254777302269',2306,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254778228301',2307,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254778743758',2308,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254780426049',2309,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254780708070',2310,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254780747766',2311,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254782155961',2312,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254782451744',2313,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254783513142',2314,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254784274870',2315,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254784461896',2316,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254786184282',2317,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254786413386',2318,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254788110530',2319,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254788379346',2320,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254788430979',2321,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254789930152',2322,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790021763',2323,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790074723',2324,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790108379',2325,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790216319',2326,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790304432',2327,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790565926',2328,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790667691',2329,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790820273',2330,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790871817',2331,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790930965',2332,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791012105',2333,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791198001',2334,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791238179',2335,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791357078',2336,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791678052',2337,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791824058',2338,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791833529',2339,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791952123',2340,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792224362',2341,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792235805',2342,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792547759',2343,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792584555',2344,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792881443',2345,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792913231',2346,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792929862',2347,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254793896394',2348,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254793930717',2349,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254794044971',2350,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254794231934',2351,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254794536205',2352,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254795015449',2353,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254795113734',2354,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254795475861',2355,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254795483016',2356,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254795891970',2357,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796050620',2358,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796183681',2359,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796186624',2360,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796351758',2361,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796553169',2362,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796587893',2363,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796735119',2364,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796899504',2365,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797036779',2366,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797044014',2367,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797144399',2368,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797194984',2369,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797715674',2370,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797744580',2371,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797816045',2372,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797880818',2373,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797913204',2374,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254798340209',2375,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254798356149',2376,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254798360882',2377,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254798427787',2378,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254798520222',2379,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254798990944',2380,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799046388',2381,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799286311',2382,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799304929',2383,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799432316',2384,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799470184',2385,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799553757',2386,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799767393',2387,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799773649',2388,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('256779506006',2389,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('33672670939',2390,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('447902533638',2391,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720341352',2392,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726811270',2393,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714880173',2394,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254793599648',2395,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722471929',2396,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715344160',2397,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('15085798823',2398,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254111437655',2399,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254114639179',2400,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254114719247',2401,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700656035',2402,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701673090',2403,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702223659',2404,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702709014',2405,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702840246',2406,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703188127',2407,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704448122',2408,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704853637',2409,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705050065',2410,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705320343',2411,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705389898',2412,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705456776',2413,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705489329',2414,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705621490',2415,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705709767',2416,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707684319',2417,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708421435',2418,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710426520',2419,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710473926',2420,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710792910',2421,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710837125',2422,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711248597',2423,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711675558',2424,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711733016',2425,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712161342',2426,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712220031',2427,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712248390',2428,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712263263',2429,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712342209',2430,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712460452',2431,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712817218',2432,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713059303',2433,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714238206',2434,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714530239',2435,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714561950',2436,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714749999',2437,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714850749',2438,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714978228',2439,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715043147',2440,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715348625',2441,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715614640',2442,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716291592',2443,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716521126',2444,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717510947',2445,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717535404',2446,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717906733',2447,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718701560',2448,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719508832',2449,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720159712',2450,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720200875',2451,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720264558',2452,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720330475',2453,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720380374',2454,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720580644',2455,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720903235',2456,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721132244',2457,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721307353',2458,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721309712',2459,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721371851',2460,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721482813',2461,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721690208',2462,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721757075',2463,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721868971',2464,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721904833',2465,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722160323',2466,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722315941',2467,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722395404',2468,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722445205',2469,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722516565',2470,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722568096',2471,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722592022',2472,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722592188',2473,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722593867',2474,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722878875',2475,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722924795',2476,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722976942',2477,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722978866',2478,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722978894',2479,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723471817',2480,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723716560',2481,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723793899',2482,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724387397',2483,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724856662',2484,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724971636',2485,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725111900',2486,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725120554',2487,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725125630',2488,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725207270',2489,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725465407',2490,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725741735',2491,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725822888',2492,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726264589',2493,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727372836',2494,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727542227',2495,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727998158',2496,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728709147',2497,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729055015',2498,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729200284',2499,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729366445',2500,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729675178',2501,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729903132',2502,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254735475476',2503,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254736710014',2504,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254737311720',2505,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254737387172',2506,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738734736',2507,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254741409332',2508,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742713390',2509,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254745056973',2510,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254745822328',2511,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254745873783',2512,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746665196',2513,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254751217948',2514,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758074600',2515,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758504607',2516,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768669287',2517,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254769249900',2518,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254781504745',2519,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254788693822',2520,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790554354',2521,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790926560',2522,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791359251',2523,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254793612067',2524,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254794703583',2525,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254795829955',2526,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796002910',2527,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796844874',2528,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797552506',2529,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254798361926',2530,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799764467',2531,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713518915',2532,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716766666',2533,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702296273',2534,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702920550',2535,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707070455',2536,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721131908',2537,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712971110',2538,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725434167',2539,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724300233',2540,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720101861',2541,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719890520',2542,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728729015',2543,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717772960',2544,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719772320',2545,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729499999',2546,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743583628',2547,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729222322',2548,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725513518',2549,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719632924',2550,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724428977',2551,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728522227',2552,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797456556',2553,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254115949967',2554,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701519433',2555,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723363833',2556,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721268880',2557,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799553004',2558,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723466048',2559,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254100198798',2560,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254111619433',2561,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254111706838',2562,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254111983832',2563,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254112228169',2564,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254113029979',2565,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254113231316',2566,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254113239676',2567,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254113311290',2568,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254115137531',2569,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254115466604',2570,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254115586333',2571,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700254396',2572,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700325278',2573,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700446870',2574,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700528447',2575,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700530000',2576,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700621575',2577,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700895931',2578,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701091395',2579,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701092393',2580,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701411574',2581,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701505059',2582,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701686081',2583,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701813224',2584,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701880136',2585,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702031163',2586,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702249023',2587,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702333399',2588,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702759405',2589,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703401467',2590,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703572660',2591,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703630568',2592,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703965048',2593,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704077012',2594,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704085203',2595,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704118198',2596,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704325575',2597,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704471591',2598,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704473244',2599,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705079437',2600,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705219216',2601,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705232642',2602,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705870030',2603,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706225054',2604,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706511498',2605,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706805797',2606,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707192824',2607,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707281308',2608,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707434606',2609,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707566731',2610,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707610038',2611,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707664103',2612,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708181781',2613,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708251295',2614,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708402828',2615,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708573238',2616,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710189651',2617,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710856476',2618,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710885815',2619,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711201870',2620,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711279747',2621,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711383959',2622,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711410841',2623,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711470222',2624,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711725536',2625,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711777336',2626,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711813431',2627,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712435826',2628,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712590558',2629,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712622718',2630,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712876502',2631,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712926075',2632,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713581564',2633,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713621574',2634,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713640424',2635,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713692861',2636,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713702253',2637,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713762630',2638,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714029521',2639,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714135456',2640,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714223463',2641,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714736491',2642,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714768080',2643,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714781881',2644,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714817380',2645,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714948663',2646,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715210697',2647,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715239874',2648,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715345178',2649,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715441689',2650,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715557272',2651,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715614026',2652,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715684918',2653,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715778297',2654,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716107411',2655,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716277087',2656,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716489393',2657,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716526797',2658,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716707399',2659,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716796775',2660,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717165261',2661,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717307189',2662,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717784085',2663,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718332133',2664,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719310249',2665,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719467926',2666,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719563084',2667,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719575158',2668,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720056311',2669,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720093638',2670,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720209022',2671,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720212073',2672,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720229848',2673,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720283775',2674,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720348099',2675,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720391718',2676,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720491270',2677,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720533847',2678,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720582512',2679,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720716039',2680,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720876916',2681,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720969293',2682,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721136876',2683,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721153105',2684,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721160693',2685,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721313921',2686,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721586265',2687,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721636344',2688,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721649169',2689,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721686387',2690,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721997879',2691,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722128188',2692,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722166824',2693,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722177866',2694,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722179391',2695,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722266679',2696,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722282249',2697,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722344471',2698,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722368234',2699,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722370841',2700,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722383239',2701,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722431989',2702,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722461097',2703,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722542582',2704,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722579003',2705,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722652705',2706,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722659797',2707,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722777238',2708,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722819955',2709,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722821697',2710,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722851484',2711,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722940427',2712,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722960739',2713,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722999773',2714,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723143182',2715,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723324672',2716,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723358871',2717,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723393386',2718,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723511077',2719,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723511393',2720,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723561368',2721,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723623420',2722,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723680284',2723,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723748079',2724,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723777032',2725,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723938663',2726,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723979950',2727,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724030651',2728,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724100937',2729,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724104466',2730,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724107027',2731,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724115188',2732,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724246138',2733,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724266780',2734,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724362935',2735,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724388090',2736,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724497189',2737,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724706206',2738,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724818031',2739,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724841923',2740,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724885788',2741,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724900136',2742,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725382223',2743,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725418903',2744,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725445947',2745,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725491411',2746,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725587900',2747,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725708445',2748,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725935460',2749,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726206265',2750,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726577963',2751,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726707124',2752,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726915302',2753,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727033317',2754,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727042972',2755,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727098539',2756,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727119825',2757,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727294118',2758,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727446102',2759,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727455855',2760,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727487326',2761,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727500617',2762,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727715581',2763,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728285151',2764,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728313472',2765,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728455723',2766,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728477468',2767,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728826133',2768,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728826238',2769,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728938814',2770,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729155541',2771,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729378241',2772,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729497471',2773,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729720792',2774,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729742764',2775,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729773569',2776,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729795476',2777,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729961867',2778,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254731043829',2779,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254731640993',2780,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254732946748',2781,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733344554',2782,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733617897',2783,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733664245',2784,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733737993',2785,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254734043680',2786,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254734244456',2787,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254734749939',2788,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254735779562',2789,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254739613230',2790,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740074472',2791,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740658815',2792,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254741098542',2793,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254741477084',2794,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254741610138',2795,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254741642121',2796,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742246947',2797,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742679845',2798,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743327545',2799,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743476665',2800,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743606108',2801,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743649506',2802,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743700163',2803,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743914063',2804,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254745595957',2805,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746211100',2806,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746285046',2807,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746432744',2808,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746891383',2809,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748470499',2810,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748766413',2811,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748925325',2812,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254750892927',2813,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254751914307',2814,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254752703560',2815,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254754267409',2816,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254757060956',2817,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758322717',2818,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758472988',2819,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758661759',2820,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254759235005',2821,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254759471947',2822,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254759944689',2823,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768007822',2824,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768315726',2825,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768397088',2826,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768515358',2827,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768678282',2828,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768857353',2829,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768936336',2830,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768992604',2831,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254769502928',2832,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254769525745',2833,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254769961188',2834,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254771150243',2835,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254776144296',2836,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254781691179',2837,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254785436059',2838,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254787688293',2839,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254788654165',2840,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790003791',2841,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790069296',2842,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790092783',2843,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790118440',2844,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790210629',2845,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790240220',2846,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790466379',2847,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790565926',2848,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790667691',2849,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791343527',2850,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792740493',2851,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254795976642',2852,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797049888',2853,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797995136',2854,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254798055245',2855,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254798144722',2856,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254798196179',2857,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254798241101',2858,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799761254',2859,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799967971',2860,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799994618',2861,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799996098',2862,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799998161',2863,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('256759699999',2864,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('447930303037',2865,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('923218482700',2866,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713518915',2867,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254789886887',2868,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254734453959',2869,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729416465',2870,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725885982',2871,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700430554',2872,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702296273',2873,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742056882',2874,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716261195',2875,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701903160',2876,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254773210766',2877,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726622543',2878,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724909363',2879,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254732534649',2880,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254795882121',2881,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720999557',2882,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727778777',2883,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254795386440',2884,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726631407',2885,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254795433623',2886,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722206064',2887,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724346769',2888,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792672984',2889,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721815887',2890,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743583628',2891,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708800364',2892,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707795067',2893,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797456556',2894,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717883309',2895,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254739609809',2896,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799650104',2897,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792278546',2898,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758442097',2899,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254104478058',2900,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701665685',2901,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254788807425',2902,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727620295',2903,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254780548429',2904,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('14054732857',2905,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('16123102934',2906,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('233243867564',2907,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('2348067018099',2908,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254101202303',2909,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254102103442',2910,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254102280404',2911,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254110639415',2912,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254111340755',2913,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254111533364',2914,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254111698751',2915,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254111741846',2916,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254112176687',2917,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254113943166',2918,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254114299261',2919,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254114391417',2920,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254115028254',2921,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254115813089',2922,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700080178',2923,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700137670',2924,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700301269',2925,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700608608',2926,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700653472',2927,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700853807',2928,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700884328',2929,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701092393',2930,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701106730',2931,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701594713',2932,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701605769',2933,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701765535',2934,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702090256',2935,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702180897',2936,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702196729',2937,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702210390',2938,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702306025',2939,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702323848',2940,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702575637',2941,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702615685',2942,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702803394',2943,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702960540',2944,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703818744',2945,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703877017',2946,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703889696',2947,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703902186',2948,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704303371',2949,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704802952',2950,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704930840',2951,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705219216',2952,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705319377',2953,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705400458',2954,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705480204',2955,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705494145',2956,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705555786',2957,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705704495',2958,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705741078',2959,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705805905',2960,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705811999',2961,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705896748',2962,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706085147',2963,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706112160',2964,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706410554',2965,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706491119',2966,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707014145',2967,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707045694',2968,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707165444',2969,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707199439',2970,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707219088',2971,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707341005',2972,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707368347',2973,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707500764',2974,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707566731',2975,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707607854',2976,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707924806',2977,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708118365',2978,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708337814',2979,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708351720',2980,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708902532',2981,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254709600055',2982,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710252984',2983,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710253239',2984,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710316919',2985,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710323636',2986,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710441076',2987,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710443413',2988,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710841376',2989,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711151228',2990,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711274118',2991,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711364986',2992,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711447039',2993,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711490617',2994,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711730508',2995,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711868826',2996,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711882668',2997,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712136770',2998,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712249728',2999,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712510970',3000,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712950054',3001,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713061338',3002,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713133659',3003,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713246037',3004,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713248463',3005,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713657806',3006,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713733394',3007,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713816489',3008,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713864475',3009,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714005308',3010,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714015297',3011,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714035894',3012,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714441868',3013,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714809104',3014,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714817276',3015,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715032425',3016,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715097227',3017,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715123867',3018,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715261564',3019,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715458676',3020,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715558883',3021,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715666724',3022,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715792170',3023,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715853757',3024,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715967796',3025,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715976531',3026,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715992219',3027,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716016051',3028,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716744222',3029,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717202204',3030,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717480014',3031,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717546765',3032,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717560630',3033,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717695684',3034,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717919143',3035,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718135566',3036,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718178197',3037,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718332133',3038,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718738208',3039,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718856557',3040,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719160080',3041,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719409486',3042,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719497915',3043,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719878789',3044,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719881088',3045,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720145172',3046,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720157065',3047,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720239797',3048,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720303069',3049,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720496800',3050,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720521390',3051,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720531253',3052,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720708588',3053,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720715711',3054,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720790853',3055,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720823819',3056,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720876916',3057,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720956513',3058,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720975619',3059,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721123623',3060,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721154876',3061,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721159252',3062,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721287472',3063,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721308370',3064,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721320794',3065,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721327463',3066,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721352824',3067,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721402701',3068,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721414582',3069,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721498709',3070,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721505959',3071,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721514495',3072,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721555900',3073,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721577427',3074,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721586265',3075,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721620083',3076,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721652703',3077,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721681172',3078,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721687452',3079,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721696788',3080,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721700869',3081,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721903158',3082,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721997879',3083,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722101660',3084,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722171523',3085,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722224180',3086,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722232882',3087,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722243388',3088,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722257344',3089,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722275570',3090,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722290390',3091,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722297175',3092,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722353010',3093,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722414815',3094,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722462713',3095,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722475425',3096,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722492472',3097,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722497602',3098,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722564915',3099,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722603962',3100,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722611876',3101,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722641738',3102,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722652545',3103,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722654328',3104,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722681712',3105,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722701444',3106,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722715296',3107,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722740076',3108,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722756839',3109,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722770844',3110,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722786354',3111,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722809266',3112,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722827684',3113,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722830539',3114,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722840440',3115,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722924680',3116,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722960739',3117,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722991355',3118,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723102273',3119,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723138084',3120,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723151058',3121,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723229174',3122,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723263610',3123,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723457343',3124,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723487145',3125,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723518307',3126,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723601105',3127,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723623420',3128,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723645893',3129,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723733502',3130,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723823165',3131,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723857094',3132,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724159230',3133,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724653088',3134,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724653785',3135,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724883761',3136,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724914886',3137,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724929215',3138,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725078744',3139,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725098969',3140,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725908416',3141,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726120926',3142,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726142405',3143,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726324957',3144,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726519354',3145,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726526797',3146,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726680121',3147,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726684102',3148,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726947080',3149,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726996669',3150,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726997994',3151,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727128818',3152,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727248838',3153,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727355909',3154,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727368578',3155,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727525156',3156,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727541175',3157,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727604286',3158,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727621358',3159,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727676903',3160,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727715163',3161,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727792228',3162,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727807820',3163,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728020667',3164,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728075086',3165,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728137006',3166,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728303141',3167,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728333220',3168,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728352127',3169,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728414702',3170,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728596938',3171,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728689612',3172,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728693637',3173,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728713489',3174,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728717048',3175,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729262611',3176,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729503148',3177,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729524550',3178,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729535607',3179,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254731015712',3180,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733335848',3181,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733664245',3182,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254734563791',3183,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254734567954',3184,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254735348581',3185,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254735633082',3186,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254736121444',3187,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254736736313',3188,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254736761329',3189,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254736763255',3190,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254736988332',3191,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254737610515',3192,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738002686',3193,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738430228',3194,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738730222',3195,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738991306',3196,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254739935007',3197,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740023158',3198,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740393881',3199,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740425817',3200,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740460315',3201,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740508142',3202,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740565444',3203,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740821946',3204,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740957244',3205,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254741804563',3206,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742052251',3207,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742151458',3208,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742184933',3209,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742745566',3210,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743042925',3211,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743503214',3212,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743505350',3213,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743519465',3214,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743545526',3215,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743965109',3216,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254745086732',3217,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254745212016',3218,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254745494171',3219,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254745830205',3220,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746114289',3221,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746460977',3222,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746815780',3223,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746891383',3224,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746999235',3225,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254747175777',3226,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748195391',3227,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748310772',3228,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748433574',3229,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748837635',3230,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748944163',3231,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254750865444',3232,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254751824217',3233,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254754394117',3234,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254755174104',3235,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254755808385',3236,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254756334241',3237,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254757255945',3238,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254757633835',3239,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758724656',3240,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758921499',3241,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254759636377',3242,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254759932269',3243,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254759944689',3244,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254763871421',3245,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768302046',3246,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768658447',3247,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768659190',3248,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768664479',3249,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768936336',3250,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254770247830',3251,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254770803642',3252,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254771461746',3253,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254772872408',3254,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254775094250',3255,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254780416215',3256,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254780426049',3257,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254780900151',3258,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254780910505',3259,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254783513142',3260,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254786276266',3261,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254786413386',3262,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254786571446',3263,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254786618747',3264,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254787454444',3265,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254787505434',3266,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254788110530',3267,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254788540560',3268,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254789432003',3269,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254789816305',3270,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790069296',3271,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790092783',3272,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790222530',3273,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790452393',3274,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790565926',3275,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790591280',3276,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790595705',3277,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790608585',3278,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791238179',3279,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791343527',3280,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791717315',3281,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791969250',3282,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792372760',3283,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792655241',3284,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792709155',3285,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254793454350',3286,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254794273737',3287,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254794529406',3288,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254795099525',3289,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254795559042',3290,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796373639',3291,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796643719',3292,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797046378',3293,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797081942',3294,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797302120',3295,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797437003',3296,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797507326',3297,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797693926',3298,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797809836',3299,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797937927',3300,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797938722',3301,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797992231',3302,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254798103653',3303,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254798156447',3304,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254798188919',3305,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254798473160',3306,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799385929',3307,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799397314',3308,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799687000',3309,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('256704294970',3310,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('256752232587',3311,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('256752747534',3312,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('923113247372',3313,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('97430215881',3314,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('97430486667',3315,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758617177',3316,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254753466713',3317,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724829341',3318,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254795386440',3319,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720396335',3320,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713932375',3321,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746327755',3322,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721815887',3323,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799997907',3324,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797456556',3325,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714880173',3326,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721900363',3327,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721145392',3328,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715344160',3329,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254103478712',3330,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702287706',3331,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713104740',3332,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701665685',3333,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254100713300',3334,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254102307167',3335,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254103348993',3336,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254105151812',3337,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254110733578',3338,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254111612150',3339,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254111705129',3340,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254111971063',3341,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254112309292',3342,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254112561118',3343,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254113138861',3344,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254114959902',3345,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700031444',3346,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700237427',3347,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701756796',3348,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701927256',3349,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702238516',3350,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702583427',3351,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702586836',3352,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702668339',3353,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703101165',3354,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703237024',3355,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703330071',3356,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703560651',3357,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703586899',3358,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703688879',3359,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704268288',3360,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704300918',3361,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704910372',3362,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705145102',3363,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705200523',3364,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705371452',3365,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705415043',3366,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706459297',3367,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707192036',3368,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707449606',3369,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707561142',3370,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708005781',3371,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708422614',3372,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708700584',3373,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710349244',3374,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710641277',3375,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710869910',3376,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710909731',3377,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711248715',3378,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711276847',3379,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711864571',3380,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712152770',3381,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712242980',3382,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712787102',3383,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713057480',3384,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714356351',3385,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714601143',3386,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715579579',3387,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715601810',3388,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715906879',3389,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715924604',3390,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716344836',3391,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716586326',3392,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716619391',3393,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716667758',3394,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716894469',3395,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717555020',3396,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717687200',3397,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718078391',3398,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718254328',3399,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718501426',3400,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718641663',3401,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718755149',3402,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719304976',3403,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719655533',3404,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719770136',3405,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719803533',3406,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720251480',3407,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720418260',3408,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720445375',3409,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720537728',3410,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720699421',3411,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720942029',3412,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721110594',3413,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721146268',3414,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721203423',3415,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721750797',3416,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721857831',3417,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721860547',3418,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721878676',3419,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721891376',3420,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721969742',3421,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721983729',3422,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722104348',3423,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722169597',3424,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722285767',3425,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722340279',3426,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722356842',3427,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722395404',3428,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722425852',3429,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722475425',3430,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722485131',3431,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722576756',3432,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722606526',3433,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722625242',3434,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722759816',3435,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722852565',3436,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722875513',3437,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722926919',3438,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722944689',3439,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722980916',3440,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722995081',3441,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723027130',3442,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723077755',3443,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723322344',3444,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723371448',3445,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723463970',3446,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723508868',3447,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723557048',3448,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723659738',3449,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723772988',3450,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723828823',3451,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723906904',3452,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723922559',3453,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723930727',3454,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723959389',3455,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723983423',3456,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724058362',3457,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724109569',3458,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724123539',3459,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724328828',3460,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724388090',3461,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724493040',3462,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724639024',3463,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724653088',3464,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725170070',3465,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725175017',3466,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725248057',3467,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725328623',3468,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725481881',3469,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725503018',3470,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725631682',3471,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725869548',3472,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725919281',3473,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726160127',3474,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726365214',3475,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727103878',3476,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727486515',3477,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727499326',3478,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727574090',3479,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727629545',3480,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728120469',3481,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728224581',3482,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728361983',3483,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728712385',3484,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728926594',3485,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729012808',3486,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729138121',3487,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729406924',3488,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729509069',3489,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729697877',3490,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729906906',3491,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254731445668',3492,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254731839646',3493,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254731861520',3494,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733342820',3495,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733745984',3496,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254734494434',3497,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254735633082',3498,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254735991585',3499,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254736047071',3500,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254736985207',3501,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254737651030',3502,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738447580',3503,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738619913',3504,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738620759',3505,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254739335135',3506,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254741582697',3507,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254741748208',3508,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254741952035',3509,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742689229',3510,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742713390',3511,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743800904',3512,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743935795',3513,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254745177528',3514,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746059520',3515,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746079001',3516,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746867215',3517,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254747927155',3518,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748433065',3519,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748714255',3520,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748753093',3521,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254750097288',3522,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254750668676',3523,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254751110101',3524,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254751217948',3525,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254751697471',3526,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254752950034',3527,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254756288998',3528,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254759311938',3529,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254764848329',3530,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254765000333',3531,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254773486576',3532,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254784921245',3533,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254787251972',3534,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254788314649',3535,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254788926968',3536,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254789630030',3537,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790554354',3538,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790707070',3539,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790998009',3540,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791038365',3541,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791536403',3542,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791833529',3543,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792886027',3544,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254794703562',3545,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254795983438',3546,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796411665',3547,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796616353',3548,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796775941',3549,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797159349',3550,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797670906',3551,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254798434285',3552,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799622802',3553,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799861753',3554,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799927114',3555,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728044716',3556,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700463520',3557,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710102907',3558,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724760323',3559,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713258716',3560,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722299940',3561,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720349339',3562,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720663809',3563,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728329698',3564,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720231225',3565,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705102689',3566,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722466218',3567,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722495066',3568,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712011437',3569,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711177333',3570,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724884402',3571,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720714239',3572,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733818264',3573,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721616226',3574,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733245007',3575,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722791787',3576,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718609445',3577,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722643220',3578,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713346470',3579,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720974594',3580,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768913407',3581,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254100107272',3582,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254100558070',3583,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254110076678',3584,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254111887479',3585,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254112477407',3586,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254112751600',3587,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254114800470',3588,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700071362',3589,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700493519',3590,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700833300',3591,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701432501',3592,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702644995',3593,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702892467',3594,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702918729',3595,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703458568',3596,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704039192',3597,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704405378',3598,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704957276',3599,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705252053',3600,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705531550',3601,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705629004',3602,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705782988',3603,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706068433',3604,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707812088',3605,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708506857',3606,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708677389',3607,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710240870',3608,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710275602',3609,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710335476',3610,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710368757',3611,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710420615',3612,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710588105',3613,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710606463',3614,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711175136',3615,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711199988',3616,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711229640',3617,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711408837',3618,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711419781',3619,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711792242',3620,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711820338',3621,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711956650',3622,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712012200',3623,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712357384',3624,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712372577',3625,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712546701',3626,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712680803',3627,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713000329',3628,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713056171',3629,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713809344',3630,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714597545',3631,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714666210',3632,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714822980',3633,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716076126',3634,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716094102',3635,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716160197',3636,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716397487',3637,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716397804',3638,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716537420',3639,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716552941',3640,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716965667',3641,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717025529',3642,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717497740',3643,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718153514',3644,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718210593',3645,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718271543',3646,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718791662',3647,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718997971',3648,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719382225',3649,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719420218',3650,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719506770',3651,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720032117',3652,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720133157',3653,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720179082',3654,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720201475',3655,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720243595',3656,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720266384',3657,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720312240',3658,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720322898',3659,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720389334',3660,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720389532',3661,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720463200',3662,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720597870',3663,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720741449',3664,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720759184',3665,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720791278',3666,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721136119',3667,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721263829',3668,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721264835',3669,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721266695',3670,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721323132',3671,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721354438',3672,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721355118',3673,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721382660',3674,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721392764',3675,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721465932',3676,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721482255',3677,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721497495',3678,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721500321',3679,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721650003',3680,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721743955',3681,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721770429',3682,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721878329',3683,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721920109',3684,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721967672',3685,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721976398',3686,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721989729',3687,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721991494',3688,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722114726',3689,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722145169',3690,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722177437',3691,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722231249',3692,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722260483',3693,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722293796',3694,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722305739',3695,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722310612',3696,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722326096',3697,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722363888',3698,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722374657',3699,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722427489',3700,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722434217',3701,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722443558',3702,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722446647',3703,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722467365',3704,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722525411',3705,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722555750',3706,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722625186',3707,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722635067',3708,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722660042',3709,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722698239',3710,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722704135',3711,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722725712',3712,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722725934',3713,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722728947',3714,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722741611',3715,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722763341',3716,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722788557',3717,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722796151',3718,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722808932',3719,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722829506',3720,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722836054',3721,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722888040',3722,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722906222',3723,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722913699',3724,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722940831',3725,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722961878',3726,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722995779',3727,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723216115',3728,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723286641',3729,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723351602',3730,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723363211',3731,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723382199',3732,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723482487',3733,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723517635',3734,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723540899',3735,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723604123',3736,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723643623',3737,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723868779',3738,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723874714',3739,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723918855',3740,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723966406',3741,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723976520',3742,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723983622',3743,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724062755',3744,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724079226',3745,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724156522',3746,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724160031',3747,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724227897',3748,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724243822',3749,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724271335',3750,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724346794',3751,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724395084',3752,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724416365',3753,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724505991',3754,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724531513',3755,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724649796',3756,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724654162',3757,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724839412',3758,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724848735',3759,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724939101',3760,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725231858',3761,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725240422',3762,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725286974',3763,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725354997',3764,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725375122',3765,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725387567',3766,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725490664',3767,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725492492',3768,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725495235',3769,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725495734',3770,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725594386',3771,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725607359',3772,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725749143',3773,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725781445',3774,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725822061',3775,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725875124',3776,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726061960',3777,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726103801',3778,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726116277',3779,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726122185',3780,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726157089',3781,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726165520',3782,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726177484',3783,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726177645',3784,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726348427',3785,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726446475',3786,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726531396',3787,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726587607',3788,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726622271',3789,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726775604',3790,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726832358',3791,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726861221',3792,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726983021',3793,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726996517',3794,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727016446',3795,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727092969',3796,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727098298',3797,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727238300',3798,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727263249',3799,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727440788',3800,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727570400',3801,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727858872',3802,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727947140',3803,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727966539',3804,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728364900',3805,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728501903',3806,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728541457',3807,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728585785',3808,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728681198',3809,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728797885',3810,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729039943',3811,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729658125',3812,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729889283',3813,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254732773201',3814,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733579143',3815,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254734397311',3816,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254734952726',3817,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738291232',3818,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254739209496',3819,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742157207',3820,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746130182',3821,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748456966',3822,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254753143286',3823,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758783096',3824,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791847101',3825,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254794920597',3826,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254795649032',3827,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254795667749',3828,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254795717520',3829,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796067274',3830,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796744568',3831,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702925550',3832,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721704516',3833,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722164143',3834,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723594282',3835,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722356857',3836,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710193900',3837,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720843413',3838,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713390022',3839,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704241181',3840,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710292920',3841,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712114902',3842,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715106116',3843,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715272927',3844,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716099416',3845,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716529300',3846,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719840228',3847,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720617944',3848,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721375621',3849,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722374214',3850,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725128501',3851,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725581857',3852,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725879918',3853,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726848946',3854,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727755083',3855,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728673155',3856,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728823573',3857,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729693133',3858,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254756479576',3859,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797128477',3860,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797444111',3861,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797598531',3862,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799671434',3863,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797166465',3864,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702597559',3865,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716261195',3866,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721150823',3867,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715317713',3868,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726093854',3869,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717526946',3870,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799116874',3871,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719794349',3872,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700680968',3873,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725635822',3874,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724071700',3875,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713443108',3876,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708591123',3877,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721399940',3878,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715344160',3879,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727620295',3880,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254101841743',3881,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254102131334',3882,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254111842600',3883,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254112425168',3884,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254114006971',3885,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254114180097',3886,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700135852',3887,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700191609',3888,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700340660',3889,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700428825',3890,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700432933',3891,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700646179',3892,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700877727',3893,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700885005',3894,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701145305',3895,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701411727',3896,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701641140',3897,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702041739',3898,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702073291',3899,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702490419',3900,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702742357',3901,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702845450',3902,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702880270',3903,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702933478',3904,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703402441',3905,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703427327',3906,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703611190',3907,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703679612',3908,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703735875',3909,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703788948',3910,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703907283',3911,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704354749',3912,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704771592',3913,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704977644',3914,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705144445',3915,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705200100',3916,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705698809',3917,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706225054',3918,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706572933',3919,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706632133',3920,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706978437',3921,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707021554',3922,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707242590',3923,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707815942',3924,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707961671',3925,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708648390',3926,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708812578',3927,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710200667',3928,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710239189',3929,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710243195',3930,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710284927',3931,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710299830',3932,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710357581',3933,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710493623',3934,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710744121',3935,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710771445',3936,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711196685',3937,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711327029',3938,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711756640',3939,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711899272',3940,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712049735',3941,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712701107',3942,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712711460',3943,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712742427',3944,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713129063',3945,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713420555',3946,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713623672',3947,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713654372',3948,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714005308',3949,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714051205',3950,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714255181',3951,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714422303',3952,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714676721',3953,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714746363',3954,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714808957',3955,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714850998',3956,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714855555',3957,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715008678',3958,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715033124',3959,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715178276',3960,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715267977',3961,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715324036',3962,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715624977',3963,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715656199',3964,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715792170',3965,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715953604',3966,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715960128',3967,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715999000',3968,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716162012',3969,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717032211',3970,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717182518',3971,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717290750',3972,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717355691',3973,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717480630',3974,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717530157',3975,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717541452',3976,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717617281',3977,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718159079',3978,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718321642',3979,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718352382',3980,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718479615',3981,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718806711',3982,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718900257',3983,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718944128',3984,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719334199',3985,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719396957',3986,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719619750',3987,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719807560',3988,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720007125',3989,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720033688',3990,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720047820',3991,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720071149',3992,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720159595',3993,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720223575',3994,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720226708',3995,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720256410',3996,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720283621',3997,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720359041',3998,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720360336',3999,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720421157',4000,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720469193',4001,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720502697',4002,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720657872',4003,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720706420',4004,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720718371',4005,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720850333',4006,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720966840',4007,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720979324',4008,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721228503',4009,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721293336',4010,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721339358',4011,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721673067',4012,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721680973',4013,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721713148',4014,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721730581',4015,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721755991',4016,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721797907',4017,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721821076',4018,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721842899',4019,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721886953',4020,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721896102',4021,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722100298',4022,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722121222',4023,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722142422',4024,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722158044',4025,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722252727',4026,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722259208',4027,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722297175',4028,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722299908',4029,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722327340',4030,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722334227',4031,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722344757',4032,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722381018',4033,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722404550',4034,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722463680',4035,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722476347',4036,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722532390',4037,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722567987',4038,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722594821',4039,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722601398',4040,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722637883',4041,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722716797',4042,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722765513',4043,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722774677',4044,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722801645',4045,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722827684',4046,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722829064',4047,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722832359',4048,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722854509',4049,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722919437',4050,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722922241',4051,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722957344',4052,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722964333',4053,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723048457',4054,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723080348',4055,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723250345',4056,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723292555',4057,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723307864',4058,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723398042',4059,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723613711',4060,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723749343',4061,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723752753',4062,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723999835',4063,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724046889',4064,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724081905',4065,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724099882',4066,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724201841',4067,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724229973',4068,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724367285',4069,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724385936',4070,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724387397',4071,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724407505',4072,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724491149',4073,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724537756',4074,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724633199',4075,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724635654',4076,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724651877',4077,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724673775',4078,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724779702',4079,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724818701',4080,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724833428',4081,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725109604',4082,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725110429',4083,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725151199',4084,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725152923',4085,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725260790',4086,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725348445',4087,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725481338',4088,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725521163',4089,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725572626',4090,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725695688',4091,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725718598',4092,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725920253',4093,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726034389',4094,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726271725',4095,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726290980',4096,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726297802',4097,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726324957',4098,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726340960',4099,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726427024',4100,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726464499',4101,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726570729',4102,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726584329',4103,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726631880',4104,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726715511',4105,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726975446',4106,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727153156',4107,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727405975',4108,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727451364',4109,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727611263',4110,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727665392',4111,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727925309',4112,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728083522',4113,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728208536',4114,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728386202',4115,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728485724',4116,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728507568',4117,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728554496',4118,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728663728',4119,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728732899',4120,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728755127',4121,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728774467',4122,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728913465',4123,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728962800',4124,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728984127',4125,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729304966',4126,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729515459',4127,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729588412',4128,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729795400',4129,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729993870',4130,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254731999000',4131,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254732709255',4132,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254732927480',4133,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733566992',4134,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254735022998',4135,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254735845152',4136,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254736325000',4137,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254736484308',4138,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254736715220',4139,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738069022',4140,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738220810',4141,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738444444',4142,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738505907',4143,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254739119578',4144,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254739377768',4145,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740108833',4146,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740113688',4147,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740755370',4148,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254741155825',4149,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742151458',4150,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742506702',4151,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743328965',4152,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743430639',4153,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743836908',4154,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254745303494',4155,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746121927',4156,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746680101',4157,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748003259',4158,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748805992',4159,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254751537199',4160,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254754394117',4161,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254757629065',4162,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758283307',4163,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758887130',4164,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254759707056',4165,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254762614616',4166,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254763293972',4167,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254764219472',4168,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254769071772',4169,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254769577658',4170,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254769680226',4171,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254771805090',4172,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254777518771',4173,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254779088974',4174,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254780665866',4175,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254783857584',4176,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254785687267',4177,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254788721421',4178,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254789660508',4179,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790112403',4180,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790538815',4181,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791600100',4182,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792327607',4183,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792720784',4184,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792881443',4185,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792894945',4186,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254793047466',4187,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254794406672',4188,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254794440733',4189,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254794713175',4190,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254795948782',4191,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796253727',4192,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796474944',4193,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254798602333',4194,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799240200',4195,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799297233',4196,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799430450',4197,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('923100106101',4198,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('923417645399',4199,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718290386',4200,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('447901759010',4201,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723641333',4202,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733326638',4203,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704281000',4204,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720210389',4205,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728134199',4206,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704444116',4207,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716887266',4208,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713416516',4209,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722812414',4210,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254759295173',4211,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719190287',4212,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724071700',4213,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700288825',4214,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799650104',4215,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707604292',4216,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('14692745566',4217,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('15088473335',4218,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('17583847687',4219,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('19728808412',4220,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('233277563449',4221,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('233536643186',4222,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('2347030785810',4223,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('2348115960249',4224,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('2349038324533',4225,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('2349110629234',4226,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('2349138109205',4227,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('237680426147',4228,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254100770488',4229,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254101830277',4230,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254101944985',4231,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254103579053',4232,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254103993779',4233,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254104056341',4234,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254106189755',4235,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254106500799',4236,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254111364733',4237,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254112112580',4238,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254114546337',4239,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700107049',4240,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700240833',4241,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700515000',4242,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700529175',4243,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700566118',4244,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700623095',4245,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700887742',4246,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701094780',4247,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701097012',4248,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701665189',4249,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701734009',4250,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701766523',4251,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701969869',4252,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702056019',4253,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702143864',4254,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702151369',4255,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702350113',4256,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702380159',4257,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702519018',4258,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702534073',4259,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702583427',4260,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702659521',4261,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702787806',4262,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702937828',4263,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702999000',4264,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703213185',4265,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703214614',4266,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703300368',4267,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703613293',4268,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704027138',4269,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704330687',4270,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704633357',4271,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704824997',4272,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704852183',4273,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705006635',4274,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705061017',4275,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705085326',4276,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705090908',4277,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705161009',4278,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705297510',4279,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705355476',4280,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705386645',4281,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705551201',4282,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705860898',4283,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705990642',4284,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706238792',4285,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706267788',4286,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706432785',4287,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706502352',4288,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706597803',4289,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706797590',4290,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707037075',4291,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707341005',4292,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707431054',4293,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707551500',4294,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707583007',4295,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707752233',4296,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707763386',4297,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707860039',4298,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707927357',4299,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708036614',4300,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708495954',4301,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708573238',4302,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708586982',4303,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710345552',4304,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710806729',4305,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710924676',4306,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711250509',4307,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711282187',4308,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711392774',4309,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711779141',4310,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712053683',4311,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712068888',4312,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712286066',4313,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712756860',4314,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712860288',4315,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712949277',4316,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713111300',4317,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713290601',4318,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713392346',4319,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713515794',4320,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713720983',4321,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713760869',4322,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713819753',4323,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713971818',4324,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714494787',4325,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714494843',4326,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714595315',4327,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714661291',4328,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714746702',4329,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714751015',4330,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714809104',4331,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714989710',4332,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715018004',4333,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715381036',4334,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715392813',4335,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715473626',4336,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715542521',4337,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716077805',4338,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716403821',4339,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716435008',4340,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716536203',4341,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716613960',4342,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716619445',4343,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716800451',4344,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717156712',4345,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717199004',4346,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717262531',4347,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717356830',4348,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717526960',4349,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717527010',4350,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717899307',4351,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717922809',4352,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718178197',4353,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718201842',4354,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718222011',4355,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718329966',4356,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718381959',4357,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718545895',4358,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718580646',4359,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718594198',4360,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718885962',4361,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718904675',4362,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719216315',4363,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719221751',4364,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719302253',4365,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719396530',4366,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719402157',4367,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719420293',4368,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719509632',4369,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719547629',4370,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719712879',4371,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719859180',4372,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720099714',4373,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720099936',4374,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720143712',4375,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720239719',4376,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720283621',4377,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720481202',4378,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720532128',4379,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720601788',4380,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720722271',4381,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720728859',4382,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720768406',4383,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720910173',4384,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720927058',4385,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720941144',4386,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721138581',4387,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721207050',4388,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721240024',4389,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721260257',4390,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721261236',4391,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721293336',4392,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721295132',4393,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721522384',4394,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721522778',4395,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721526729',4396,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721567685',4397,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721573991',4398,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721580109',4399,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721596563',4400,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721711631',4401,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721754282',4402,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721821860',4403,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721882067',4404,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721914835',4405,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721930307',4406,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721965300',4407,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721995222',4408,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722105801',4409,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722126142',4410,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722175215',4411,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722228188',4412,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722239669',4413,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722256252',4414,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722275288',4415,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722281842',4416,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722318620',4417,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722332808',4418,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722335640',4419,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722403095',4420,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722421733',4421,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722448604',4422,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722462824',4423,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722491905',4424,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722502851',4425,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722515351',4426,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722526011',4427,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722557130',4428,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722620122',4429,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722624789',4430,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722657673',4431,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722660319',4432,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722714355',4433,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722731660',4434,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722748143',4435,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722767726',4436,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722775219',4437,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722777522',4438,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722779387',4439,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722782526',4440,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722784154',4441,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722788800',4442,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722823852',4443,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722831999',4444,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722881727',4445,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722933357',4446,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722935347',4447,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722949522',4448,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722991059',4449,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723016384',4450,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723072480',4451,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723146565',4452,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723171259',4453,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723214504',4454,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723220566',4455,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723475030',4456,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723511023',4457,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723517496',4458,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723575967',4459,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723620180',4460,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723667484',4461,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723740288',4462,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723760093',4463,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723785411',4464,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724000647',4465,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724031687',4466,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724165700',4467,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724286314',4468,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724448928',4469,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724576355',4470,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724617350',4471,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724659624',4472,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724864886',4473,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724869175',4474,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724947086',4475,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725090796',4476,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725170944',4477,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725220565',4478,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725307401',4479,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725350602',4480,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725361745',4481,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725386050',4482,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725481338',4483,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725534922',4484,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725542797',4485,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725710264',4486,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725808650',4487,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725931383',4488,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726091296',4489,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726324957',4490,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726371195',4491,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726382163',4492,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726624791',4493,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726693242',4494,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726698655',4495,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726754242',4496,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726896861',4497,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727044741',4498,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727139830',4499,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727209276',4500,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727223633',4501,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727316572',4502,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727331044',4503,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727390808',4504,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727452864',4505,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727465023',4506,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727608441',4507,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727754453',4508,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727821202',4509,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727972392',4510,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728031420',4511,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728033906',4512,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728056127',4513,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728213171',4514,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728257383',4515,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728562555',4516,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728663073',4517,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728700400',4518,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728837666',4519,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728910937',4520,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729264415',4521,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729588412',4522,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729655498',4523,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729668099',4524,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729698830',4525,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729738783',4526,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729850372',4527,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729921496',4528,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254731522327',4529,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733226484',4530,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733332360',4531,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733382919',4532,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733669970',4533,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733791818',4534,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733996696',4535,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254734558297',4536,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254734567954',4537,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254734817755',4538,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254734998962',4539,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254735024767',4540,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254735885545',4541,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254736795310',4542,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254736954124',4543,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738705045',4544,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738705730',4545,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738779080',4546,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254739142056',4547,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740673550',4548,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740912226',4549,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254741087617',4550,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742436464',4551,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742775361',4552,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742985799',4553,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743577865',4554,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254743809680',4555,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254745553497',4556,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254745966094',4557,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746046060',4558,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746456176',4559,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748052121',4560,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748080188',4561,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748197906',4562,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748219141',4563,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748254092',4564,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748277240',4565,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748390669',4566,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748786324',4567,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254748897425',4568,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254750808878',4569,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254751407444',4570,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254753090903',4571,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254753252099',4572,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254753797979',4573,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254754270113',4574,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254756331327',4575,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254756566793',4576,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254757849837',4577,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758331678',4578,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758529983',4579,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758777491',4580,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758921096',4581,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254759014897',4582,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254759087351',4583,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254759813270',4584,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254759885727',4585,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254762582100',4586,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254763457906',4587,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768049563',4588,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768090253',4589,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768451213',4590,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768742261',4591,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254769124444',4592,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254769764874',4593,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254769856211',4594,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254770417720',4595,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254772370302',4596,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254776103504',4597,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254777244662',4598,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254780400165',4599,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254783553928',4600,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254783638189',4601,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254785993676',4602,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254786618747',4603,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254786722429',4604,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254788300765',4605,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254788696410',4606,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254789945386',4607,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790167718',4608,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790246011',4609,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790274656',4610,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790365207',4611,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790634298',4612,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790654198',4613,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791004326',4614,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791197246',4615,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791304521',4616,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791735853',4617,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791859254',4618,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792141414',4619,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792145441',4620,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792279526',4621,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792557817',4622,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792600797',4623,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792823870',4624,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254793818833',4625,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254793832051',4626,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254793972239',4627,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254794373347',4628,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254794515615',4629,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254795007877',4630,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254795573958',4631,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796189388',4632,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796196125',4633,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796209422',4634,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796675340',4635,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796844874',4636,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796891834',4637,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796908499',4638,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254796987468',4639,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797031183',4640,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797285862',4641,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797288234',4642,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797544759',4643,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797690565',4644,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254797938722',4645,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254798156447',4646,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254798591731',4647,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254798834576',4648,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799040212',4649,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799169207',4650,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799402512',4651,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799657797',4652,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799664994',4653,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('255696136995',4654,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('256701914142',4655,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('263771436793',4656,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('447599587034',4657,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('447774735933',4658,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('447884981280',4659,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('905365083992',4660,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721332412',4661,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716988584',4662,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722790990',4663,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722509907',4664,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726650062',4665,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720518993',4666,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728404019',4667,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('12022132508',4668,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('12165549603',4669,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('12166454277',4670,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('14153195211',4671,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('14167864734',4672,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('15415251124',4673,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('15513306509',4674,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('201228297130',4675,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('201228865682',4676,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('233244633837',4677,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('2348032706655',4678,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('2348060569475',4679,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('250783682917',4680,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('250788300336',4681,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('250788409371',4682,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254101360154',4683,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700187599',4684,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700276387',4685,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700393931',4686,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700533633',4687,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700545123',4688,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254700652027',4689,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701035083',4690,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701073455',4691,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254701429215',4692,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702115915',4693,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702657476',4694,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702839156',4695,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254702969095',4696,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703478468',4697,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703537808',4698,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254703746954',4699,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704107033',4700,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704684054',4701,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254704872907',4702,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705155919',4703,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705264111',4704,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254705884679',4705,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706689232',4706,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254706777743',4707,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707323385',4708,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254707661262',4709,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708194377',4710,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708259090',4711,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708516516',4712,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708588574',4713,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254708854886',4714,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710203027',4715,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710253336',4716,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710481852',4717,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710533535',4718,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710645373',4719,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710786004',4720,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710906785',4721,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254710951809',4722,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711158256',4723,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711455980',4724,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711525282',4725,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711666000',4726,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711700561',4727,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711751270',4728,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711829936',4729,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711883911',4730,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254711983332',4731,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712116534',4732,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712173559',4733,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712321249',4734,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712333347',4735,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712421951',4736,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712808932',4737,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254712962049',4738,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713191692',4739,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713467781',4740,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713600713',4741,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713601113',4742,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254713822871',4743,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714093310',4744,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714449222',4745,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714571405',4746,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254714687749',4747,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715006690',4748,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715041162',4749,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715264018',4750,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715315447',4751,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715473526',4752,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715479972',4753,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715519811',4754,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715547990',4755,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715683458',4756,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715769034',4757,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254715915618',4758,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716061286',4759,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716152066',4760,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716444350',4761,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254716684199',4762,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717087175',4763,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717173640',4764,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717314455',4765,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717555977',4766,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254717766033',4767,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718181644',4768,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718208589',4769,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718444966',4770,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718771573',4771,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254718908314',4772,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719282007',4773,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719483323',4774,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719518777',4775,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719767118',4776,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254719816825',4777,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720076636',4778,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720112604',4779,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720206674',4780,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720215005',4781,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720264751',4782,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720320562',4783,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720330266',4784,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720415143',4785,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720424130',4786,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720542294',4787,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720569992',4788,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720580577',4789,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720659229',4790,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720675878',4791,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720718533',4792,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720738098',4793,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720751938',4794,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720755990',4795,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720820485',4796,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720845599',4797,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720845601',4798,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720869132',4799,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720880889',4800,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720899291',4801,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720900720',4802,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720925016',4803,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720967297',4804,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254720980104',4805,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721128889',4806,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721136697',4807,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721145472',4808,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721209827',4809,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721248867',4810,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721251772',4811,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721276188',4812,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721283238',4813,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721292936',4814,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721306342',4815,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721309344',4816,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721339652',4817,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721349073',4818,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721353024',4819,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721360411',4820,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721380546',4821,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721383123',4822,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721409516',4823,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721422831',4824,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721443825',4825,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721458333',4826,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721478316',4827,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721486250',4828,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721513170',4829,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721529020',4830,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721530889',4831,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721535191',4832,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721545123',4833,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721546909',4834,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721561699',4835,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721583605',4836,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721585242',4837,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721622923',4838,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721635386',4839,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721661501',4840,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721665177',4841,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721668709',4842,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721710484',4843,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721721363',4844,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721728082',4845,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721730585',4846,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721739079',4847,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721755042',4848,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721779866',4849,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721780195',4850,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721803846',4851,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721804700',4852,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721816499',4853,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721853256',4854,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721866245',4855,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721872000',4856,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721902674',4857,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721921670',4858,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721925032',4859,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721928966',4860,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721954217',4861,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722115691',4862,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722204005',4863,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722204202',4864,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722205460',4865,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722213770',4866,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722219614',4867,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722222880',4868,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722232125',4869,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722234338',4870,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722242131',4871,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722243987',4872,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722246470',4873,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722247255',4874,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722250711',4875,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722259223',4876,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722288896',4877,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722300702',4878,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722309077',4879,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722309198',4880,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722310185',4881,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722313612',4882,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722322761',4883,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722337798',4884,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722338092',4885,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722338850',4886,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722342485',4887,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722349598',4888,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722352669',4889,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722371208',4890,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722375581',4891,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722383747',4892,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722385693',4893,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722397922',4894,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722404233',4895,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722410806',4896,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722410914',4897,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722493223',4898,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722495816',4899,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722498472',4900,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722501858',4901,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722511805',4902,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722514267',4903,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722517914',4904,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722522740',4905,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722539569',4906,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722540328',4907,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722540666',4908,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722540889',4909,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722540928',4910,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722576432',4911,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722587787',4912,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722590845',4913,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722595959',4914,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722602710',4915,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722622894',4916,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722624690',4917,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722649163',4918,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722657670',4919,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722675745',4920,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722680505',4921,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722697450',4922,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722699530',4923,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722701495',4924,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722705356',4925,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722706253',4926,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722710797',4927,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722711907',4928,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722714163',4929,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722727774',4930,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722730918',4931,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722736801',4932,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722740877',4933,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722745651',4934,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722747507',4935,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722751532',4936,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722759354',4937,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722778834',4938,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722794751',4939,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722796344',4940,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722799218',4941,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722801768',4942,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722805737',4943,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722809786',4944,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722813225',4945,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722822294',4946,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722827325',4947,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722830913',4948,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722843135',4949,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722844201',4950,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722846310',4951,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722847577',4952,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722866401',4953,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722866803',4954,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722869904',4955,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722931041',4956,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722933824',4957,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722939329',4958,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722946538',4959,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722958608',4960,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722968877',4961,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722978894',4962,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722981308',4963,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254722982032',4964,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723048409',4965,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723094327',4966,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723122491',4967,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723236512',4968,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723268653',4969,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723295472',4970,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723330913',4971,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723332424',4972,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723344089',4973,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723354244',4974,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723372301',4975,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723376722',4976,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723433773',4977,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723448397',4978,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723514206',4979,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723523795',4980,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723549777',4981,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723575696',4982,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723624727',4983,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723626226',4984,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723697393',4985,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723703106',4986,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723711730',4987,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723730391',4988,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723764118',4989,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723777001',4990,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723786605',4991,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723843814',4992,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723855988',4993,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723926821',4994,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723953839',4995,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723962062',4996,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254723982528',4997,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724003076',4998,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724166089',4999,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724169746',5000,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724204543',5001,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724268483',5002,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724281230',5003,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724347203',5004,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724364631',5005,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724395010',5006,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724492678',5007,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724568860',5008,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724591224',5009,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724591594',5010,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724621082',5011,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724675545',5012,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724724603',5013,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724733616',5014,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724782317',5015,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254724824417',5016,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725102977',5017,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725133771',5018,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725227089',5019,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725236616',5020,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725244577',5021,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725249498',5022,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725257585',5023,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725273315',5024,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725287185',5025,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725321365',5026,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725335994',5027,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725372113',5028,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725407404',5029,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725433414',5030,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725450033',5031,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725511517',5032,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725640828',5033,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725650044',5034,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725682046',5035,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725716707',5036,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725992313',5037,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254725997041',5038,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726150465',5039,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726274441',5040,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726539253',5041,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726609615',5042,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726614409',5043,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726631615',5044,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726667164',5045,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726711227',5046,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254726777666',5047,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727061158',5048,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727274867',5049,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727334258',5050,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727411721',5051,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727555110',5052,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727648169',5053,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727772196',5054,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727814423',5055,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727830477',5056,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727862886',5057,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727896065',5058,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727937699',5059,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254727979716',5060,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728107303',5061,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728255105',5062,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728518366',5063,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728536865',5064,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728541352',5065,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728595900',5066,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728601222',5067,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728608149',5068,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728674640',5069,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728688900',5070,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728786181',5071,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728787999',5072,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728922238',5073,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254728998471',5074,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729155198',5075,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729244022',5076,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729472421',5077,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729639136',5078,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729758701',5079,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254729797959',5080,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254730210344',5081,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254732333003',5082,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254732555652',5083,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254732756589',5084,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733128157',5085,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733203964',5086,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733310185',5087,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733475518',5088,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733475884',5089,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733511610',5090,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733603494',5091,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733605767',5092,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733836700',5093,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254733867737',5094,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254734222901',5095,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254734336134',5096,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254734511517',5097,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254734600283',5098,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254734840864',5099,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254734889010',5100,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254735219909',5101,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254735354354',5102,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254735444635',5103,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254735715104',5104,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254735778866',5105,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254735783421',5106,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254736373662',5107,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254736670448',5108,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738458438',5109,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738534441',5110,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738736163',5111,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738746666',5112,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254738931310',5113,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254740854965',5114,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254741443023',5115,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742751034',5116,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254742984656',5117,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254746963662',5118,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254751030653',5119,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758623416',5120,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254758705393',5121,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254763300300',5122,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254763522382',5123,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254763560187',5124,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254765402482',5125,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254765886894',5126,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254768849019',5127,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254770330330',5128,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254772066580',5129,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254777627182',5130,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254781126755',5131,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254787323677',5132,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254787537114',5133,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254788846834',5134,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790940419',5135,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254790985886',5136,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254791471872',5137,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792603002',5138,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254792651384',5139,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254793686475',5140,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254795746160',5141,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254798476536',5142,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254798692430',5143,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254799517458',5144,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('255757511240',5145,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('255758276451',5146,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('255767201391',5147,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('256755500560',5148,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('256776227272',5149,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('263712807756',5150,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('27612796476',5151,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('27713625404',5152,'ROBERT','','2025-06-01 12:37:06pm','active','','','','','KES',''),('254721613826',5153,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722972374',5154,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254718464640',5155,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722902154',5156,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722814750',5157,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254729461169',5158,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254723038626',5159,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254720797524',5160,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254792780668',5161,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254714880173',5162,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254725035422',5163,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254727464262',5164,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('201026200070',5165,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('201097000858',5166,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('2348142075695',5167,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254111301490',5168,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254701561266',5169,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254701675429',5170,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254702025367',5171,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254703271216',5172,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254703800887',5173,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254705152304',5174,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254705263024',5175,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254705360648',5176,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254706272900',5177,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254708259007',5178,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254708277363',5179,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254710180200',5180,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254710596668',5181,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254710679530',5182,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254710786004',5183,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254711706450',5184,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254712499099',5185,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254713089553',5186,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254713970000',5187,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254715002858',5188,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254715459584',5189,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254715528449',5190,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254715565817',5191,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254715620502',5192,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254715814329',5193,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254717580090',5194,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254718350747',5195,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254718540450',5196,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254718566477',5197,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254719738382',5198,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254719836151',5199,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254720217630',5200,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254720268336',5201,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254720294371',5202,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254720335684',5203,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254720659229',5204,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254720811454',5205,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254720826055',5206,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254720840725',5207,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254721230008',5208,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254721355142',5209,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254721369925',5210,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254721392639',5211,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254721534659',5212,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254721576576',5213,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254721597863',5214,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254721631749',5215,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254721776298',5216,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254721845577',5217,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254721914389',5218,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254721929274',5219,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254721947318',5220,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254721973062',5221,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722115527',5222,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722217891',5223,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722285685',5224,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722300100',5225,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722303244',5226,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722322312',5227,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722323824',5228,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722326078',5229,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722342342',5230,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722481728',5231,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722537677',5232,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722561557',5233,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722572651',5234,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722576118',5235,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722669637',5236,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722710574',5237,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722730030',5238,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722754019',5239,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722760778',5240,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722795251',5241,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722806309',5242,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722813257',5243,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722814599',5244,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722821845',5245,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722862153',5246,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722865447',5247,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722870926',5248,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722899330',5249,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722902948',5250,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722938883',5251,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722950986',5252,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722954192',5253,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722954767',5254,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254722956274',5255,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254723332934',5256,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254723350097',5257,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254723360911',5258,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254723553439',5259,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254723554466',5260,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254723569099',5261,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254723571154',5262,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254723768286',5263,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254723950548',5264,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254723988219',5265,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254724333225',5266,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254724695312',5267,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254724734044',5268,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254724873601',5269,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254725041769',5270,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254725214475',5271,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254725228337',5272,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254725728142',5273,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254725927350',5274,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254726081987',5275,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254726357892',5276,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254726815722',5277,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254726999290',5278,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254727259248',5279,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254727385555',5280,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254727928326',5281,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254729164949',5282,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254729233128',5283,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254729373710',5284,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254729729668',5285,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254733590074',5286,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254733992412',5287,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254734094915',5288,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254734270033',5289,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254734776413',5290,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254735230719',5291,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254735686218',5292,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254738410067',5293,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254738531041',5294,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254740414750',5295,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254740731424',5296,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254741250250',5297,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254741692191',5298,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254741787102',5299,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254750519067',5300,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254750938007',5301,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254756564764',5302,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254757701043',5303,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254759676423',5304,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254770292293',5305,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254780622173',5306,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254780875632',5307,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254790012284',5308,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254790013562',5309,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254790841215',5310,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254793032194',5311,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254796226761',5312,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('447501705718',5313,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('447956338952',5314,'sample 3','','2025-06-01 12:37:24pm','active','','','','','KES',''),('254110110111',5315,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700011177',5316,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701098347',5317,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701621993',5318,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702143677',5319,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703919660',5320,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706266180',5321,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707083063',5322,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708115252',5323,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708516231',5324,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254709150001',5325,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254709150002',5326,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710161982',5327,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710717177',5328,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710740694',5329,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711188300',5330,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711505393',5331,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711794569',5332,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712135792',5333,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712191829',5334,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712222399',5335,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713838230',5336,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714088749',5337,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714563912',5338,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714684184',5339,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714790706',5340,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717141888',5341,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717299699',5342,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717573833',5343,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718140436',5344,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718633855',5345,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719508743',5346,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719510414',5347,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720078928',5348,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720111999',5349,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720252153',5350,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720253189',5351,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720312328',5352,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720314995',5353,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720422780',5354,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720466189',5355,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720543954',5356,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720596083',5357,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720660503',5358,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720841663',5359,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720891144',5360,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720995155',5361,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720999021',5362,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721133253',5363,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721216604',5364,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721259331',5365,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721269587',5366,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721300210',5367,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721398982',5368,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721409856',5369,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721410494',5370,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721501371',5371,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721545484',5372,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721562973',5373,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721580148',5374,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721671003',5375,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721711498',5376,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721717550',5377,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721853837',5378,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721965658',5379,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722206046',5380,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722215077',5381,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722236237',5382,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722250886',5383,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722259769',5384,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722262147',5385,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722278434',5386,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722303415',5387,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722303642',5388,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722322434',5389,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722346500',5390,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722347602',5391,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722362000',5392,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722365218',5393,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722399842',5394,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722411873',5395,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722411888',5396,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722432666',5397,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722444860',5398,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722455240',5399,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722493727',5400,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722510509',5401,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722512184',5402,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722514073',5403,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722514508',5404,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722514601',5405,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722515058',5406,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722518965',5407,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722519541',5408,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722521181',5409,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722521957',5410,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722524374',5411,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722525733',5412,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722530120',5413,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722538443',5414,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722556702',5415,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722559001',5416,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722583077',5417,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722586631',5418,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722600478',5419,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722643813',5420,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722644853',5421,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722656752',5422,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722658594',5423,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722678146',5424,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722696094',5425,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722701312',5426,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722703311',5427,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722704316',5428,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722719216',5429,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722720501',5430,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722727203',5431,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722727293',5432,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722728343',5433,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722729720',5434,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722730941',5435,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722741286',5436,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722742372',5437,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722744722',5438,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722747011',5439,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722747324',5440,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722748043',5441,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722755153',5442,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722758725',5443,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722773238',5444,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722779261',5445,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722798775',5446,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722805603',5447,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722817905',5448,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722858854',5449,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722884096',5450,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722894501',5451,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722925762',5452,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722932405',5453,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722953922',5454,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722969698',5455,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722983411',5456,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723243843',5457,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723280521',5458,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723450595',5459,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723654933',5460,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723775116',5461,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723822371',5462,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724294683',5463,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724365604',5464,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724481659',5465,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724551106',5466,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724913692',5467,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725120046',5468,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725221019',5469,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725530221',5470,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725541444',5471,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725636000',5472,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725649515',5473,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725679430',5474,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725949911',5475,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726941482',5476,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727091206',5477,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727376178',5478,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727471336',5479,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727680642',5480,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727910559',5481,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727945725',5482,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728129281',5483,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728131217',5484,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728299480',5485,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728814528',5486,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729476636',5487,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254731636364',5488,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254731810976',5489,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733731427',5490,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733738633',5491,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254734505656',5492,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254738288255',5493,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254742222494',5494,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745254254',5495,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254748373002',5496,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254763780270',5497,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254768661688',5498,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790487411',5499,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790706018',5500,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792501365',5501,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792602602',5502,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792622989',5503,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254798998899',5504,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722972374',5505,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718229370',5506,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729940929',5507,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725208863',5508,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('12069660922',5509,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('12143978771',5510,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('13025615845',5511,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('14377885824',5512,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('17046042747',5513,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('17422392650',5514,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254101836384',5515,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254102722964',5516,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254110030292',5517,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111374797',5518,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111953261',5519,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112232512',5520,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112318576',5521,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112421524',5522,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112492690',5523,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112626771',5524,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113234144',5525,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113362506',5526,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113386097',5527,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113413967',5528,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113665845',5529,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113815796',5530,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113989382',5531,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114038488',5532,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114121434',5533,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114132676',5534,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114202923',5535,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114491100',5536,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115150757',5537,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115379145',5538,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115600035',5539,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115606088',5540,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115670388',5541,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115690990',5542,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115803631',5543,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254116010023',5544,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254202000121',5545,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254202131222',5546,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254202444414',5547,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700041909',5548,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700106795',5549,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700147812',5550,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700195597',5551,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700239312',5552,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700322829',5553,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700337773',5554,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700389887',5555,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700405636',5556,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700407570',5557,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700416335',5558,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700446551',5559,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700519756',5560,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700557612',5561,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700743494',5562,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700796985',5563,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700882410',5564,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700917574',5565,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701016811',5566,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701091317',5567,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701344449',5568,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701346327',5569,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701364186',5570,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701396155',5571,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701522968',5572,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701892825',5573,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701908731',5574,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701949984',5575,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702111432',5576,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702115791',5577,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702126007',5578,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702222310',5579,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702457749',5580,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702484549',5581,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702514078',5582,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702520328',5583,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702607470',5584,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702633818',5585,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702639917',5586,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702947573',5587,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702965954',5588,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703119288',5589,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703133443',5590,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703154313',5591,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703232150',5592,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703253026',5593,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703277182',5594,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703365951',5595,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703377878',5596,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703497216',5597,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703647284',5598,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703647319',5599,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703654239',5600,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703757379',5601,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703766689',5602,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703770055',5603,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703807352',5604,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704081582',5605,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704117619',5606,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704168756',5607,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704293812',5608,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704441069',5609,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704562970',5610,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704817443',5611,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705036720',5612,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705056960',5613,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705460008',5614,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705469424',5615,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705502901',5616,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705601251',5617,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705718025',5618,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705721612',5619,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705741078',5620,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705755396',5621,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705785037',5622,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705836024',5623,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705837881',5624,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705844650',5625,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705882004',5626,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705898136',5627,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705919936',5628,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706034621',5629,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706059249',5630,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706117844',5631,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706123136',5632,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706379929',5633,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706438819',5634,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706557803',5635,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706630566',5636,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706846305',5637,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706861071',5638,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706949349',5639,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706961734',5640,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707063366',5641,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707140904',5642,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707229556',5643,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707242620',5644,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707308038',5645,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707456414',5646,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707458198',5647,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707462882',5648,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707530415',5649,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707543132',5650,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707580660',5651,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707646457',5652,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707662249',5653,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707828319',5654,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707885566',5655,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707969058',5656,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708012434',5657,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708043762',5658,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708072945',5659,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708181781',5660,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708273124',5661,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708306861',5662,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708354302',5663,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708420117',5664,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708433337',5665,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708752465',5666,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708781671',5667,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708811529',5668,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254709746214',5669,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710127370',5670,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710280270',5671,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710401874',5672,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710428446',5673,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710484926',5674,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710573708',5675,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710689321',5676,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710814640',5677,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710828131',5678,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710848286',5679,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710852887',5680,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710904231',5681,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710965167',5682,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710980075',5683,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711133115',5684,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711152062',5685,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711199988',5686,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711279414',5687,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711287135',5688,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711342314',5689,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711494105',5690,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711580335',5691,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711597407',5692,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711602225',5693,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711669787',5694,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711686621',5695,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711759941',5696,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711843859',5697,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711847481',5698,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711854427',5699,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711860722',5700,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711939396',5701,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711956214',5702,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711994393',5703,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712052810',5704,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712160286',5705,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712239748',5706,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712278294',5707,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712296457',5708,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712370075',5709,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712403291',5710,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712532004',5711,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712648593',5712,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712795308',5713,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712830738',5714,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713010881',5715,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713054505',5716,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713067141',5717,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713092858',5718,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713149222',5719,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713227238',5720,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713236518',5721,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713271546',5722,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713413312',5723,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713441634',5724,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713595188',5725,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713833516',5726,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713895569',5727,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713931189',5728,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714079848',5729,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714130780',5730,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714206642',5731,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714259073',5732,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714520150',5733,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714663289',5734,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714665206',5735,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714706140',5736,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714730427',5737,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714811413',5738,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714871528',5739,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715156000',5740,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715199219',5741,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715302888',5742,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715409730',5743,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715442489',5744,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715477892',5745,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715514334',5746,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715526752',5747,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715555383',5748,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715574662',5749,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715581378',5750,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715619222',5751,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715738974',5752,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715767676',5753,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715904741',5754,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716067137',5755,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716074155',5756,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716208642',5757,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716214712',5758,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716338977',5759,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716417794',5760,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716514834',5761,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716542343',5762,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716575796',5763,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716807767',5764,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716930397',5765,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716973110',5766,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716976443',5767,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716986935',5768,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717000808',5769,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717106443',5770,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717216298',5771,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717409531',5772,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717511877',5773,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717527225',5774,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717558212',5775,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717580036',5776,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717732964',5777,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717855910',5778,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717873214',5779,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717906930',5780,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718057231',5781,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718180425',5782,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718223408',5783,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718243535',5784,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718247344',5785,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718374757',5786,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718521211',5787,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718564594',5788,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718654324',5789,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718744388',5790,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718782488',5791,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719334501',5792,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719606104',5793,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719688079',5794,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719696958',5795,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719755185',5796,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720010397',5797,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720048675',5798,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720050211',5799,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720112027',5800,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720143999',5801,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720220583',5802,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720234176',5803,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720250520',5804,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720253645',5805,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720291493',5806,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720299553',5807,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720310021',5808,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720449595',5809,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720511354',5810,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720544171',5811,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720575051',5812,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720629603',5813,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720758104',5814,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720785048',5815,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720788266',5816,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720842178',5817,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720842415',5818,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720867471',5819,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720923933',5820,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721140771',5821,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721173454',5822,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721207271',5823,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721302640',5824,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721326948',5825,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721331961',5826,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721396569',5827,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721408808',5828,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721502251',5829,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721519040',5830,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721521285',5831,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721548378',5832,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721564977',5833,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721588666',5834,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721620320',5835,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721632516',5836,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721713504',5837,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721717575',5838,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721725710',5839,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721752396',5840,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721776757',5841,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721816797',5842,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721844008',5843,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721864169',5844,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721908182',5845,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721935704',5846,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721974221',5847,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722112116',5848,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722142542',5849,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722164523',5850,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722172052',5851,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722207277',5852,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722227404',5853,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722262459',5854,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722263634',5855,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722294756',5856,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722300290',5857,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722318571',5858,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722326078',5859,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722346126',5860,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722355107',5861,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722356734',5862,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722363005',5863,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722385371',5864,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722424136',5865,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722427144',5866,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722443590',5867,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722445743',5868,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722445815',5869,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722445906',5870,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722446258',5871,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722447358',5872,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722474887',5873,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722483165',5874,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722513082',5875,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722567388',5876,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722570018',5877,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722570363',5878,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722573792',5879,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722587390',5880,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722621770',5881,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722624722',5882,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722625719',5883,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722639674',5884,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722648149',5885,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722656142',5886,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722657719',5887,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722659307',5888,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722685278',5889,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722709727',5890,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722713918',5891,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722721081',5892,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722733369',5893,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722736620',5894,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722737766',5895,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722744746',5896,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722755873',5897,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722759471',5898,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722768403',5899,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722769866',5900,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722782787',5901,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722831145',5902,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722833714',5903,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722859297',5904,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722877364',5905,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722892232',5906,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722903609',5907,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722906672',5908,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722959077',5909,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722967544',5910,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722970797',5911,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722974623',5912,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722985420',5913,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723243468',5914,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723285609',5915,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723293523',5916,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723326062',5917,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723394544',5918,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723423129',5919,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723428105',5920,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723428592',5921,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723438710',5922,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723440211',5923,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723452807',5924,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723460538',5925,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723558917',5926,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723565990',5927,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723570600',5928,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723584566',5929,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723644899',5930,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723702535',5931,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723719170',5932,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723720165',5933,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723807641',5934,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723837685',5935,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723855561',5936,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723889371',5937,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723930152',5938,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723987628',5939,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723990253',5940,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723993906',5941,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724225178',5942,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724262118',5943,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724411109',5944,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724425593',5945,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724557022',5946,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724600270',5947,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724604760',5948,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724634264',5949,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724659789',5950,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724677950',5951,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724748574',5952,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724796354',5953,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724840340',5954,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724912790',5955,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724926871',5956,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724963075',5957,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724968648',5958,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724990079',5959,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724994619',5960,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724998160',5961,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725101023',5962,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725118797',5963,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725171639',5964,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725226049',5965,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725322321',5966,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725322370',5967,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725363575',5968,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725373379',5969,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725440457',5970,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725527085',5971,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725569417',5972,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725604005',5973,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725613025',5974,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725670896',5975,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725680764',5976,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725701488',5977,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725791154',5978,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725877213',5979,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725882347',5980,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725907091',5981,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725971480',5982,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726009967',5983,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722164143',5984,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713751628',5985,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725684352',5986,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('12022360721',5987,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('14044579207',5988,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('14165618956',5989,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('18082278587',5990,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('23770921225',5991,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('243821731725',5992,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112262286',5993,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112495829',5994,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112828008',5995,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114904060',5996,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700071299',5997,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700157013',5998,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700215716',5999,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700320250',6000,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700325279',6001,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700396433',6002,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700642585',6003,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700782290',6004,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701001825',6005,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701076191',6006,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701259286',6007,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701353564',6008,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701368027',6009,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701449745',6010,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701765202',6011,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701884939',6012,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702050729',6013,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702091614',6014,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702110238',6015,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702170771',6016,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702283632',6017,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702335355',6018,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702424373',6019,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702515179',6020,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702519896',6021,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702543333',6022,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702575077',6023,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702745547',6024,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702789448',6025,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702914261',6026,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703129063',6027,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703161464',6028,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703245005',6029,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703523563',6030,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703603090',6031,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703674310',6032,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703827300',6033,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704113882',6034,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704178718',6035,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704188542',6036,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704199949',6037,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704555140',6038,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704887058',6039,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705008574',6040,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705364917',6041,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705496847',6042,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705705712',6043,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705860946',6044,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705991764',6045,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706108964',6046,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706261613',6047,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706323545',6048,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706431653',6049,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706442350',6050,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706444433',6051,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706511784',6052,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706512160',6053,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706814659',6054,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706930090',6055,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707153271',6056,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707228444',6057,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707249001',6058,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707323385',6059,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707368964',6060,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707684255',6061,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707711025',6062,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707789818',6063,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707961580',6064,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707986137',6065,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708011307',6066,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708247513',6067,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708279193',6068,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708488525',6069,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708622270',6070,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708634484',6071,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708790038',6072,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708859298',6073,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710104496',6074,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710292920',6075,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710460471',6076,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710628361',6077,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710700029',6078,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710708307',6079,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710796665',6080,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710848999',6081,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710927065',6082,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710952069',6083,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710965167',6084,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710988489',6085,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711493857',6086,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711608351',6087,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711708768',6088,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711929913',6089,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712039401',6090,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712131416',6091,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712275836',6092,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712788503',6093,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712859430',6094,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713026892',6095,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713234768',6096,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713236556',6097,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713347699',6098,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713550601',6099,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713600522',6100,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713648692',6101,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713654443',6102,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713744313',6103,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713793341',6104,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713800029',6105,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713813856',6106,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713942460',6107,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713946402',6108,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714128949',6109,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714350016',6110,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714393983',6111,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714831300',6112,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714965820',6113,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714990505',6114,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715215506',6115,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715261566',6116,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715322902',6117,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715500882',6118,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715562813',6119,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715647215',6120,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715700729',6121,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715784945',6122,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715819185',6123,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716125380',6124,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716155979',6125,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716216071',6126,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716217111',6127,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716273525',6128,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716307580',6129,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716380802',6130,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716386422',6131,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716444802',6132,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716705452',6133,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716791306',6134,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716870557',6135,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716971566',6136,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717056300',6137,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717306501',6138,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717329681',6139,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717333317',6140,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717408069',6141,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717533063',6142,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717550446',6143,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717758520',6144,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717761721',6145,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718207981',6146,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718225942',6147,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718390767',6148,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718492771',6149,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718501426',6150,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718521896',6151,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718607008',6152,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719355445',6153,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719412194',6154,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719419660',6155,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719615811',6156,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719763898',6157,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720009719',6158,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720009730',6159,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720029036',6160,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720070136',6161,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720249249',6162,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720322551',6163,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720325674',6164,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720327418',6165,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720338745',6166,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720355951',6167,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720443791',6168,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720465538',6169,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720465851',6170,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720493249',6171,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720500675',6172,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720504267',6173,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720576696',6174,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720588016',6175,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720617944',6176,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720619169',6177,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720626938',6178,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720665353',6179,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720668037',6180,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720702117',6181,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720777452',6182,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720785983',6183,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720798961',6184,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720852195',6185,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720854064',6186,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720895802',6187,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720930417',6188,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720943750',6189,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721100820',6190,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721175401',6191,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721227619',6192,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721257821',6193,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721277278',6194,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721277837',6195,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721284626',6196,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721284956',6197,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721293965',6198,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721332662',6199,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721350397',6200,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721351744',6201,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721370872',6202,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721402538',6203,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721465969',6204,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721471516',6205,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721476607',6206,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721505882',6207,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721550170',6208,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721562322',6209,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721566877',6210,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721584157',6211,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721584891',6212,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721586360',6213,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721599415',6214,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721633513',6215,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721661936',6216,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721666705',6217,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721669367',6218,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721688257',6219,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721710242',6220,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721764324',6221,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721783252',6222,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721811645',6223,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721846169',6224,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721852479',6225,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721869572',6226,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721881166',6227,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721887592',6228,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721888870',6229,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721900005',6230,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721915242',6231,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721921846',6232,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721930763',6233,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721942182',6234,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721947591',6235,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721982636',6236,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722110452',6237,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722126213',6238,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722207703',6239,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722212617',6240,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722229885',6241,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722235477',6242,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722235676',6243,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722242557',6244,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722245816',6245,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722258217',6246,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722272459',6247,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722272695',6248,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722293580',6249,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722298659',6250,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722314462',6251,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722353777',6252,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722365857',6253,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722390614',6254,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722392396',6255,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722410375',6256,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722410413',6257,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722411129',6258,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722446990',6259,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722456621',6260,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722466778',6261,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722515022',6262,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722519050',6263,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722521366',6264,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722526079',6265,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722590959',6266,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722600653',6267,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722605040',6268,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722619785',6269,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722620661',6270,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722638365',6271,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722641615',6272,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722659192',6273,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722670781',6274,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722700602',6275,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722703471',6276,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722711396',6277,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722713654',6278,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722717274',6279,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722720715',6280,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722736645',6281,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722744289',6282,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722744541',6283,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722744746',6284,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722748072',6285,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722752059',6286,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722762047',6287,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722762992',6288,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722782542',6289,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722790168',6290,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722791703',6291,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722793912',6292,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722799946',6293,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722802443',6294,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722810210',6295,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722813316',6296,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722820272',6297,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722828913',6298,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722844137',6299,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722848910',6300,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722858846',6301,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722874203',6302,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722892288',6303,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722916464',6304,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722958463',6305,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722966570',6306,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722982243',6307,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722995806',6308,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722998239',6309,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723171134',6310,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723267940',6311,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723296272',6312,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723297838',6313,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723364444',6314,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723404252',6315,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723414099',6316,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723509057',6317,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723517403',6318,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723558282',6319,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723586529',6320,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723601930',6321,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723619811',6322,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723689314',6323,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723706249',6324,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723732165',6325,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723783312',6326,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723805048',6327,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723901574',6328,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723903254',6329,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724035693',6330,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724058172',6331,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724059669',6332,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724077237',6333,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724082500',6334,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724137605',6335,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724157934',6336,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724167101',6337,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724224670',6338,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724227048',6339,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724237901',6340,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724257300',6341,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724276521',6342,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724308444',6343,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724321409',6344,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724329258',6345,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724367711',6346,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724381776',6347,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724390819',6348,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724453246',6349,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724475292',6350,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724561000',6351,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724574041',6352,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724638793',6353,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724649219',6354,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724669294',6355,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724702250',6356,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724739000',6357,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724742969',6358,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724744284',6359,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724769645',6360,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724819468',6361,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724841300',6362,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724906292',6363,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724918451',6364,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724937049',6365,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725055213',6366,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725232988',6367,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725251945',6368,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725260732',6369,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725338839',6370,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725362266',6371,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725371553',6372,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725372113',6373,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725517742',6374,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725532463',6375,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725554538',6376,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725611100',6377,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725821356',6378,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725848028',6379,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725936171',6380,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725940900',6381,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726080900',6382,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726123718',6383,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726160009',6384,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726205140',6385,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726225039',6386,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726228629',6387,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726342852',6388,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726350009',6389,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726400240',6390,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726434779',6391,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726546548',6392,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726644962',6393,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726811233',6394,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726838978',6395,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726908267',6396,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726926848',6397,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727021491',6398,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727051805',6399,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727092771',6400,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727117866',6401,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727123167',6402,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727223054',6403,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727277963',6404,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727552814',6405,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727667224',6406,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727762023',6407,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727822530',6408,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727870382',6409,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727877473',6410,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727980774',6411,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728009528',6412,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728020282',6413,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728027537',6414,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728078112',6415,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728081194',6416,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728088938',6417,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728094151',6418,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728169506',6419,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728208419',6420,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728217406',6421,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728245824',6422,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728298084',6423,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728322210',6424,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728333898',6425,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728362386',6426,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728397729',6427,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728512940',6428,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728649883',6429,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728697328',6430,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728756370',6431,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728785893',6432,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728915725',6433,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728996391',6434,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729000520',6435,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729027734',6436,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729232238',6437,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729275042',6438,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729312130',6439,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729353738',6440,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729410906',6441,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729414702',6442,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729437811',6443,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729555804',6444,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729579140',6445,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729706770',6446,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729762385',6447,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729770780',6448,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729847023',6449,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729922129',6450,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254731104499',6451,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733377701',6452,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733400380',6453,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733466067',6454,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733603494',6455,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733739944',6456,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733776310',6457,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733799640',6458,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733832441',6459,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254734619342',6460,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254734792133',6461,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254734986225',6462,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254735125854',6463,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254735333005',6464,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254736884488',6465,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254737739283',6466,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254738337969',6467,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254739189518',6468,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741698970',6469,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741854386',6470,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254742802444',6471,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254743634866',6472,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254743770901',6473,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745701768',6474,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254746038410',6475,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254746093545',6476,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254746585296',6477,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254751999255',6478,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254752519281',6479,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720367750',6480,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728093773',6481,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254731625172',6482,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723327996',6483,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710627864',6484,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791192558',6485,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704864424',6486,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723395474',6487,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702157671',6488,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721331921',6489,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254105021258',6490,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115873388',6491,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700185185',6492,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700216154',6493,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700222536',6494,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700428137',6495,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701386827',6496,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701709425',6497,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701815123',6498,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702930577',6499,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703946705',6500,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704029190',6501,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704135100',6502,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704679619',6503,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704984522',6504,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705551735',6505,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706072833',6506,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706252556',6507,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706754751',6508,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707585938',6509,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707654012',6510,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708096699',6511,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708131769',6512,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708881022',6513,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710308396',6514,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711179581',6515,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711325313',6516,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711743497',6517,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711787681',6518,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711852596',6519,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712225778',6520,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712309693',6521,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712618287',6522,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712698205',6523,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713184822',6524,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713616560',6525,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713844478',6526,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713989347',6527,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714033836',6528,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714243081',6529,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714294153',6530,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714332196',6531,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714575000',6532,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714584275',6533,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714724618',6534,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715269825',6535,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715308460',6536,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715659191',6537,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715779368',6538,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716300485',6539,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716516287',6540,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716851401',6541,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717554722',6542,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717653783',6543,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718258292',6544,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719357087',6545,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719511864',6546,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719829932',6547,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720095082',6548,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720135801',6549,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720136900',6550,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720320555',6551,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720352617',6552,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720433995',6553,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720440023',6554,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720484260',6555,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720523278',6556,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720530335',6557,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720574699',6558,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720574935',6559,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720806581',6560,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720831242',6561,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720842254',6562,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720846865',6563,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720878485',6564,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720888150',6565,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720922627',6566,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720970323',6567,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720981386',6568,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721234380',6569,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721241246',6570,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721322815',6571,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721324255',6572,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721341021',6573,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721461131',6574,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721496502',6575,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721588920',6576,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721595544',6577,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721600301',6578,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721910015',6579,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721955977',6580,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721969140',6581,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722101415',6582,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722103359',6583,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722111400',6584,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722121568',6585,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722152233',6586,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722211483',6587,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722294416',6588,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722371590',6589,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722381141',6590,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722392713',6591,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722532885',6592,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722801114',6593,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722811583',6594,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722841534',6595,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722841832',6596,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722895907',6597,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723287807',6598,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723460408',6599,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723665112',6600,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723805177',6601,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723837038',6602,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723849608',6603,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723921461',6604,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724042979',6605,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724055157',6606,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724217379',6607,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724270732',6608,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724405757',6609,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724444768',6610,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724508800',6611,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724533321',6612,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724708491',6613,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724712566',6614,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724829025',6615,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724831773',6616,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725055404',6617,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725273015',6618,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725404397',6619,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725691344',6620,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725738131',6621,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725746664',6622,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725809989',6623,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725860797',6624,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725903722',6625,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725984994',6626,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726078437',6627,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726121495',6628,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726133485',6629,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726208341',6630,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726274745',6631,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726304882',6632,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726378317',6633,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726473123',6634,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726625039',6635,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726755636',6636,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726777497',6637,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726818643',6638,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726935254',6639,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726944675',6640,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726986178',6641,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727071561',6642,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727327716',6643,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728171835',6644,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728215630',6645,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728236733',6646,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728262065',6647,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728274698',6648,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728281507',6649,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728572241',6650,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728610916',6651,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728651216',6652,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728849793',6653,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729509069',6654,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729662789',6655,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729740892',6656,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729965303',6657,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729994521',6658,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254731721155',6659,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254732545556',6660,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733398951',6661,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733598725',6662,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733794226',6663,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733992200',6664,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254738053800',6665,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741028305',6666,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741084712',6667,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254746532319',6668,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254748114447',6669,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254753409129',6670,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759100735',6671,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254765755179',6672,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254770576103',6673,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254773536139',6674,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254782200293',6675,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791180437',6676,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254795204555',6677,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254795323615',6678,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254799660540',6679,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('971551137075',6680,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720367750',6681,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728093773',6682,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254731625172',6683,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723327996',6684,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710627864',6685,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791192558',6686,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704864424',6687,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723395474',6688,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702157671',6689,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721331921',6690,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254105021258',6691,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115873388',6692,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700185185',6693,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700216154',6694,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700222536',6695,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700428137',6696,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701386827',6697,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701709425',6698,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701815123',6699,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702930577',6700,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703946705',6701,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704029190',6702,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704135100',6703,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704679619',6704,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704984522',6705,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705551735',6706,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706072833',6707,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706252556',6708,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706754751',6709,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707585938',6710,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707654012',6711,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708096699',6712,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708131769',6713,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708881022',6714,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710308396',6715,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711179581',6716,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711325313',6717,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711743497',6718,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711787681',6719,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711852596',6720,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712225778',6721,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712309693',6722,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712618287',6723,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712698205',6724,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713184822',6725,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713616560',6726,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713844478',6727,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713989347',6728,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714033836',6729,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714243081',6730,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714294153',6731,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714332196',6732,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714575000',6733,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714584275',6734,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714724618',6735,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715269825',6736,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715308460',6737,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715659191',6738,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715779368',6739,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716300485',6740,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716516287',6741,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716851401',6742,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717554722',6743,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717653783',6744,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718258292',6745,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719357087',6746,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719511864',6747,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719829932',6748,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720095082',6749,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720135801',6750,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720136900',6751,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720320555',6752,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720352617',6753,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720433995',6754,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720440023',6755,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720484260',6756,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720523278',6757,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720530335',6758,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720574699',6759,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720574935',6760,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720806581',6761,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720831242',6762,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720842254',6763,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720846865',6764,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720878485',6765,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720888150',6766,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720922627',6767,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720970323',6768,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720981386',6769,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721234380',6770,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721241246',6771,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721322815',6772,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721324255',6773,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721341021',6774,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721461131',6775,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721496502',6776,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721588920',6777,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721595544',6778,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721600301',6779,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721910015',6780,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721955977',6781,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721969140',6782,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722101415',6783,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722103359',6784,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722111400',6785,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722121568',6786,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722152233',6787,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722211483',6788,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722294416',6789,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722371590',6790,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722381141',6791,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722392713',6792,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722532885',6793,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722801114',6794,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722811583',6795,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722841534',6796,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722841832',6797,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722895907',6798,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723287807',6799,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723460408',6800,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723665112',6801,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723805177',6802,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723837038',6803,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723849608',6804,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723921461',6805,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724042979',6806,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724055157',6807,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724217379',6808,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724270732',6809,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724405757',6810,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724444768',6811,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724508800',6812,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724533321',6813,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724708491',6814,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724712566',6815,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724829025',6816,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724831773',6817,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725055404',6818,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725273015',6819,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725404397',6820,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725691344',6821,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725738131',6822,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725746664',6823,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725809989',6824,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725860797',6825,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725903722',6826,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725984994',6827,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726078437',6828,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726121495',6829,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726133485',6830,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726208341',6831,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726274745',6832,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726304882',6833,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726378317',6834,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726473123',6835,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726625039',6836,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726755636',6837,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726777497',6838,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726818643',6839,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726935254',6840,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726944675',6841,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726986178',6842,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727071561',6843,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727327716',6844,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728171835',6845,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728215630',6846,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728236733',6847,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728262065',6848,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728274698',6849,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728281507',6850,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728572241',6851,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728610916',6852,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728651216',6853,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728849793',6854,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729509069',6855,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729662789',6856,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729740892',6857,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729965303',6858,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729994521',6859,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254731721155',6860,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254732545556',6861,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733398951',6862,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733598725',6863,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733794226',6864,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733992200',6865,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254738053800',6866,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741028305',6867,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741084712',6868,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254746532319',6869,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254748114447',6870,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254753409129',6871,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759100735',6872,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254765755179',6873,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254770576103',6874,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254773536139',6875,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254782200293',6876,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791180437',6877,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254795204555',6878,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254795323615',6879,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254799660540',6880,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('971551137075',6881,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715586241',6882,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724779446',6883,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('12025604116',6884,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('16463797380',6885,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111244009',6886,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700045742',6887,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700127070',6888,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700245818',6889,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700332508',6890,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700388586',6891,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700925826',6892,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701010953',6893,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701289790',6894,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701339137',6895,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701366038',6896,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701589203',6897,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701679493',6898,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702027249',6899,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702212259',6900,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702299999',6901,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702712455',6902,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702895148',6903,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702969886',6904,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703100192',6905,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703408028',6906,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703510670',6907,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704233768',6908,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704265413',6909,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704269353',6910,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704490536',6911,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704585130',6912,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704758309',6913,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704776577',6914,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704982600',6915,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705114358',6916,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705397042',6917,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705574994',6918,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705664139',6919,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705969496',6920,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706467189',6921,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706623111',6922,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706833370',6923,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706848997',6924,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706958859',6925,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707248703',6926,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707295770',6927,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707301845',6928,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707574244',6929,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707590162',6930,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707841168',6931,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707891978',6932,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707942305',6933,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708029550',6934,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708231086',6935,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708439502',6936,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708476890',6937,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708527449',6938,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708595981',6939,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708596178',6940,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708611309',6941,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708951375',6942,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710587861',6943,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710929125',6944,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711189583',6945,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711448541',6946,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711785966',6947,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712533575',6948,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712844244',6949,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713368248',6950,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713388222',6951,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713453291',6952,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713724163',6953,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713736000',6954,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713742279',6955,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713930850',6956,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714075581',6957,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714123551',6958,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714184610',6959,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714688667',6960,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715184942',6961,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715189801',6962,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715681850',6963,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716009562',6964,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716049377',6965,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716156456',6966,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716592941',6967,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716709255',6968,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717163284',6969,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717276103',6970,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717667590',6971,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717763506',6972,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718306850',6973,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718396394',6974,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718539605',6975,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718558441',6976,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718897274',6977,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719150079',6978,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719411774',6979,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719570086',6980,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719692746',6981,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719801097',6982,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720620017',6983,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720858085',6984,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721626629',6985,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722839801',6986,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723005743',6987,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723473124',6988,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723568736',6989,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723660379',6990,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723698346',6991,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723929152',6992,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724111358',6993,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724207824',6994,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724479215',6995,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724689417',6996,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725382416',6997,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725735453',6998,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725887589',6999,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726101659',7000,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726532507',7001,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726622271',7002,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727342111',7003,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727803260',7004,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728062956',7005,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728464952',7006,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728749368',7007,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729242634',7008,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729805510',7009,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254737818739',7010,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254740308871',7011,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254740824948',7012,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254740973111',7013,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741097367',7014,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741359588',7015,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741885934',7016,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254742658701',7017,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254743117745',7018,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745367848',7019,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254746037441',7020,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254746328358',7021,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254746597229',7022,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254746942211',7023,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254748845291',7024,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254751776962',7025,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254754654995',7026,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254758522821',7027,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254758748431',7028,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759946409',7029,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759947776',7030,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254768795537',7031,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254786515147',7032,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254789454677',7033,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790312358',7034,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790479705',7035,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790483937',7036,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790618249',7037,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790948694',7038,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791408349',7039,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791563724',7040,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792126607',7041,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792301128',7042,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792346827',7043,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792746171',7044,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792822831',7045,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254793757207',7046,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254794296503',7047,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254796578150',7048,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254796742181',7049,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254796899419',7050,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254798566296',7051,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254799436422',7052,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('447442866928',7053,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721843034',7054,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729940929',7055,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('13025615845',7056,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('211922931515',7057,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('211985575533',7058,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('250734000005',7059,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('251977956171',7060,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('252615676707',7061,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254110030292',7062,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113234144',7063,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113413967',7064,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115606088',7065,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254116059090',7066,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254202131222',7067,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254202444414',7068,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254202511320',7069,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700003640',7070,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700147812',7071,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700322829',7072,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700337773',7073,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700446551',7074,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700557612',7075,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700882410',7076,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701016811',7077,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701162387',7078,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702126007',7079,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702457749',7080,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702633818',7081,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702639917',7082,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703497216',7083,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703580324',7084,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703647319',7085,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703654239',7086,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703807352',7087,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703987515',7088,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704117619',7089,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705502901',7090,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705718025',7091,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705844650',7092,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705882004',7093,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705948096',7094,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706059249',7095,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706557803',7096,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706861071',7097,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707308038',7098,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707458198',7099,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707530415',7100,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707572478',7101,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707662249',7102,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707865868',7103,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707885566',7104,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708420117',7105,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708781671',7106,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254709746214',7107,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710484926',7108,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710904231',7109,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711342314',7110,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711494105',7111,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711669787',7112,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711843859',7113,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711857237',7114,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711939396',7115,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712278294',7116,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712403291',7117,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712830738',7118,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713236518',7119,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713740145',7120,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713931483',7121,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714294705',7122,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714559645',7123,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714706190',7124,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715110660',7125,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715156000',7126,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715409730',7127,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715477892',7128,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715526752',7129,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716214712',7130,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716514834',7131,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716575796',7132,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716973110',7133,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717044443',7134,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717106443',7135,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717409531',7136,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717527225',7137,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717760551',7138,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718521211',7139,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718564594',7140,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718744388',7141,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718782488',7142,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719334501',7143,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719688079',7144,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719712110',7145,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719755185',7146,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720050211',7147,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720234176',7148,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720395706',7149,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720449595',7150,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720842178',7151,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720842415',7152,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720923933',7153,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720975498',7154,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720990115',7155,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721549220',7156,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721980320',7157,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722172052',7158,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722395641',7159,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722510794',7160,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722538588',7161,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722573792',7162,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722656142',7163,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722709727',7164,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722818119',7165,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722831145',7166,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722833714',7167,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722859297',7168,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722960433',7169,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722974623',7170,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723423129',7171,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723438710',7172,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723452807',7173,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723644899',7174,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723807641',7175,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723873232',7176,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723889371',7177,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723993906',7178,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724557022',7179,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724677950',7180,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724748574',7181,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724840340',7182,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724994619',7183,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724998160',7184,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725118797',7185,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725322370',7186,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725569417',7187,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725581555',7188,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725604005',7189,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725613025',7190,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725671721',7191,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725877213',7192,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726071355',7193,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726390101',7194,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726515537',7195,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726530094',7196,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726571772',7197,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726677571',7198,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726815862',7199,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726817110',7200,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726868662',7201,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727047144',7202,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727279188',7203,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727354639',7204,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727373205',7205,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727419696',7206,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727458141',7207,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727500714',7208,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727937874',7209,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727978707',7210,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728472490',7211,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728679215',7212,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728720994',7213,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728732179',7214,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729524550',7215,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729975795',7216,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729990583',7217,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254731022900',7218,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254731088343',7219,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733850673',7220,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254737448844',7221,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254738532267',7222,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254740815966',7223,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741471255',7224,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254743287924',7225,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254743464940',7226,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745564273',7227,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745598344',7228,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254746334166',7229,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254746557585',7230,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254748297731',7231,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254750337711',7232,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254753756456',7233,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254753914721',7234,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759405054',7235,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759777222',7236,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254763517928',7237,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254764014106',7238,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254768877419',7239,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254774319954',7240,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254777444070',7241,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254778260292',7242,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254780911861',7243,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254781788277',7244,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254782824824',7245,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254785655690',7246,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254786585945',7247,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254788420000',7248,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254789679312',7249,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790721397',7250,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790730506',7251,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790925102',7252,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791217411',7253,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791233773',7254,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791307233',7255,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791696339',7256,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792530085',7257,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792605899',7258,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254794470944',7259,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254794479606',7260,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254794930254',7261,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254795098555',7262,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254795178445',7263,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254795612873',7264,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254796466515',7265,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254796912550',7266,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254797131031',7267,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254797670380',7268,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254797679101',7269,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254797768277',7270,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254797807050',7271,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254797960865',7272,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254798001946',7273,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254798859927',7274,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254798938257',7275,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254798958101',7276,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254799351135',7277,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254799874578',7278,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('255758072822',7279,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('256707956135',7280,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('256742743431',7281,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('256745848683',7282,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('256759548682',7283,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('256770682915',7284,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('256775105646',7285,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('256777648113',7286,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('256783981251',7287,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('25761979955',7288,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('25771999185',7289,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('25779179917',7290,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708345513',7291,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708153444',7292,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722441052',7293,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721863235',7294,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721669864',7295,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711763240',7296,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254769410813',7297,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722345203',7298,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728962393',7299,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722894340',7300,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720745965',7301,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722703037',7302,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724227901',7303,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722358976',7304,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727079855',7305,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700504550',7306,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703423344',7307,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705180038',7308,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706762840',7309,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707002530',7310,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707828255',7311,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710508156',7312,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710977210',7313,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711511822',7314,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711614194',7315,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712245679',7316,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712909749',7317,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713501557',7318,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713710244',7319,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714025699',7320,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714077905',7321,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715844776',7322,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716241775',7323,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716490653',7324,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718967371',7325,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719346440',7326,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720076212',7327,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720129491',7328,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720147650',7329,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720322264',7330,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720386278',7331,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720407572',7332,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720564073',7333,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720897547',7334,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721433326',7335,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721574156',7336,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721578789',7337,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721683959',7338,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721751199',7339,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721867611',7340,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722151999',7341,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722241885',7342,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722319772',7343,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722454978',7344,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722491223',7345,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722494677',7346,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722508930',7347,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722519793',7348,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722599712',7349,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722626622',7350,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722673455',7351,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722762104',7352,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722763211',7353,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722920281',7354,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722983598',7355,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723459418',7356,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723734967',7357,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723768829',7358,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723905164',7359,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724452809',7360,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724466311',7361,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724488209',7362,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724608519',7363,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724668906',7364,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724709746',7365,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724830632',7366,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725548561',7367,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725711786',7368,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726217333',7369,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726241133',7370,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726504337',7371,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726968995',7372,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729037921',7373,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733743064',7374,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254746607791',7375,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254797421193',7376,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254798362645',7377,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('917758886797',7378,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919372511854',7379,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919545182767',7380,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919838481621',7381,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2347070941142',7382,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348108981530',7383,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348148535182',7384,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2349076997731',7385,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('244925731870',7386,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('27765685999',7387,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('916009686817',7388,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('916289393603',7389,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('916307736454',7390,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('917299003700',7391,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('917338474190',7392,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('917347610238',7393,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('917387737357',7394,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('917507027100',7395,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('917698058604',7396,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('917769925696',7397,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('918085723237',7398,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('918147506230',7399,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('918208190187',7400,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('918247021526',7401,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('918294728354',7402,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('918447644360',7403,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('918769921507',7404,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('918797907771',7405,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('918809958796',7406,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('918828686615',7407,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919012416802',7408,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919067618019',7409,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919104713548',7410,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919106057809',7411,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919143003419',7412,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919279090882',7413,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919348009537',7414,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919403135624',7415,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919414811782',7416,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919420486443',7417,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919420619999',7418,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919423074474',7419,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919463740110',7420,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919503721509',7421,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919527061253',7422,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919535440062',7423,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919541550739',7424,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919545674529',7425,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919555100158',7426,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919575948629',7427,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919604844155',7428,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919610580078',7429,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919610712304',7430,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919638162638',7431,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919661095748',7432,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919673996306',7433,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919675117879',7434,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919687635528',7435,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919733601625',7436,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919764002511',7437,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919765486735',7438,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919803333673',7439,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919810473987',7440,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919820526158',7441,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919835599611',7442,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919886121345',7443,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919890004827',7444,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919924913859',7445,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919960315044',7446,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919975631501',7447,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('919987761867',7448,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725360579',7449,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759472180',7450,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723145796',7451,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111378601',7452,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115252434',7453,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115653399',7454,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700000999',7455,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700435843',7456,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700879752',7457,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701081708',7458,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702056140',7459,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702580757',7460,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702808881',7461,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703776599',7462,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704118502',7463,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704187331',7464,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704201777',7465,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704395874',7466,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705126329',7467,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705426662',7468,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705922187',7469,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706383809',7470,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706446674',7471,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707490468',7472,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707559789',7473,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707680305',7474,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707772222',7475,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708098976',7476,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708343005',7477,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708735330',7478,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708786786',7479,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710218111',7480,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710345914',7481,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710493679',7482,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710653965',7483,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710670419',7484,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710950911',7485,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710984073',7486,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711647841',7487,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711845921',7488,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712084323',7489,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712226039',7490,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712253906',7491,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712466557',7492,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712583153',7493,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712765351',7494,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712802566',7495,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713549000',7496,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713591134',7497,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713659329',7498,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713703840',7499,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713795235',7500,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713817831',7501,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715669146',7502,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716568535',7503,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716868378',7504,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719168798',7505,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719244706',7506,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720010539',7507,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720068012',7508,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720086689',7509,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720307997',7510,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720309404',7511,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720400330',7512,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720576676',7513,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720643613',7514,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720780370',7515,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720812193',7516,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720842949',7517,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720844423',7518,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720902069',7519,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720908866',7520,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720925579',7521,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721211372',7522,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721215107',7523,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721303711',7524,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721365599',7525,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721382526',7526,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721469928',7527,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721481495',7528,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721523366',7529,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721552330',7530,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721578739',7531,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721599408',7532,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721609827',7533,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721612966',7534,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721623798',7535,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721680067',7536,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721697414',7537,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721702626',7538,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721707888',7539,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721727907',7540,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721748805',7541,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721789540',7542,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721816403',7543,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721841917',7544,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721870816',7545,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721873683',7546,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721879898',7547,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721909487',7548,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721916568',7549,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721929803',7550,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721937665',7551,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721941943',7552,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721950985',7553,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721966688',7554,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721969140',7555,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721992263',7556,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722209886',7557,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722250695',7558,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722251179',7559,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722260081',7560,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722265665',7561,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722281253',7562,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722283409',7563,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722287351',7564,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722297206',7565,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722311616',7566,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722313971',7567,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722327041',7568,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722335228',7569,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722347129',7570,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722349904',7571,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722374194',7572,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722387441',7573,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722388485',7574,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722406084',7575,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722414586',7576,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722450549',7577,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722455899',7578,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722461124',7579,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722469932',7580,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722486964',7581,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722488277',7582,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722495263',7583,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722511050',7584,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722523086',7585,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722552344',7586,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722556205',7587,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722565813',7588,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722566551',7589,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722591686',7590,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722592431',7591,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722602320',7592,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722611298',7593,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722626949',7594,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722652294',7595,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722653041',7596,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722720015',7597,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722720021',7598,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722720306',7599,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722776883',7600,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722781537',7601,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722783470',7602,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722787019',7603,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722791941',7604,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722802773',7605,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722812405',7606,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722826695',7607,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722827421',7608,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722828383',7609,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722833189',7610,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722858227',7611,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722858316',7612,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722868980',7613,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722884248',7614,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722897595',7615,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722898456',7616,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722909532',7617,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722950845',7618,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722958518',7619,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722961739',7620,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722961832',7621,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722980824',7622,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722984928',7623,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723173399',7624,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723178672',7625,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723208306',7626,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723238349',7627,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723258452',7628,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723268421',7629,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723298664',7630,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723336395',7631,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723342006',7632,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723347954',7633,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723357050',7634,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723396142',7635,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723438039',7636,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723568952',7637,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723570476',7638,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723674353',7639,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723695981',7640,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723889906',7641,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723926777',7642,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723946631',7643,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723990901',7644,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724160195',7645,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724168490',7646,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724365544',7647,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724408040',7648,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724481212',7649,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724491374',7650,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724628455',7651,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724641413',7652,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724699963',7653,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724706001',7654,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724728063',7655,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724767706',7656,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724804693',7657,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725389681',7658,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725495051',7659,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725514475',7660,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725707448',7661,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725841396',7662,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725845562',7663,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725974446',7664,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726224968',7665,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726285371',7666,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726768964',7667,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726950409',7668,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726950750',7669,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726957957',7670,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726976436',7671,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727048923',7672,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727221748',7673,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727781129',7674,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727791099',7675,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728032095',7676,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728147613',7677,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728384444',7678,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728661875',7679,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728848710',7680,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729156452',7681,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729347075',7682,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729373244',7683,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729597718',7684,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729715385',7685,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729945600',7686,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729989416',7687,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254731918418',7688,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733725434',7689,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733738436',7690,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733891309',7691,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254735628972',7692,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254740211541',7693,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745532372',7694,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254746264596',7695,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254757275507',7696,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254787989123',7697,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791014797',7698,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254780792888',7699,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725684869',7700,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723814386',7701,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111870055',7702,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701339103',7703,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702156972',7704,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702186145',7705,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703524692',7706,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704076261',7707,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704891718',7708,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705725372',7709,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705993636',7710,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708056485',7711,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710540254',7712,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710740694',7713,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710865829',7714,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710947563',7715,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710954337',7716,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711381678',7717,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711584824',7718,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712305611',7719,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712379068',7720,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712532582',7721,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712604340',7722,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712830191',7723,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714140699',7724,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714649003',7725,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715617222',7726,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716146003',7727,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716157196',7728,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716287717',7729,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716465460',7730,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717469929',7731,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718101874',7732,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718528295',7733,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718811335',7734,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719583813',7735,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720000211',7736,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720035720',7737,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720343238',7738,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720499345',7739,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720652255',7740,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720704719',7741,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720844155',7742,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720904442',7743,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720935493',7744,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721146888',7745,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721228356',7746,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721249868',7747,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721349476',7748,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721352328',7749,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721383096',7750,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721389955',7751,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721477256',7752,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721550792',7753,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721576598',7754,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721617486',7755,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721629192',7756,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721629995',7757,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721778677',7758,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721792133',7759,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721846646',7760,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721857415',7761,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721862441',7762,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721881148',7763,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722115560',7764,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722177134',7765,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722233992',7766,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722286243',7767,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722299468',7768,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722322136',7769,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722348296',7770,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722355014',7771,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722370251',7772,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722490600',7773,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722501741',7774,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722576365',7775,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722580393',7776,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722601032',7777,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722622724',7778,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722633341',7779,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722642491',7780,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722647041',7781,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722662939',7782,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722665133',7783,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722673234',7784,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722673604',7785,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722679208',7786,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722714285',7787,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722767998',7788,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722775384',7789,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722779261',7790,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722790683',7791,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722799270',7792,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722807952',7793,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722809320',7794,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722812329',7795,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722815084',7796,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722839441',7797,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722899450',7798,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722959277',7799,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722989048',7800,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723271194',7801,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723280999',7802,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723321530',7803,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723365697',7804,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723576624',7805,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723720973',7806,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723766786',7807,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723809323',7808,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723886075',7809,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723892599',7810,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723955076',7811,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723982282',7812,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724025506',7813,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724570958',7814,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724577561',7815,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724646158',7816,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724710350',7817,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724856069',7818,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724901649',7819,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724923181',7820,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725019620',7821,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725255823',7822,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725356654',7823,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725496705',7824,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725850337',7825,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725851040',7826,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726005851',7827,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726598143',7828,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726704475',7829,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726877914',7830,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727072554',7831,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727114500',7832,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727122700',7833,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727330880',7834,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727936210',7835,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728068622',7836,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728167410',7837,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728770771',7838,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728780762',7839,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729448329',7840,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729934190',7841,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733860061',7842,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254740046078',7843,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254777907817',7844,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254780944160',7845,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254784654731',7846,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254795552566',7847,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254797210087',7848,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254798219976',7849,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254769410813',7850,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722318801',7851,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708295231',7852,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714067790',7853,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('12083298151',7854,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('15202216052',7855,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('15743869545',7856,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254100345464',7857,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254100458224',7858,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254101439192',7859,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254107760602',7860,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254110703751',7861,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113131944',7862,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114392195',7863,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114441294',7864,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114555485',7865,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115546814',7866,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115740050',7867,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700133075',7868,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700451820',7869,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700743804',7870,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701021069',7871,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701331256',7872,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701449745',7873,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701467696',7874,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701517044',7875,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701561400',7876,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701620541',7877,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702275169',7878,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702526101',7879,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702774420',7880,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703250333',7881,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703354502',7882,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703384646',7883,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703523998',7884,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703524368',7885,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703616822',7886,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703717389',7887,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703795388',7888,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704004321',7889,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704081460',7890,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704106973',7891,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704534029',7892,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705367005',7893,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705390245',7894,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705486010',7895,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705488839',7896,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705759781',7897,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706035733',7898,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706135190',7899,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706432785',7900,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706720306',7901,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706802820',7902,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707171797',7903,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707374562',7904,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707384796',7905,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707390708',7906,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707454225',7907,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707674649',7908,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707745726',7909,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708058013',7910,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708521697',7911,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710460539',7912,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710484344',7913,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710738284',7914,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710770715',7915,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711161490',7916,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711212524',7917,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711238656',7918,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711637568',7919,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711652006',7920,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711757935',7921,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711842007',7922,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712074690',7923,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712263021',7924,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712607291',7925,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712737662',7926,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712906625',7927,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712997774',7928,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714168500',7929,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714210058',7930,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714322235',7931,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714810627',7932,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714888541',7933,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714978228',7934,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715135193',7935,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715255772',7936,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715279728',7937,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715605619',7938,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715639068',7939,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715820126',7940,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716125870',7941,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716137095',7942,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716180647',7943,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716270717',7944,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716306048',7945,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716483469',7946,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716534892',7947,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716741307',7948,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716818006',7949,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716842301',7950,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717022207',7951,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717053125',7952,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717109045',7953,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717119790',7954,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717190045',7955,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717413948',7956,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717465372',7957,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717614086',7958,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717676819',7959,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717760102',7960,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718541775',7961,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718657285',7962,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718793978',7963,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719276929',7964,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719314364',7965,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719531721',7966,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719607755',7967,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719608842',7968,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719739123',7969,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720107139',7970,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720149254',7971,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720284153',7972,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720386278',7973,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720404621',7974,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720426977',7975,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720643264',7976,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720666665',7977,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720773995',7978,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720783914',7979,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720785577',7980,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721221800',7981,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721248914',7982,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721290925',7983,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721324727',7984,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721325987',7985,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721444864',7986,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721642587',7987,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721713329',7988,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721755327',7989,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721871658',7990,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721917541',7991,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721920862',7992,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721944127',7993,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721988093',7994,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722163273',7995,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722251595',7996,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722274751',7997,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722347568',7998,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722351981',7999,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722370193',8000,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722380518',8001,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722405571',8002,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722415984',8003,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722449844',8004,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722502465',8005,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722565686',8006,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722569920',8007,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722617623',8008,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722672264',8009,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722684712',8010,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722692510',8011,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722741995',8012,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722774742',8013,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722780307',8014,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722785487',8015,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722796230',8016,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722796546',8017,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722823843',8018,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722852544',8019,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722864282',8020,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722960232',8021,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722983230',8022,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723285774',8023,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723423129',8024,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723426648',8025,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723608487',8026,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723626818',8027,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723664965',8028,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723728173',8029,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724022335',8030,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724067441',8031,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724068464',8032,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724072553',8033,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724094160',8034,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724231165',8035,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724238731',8036,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724275672',8037,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724572201',8038,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724581045',8039,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725121083',8040,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725152147',8041,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725152636',8042,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725275828',8043,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725348319',8044,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725369196',8045,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725387141',8046,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725396801',8047,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725397695',8048,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725505094',8049,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725622318',8050,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725875878',8051,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726008792',8052,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726270523',8053,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726361178',8054,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726419976',8055,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726540217',8056,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726596320',8057,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726656783',8058,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726946742',8059,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727090591',8060,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727259959',8061,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727267373',8062,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727370640',8063,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727404324',8064,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727764704',8065,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727928094',8066,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727972866',8067,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727976661',8068,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728040586',8069,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728127291',8070,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728136713',8071,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728144505',8072,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728152482',8073,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728468440',8074,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728522859',8075,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728589136',8076,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728624390',8077,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728741420',8078,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728922238',8079,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728961720',8080,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729098990',8081,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729275442',8082,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729568819',8083,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729853880',8084,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254731070986',8085,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733283777',8086,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733404004',8087,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733823062',8088,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733856057',8089,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254734244456',8090,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254734298621',8091,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254735084855',8092,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254735446644',8093,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254736755558',8094,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254737591385',8095,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254738495319',8096,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254739021467',8097,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254740077760',8098,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254740328283',8099,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741188756',8100,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741505961',8101,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254742092823',8102,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254742317698',8103,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254742769784',8104,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254743142857',8105,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745628377',8106,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254746099391',8107,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254746268687',8108,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254747242355',8109,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254748946934',8110,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254750788257',8111,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254751591871',8112,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254751900900',8113,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254753501772',8114,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254758426368',8115,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254758442770',8116,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254763319300',8117,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254763349771',8118,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254768744411',8119,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254771461746',8120,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254780077285',8121,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254785871542',8122,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254788689910',8123,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790226388',8124,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790740372',8125,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790926673',8126,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791424234',8127,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791653290',8128,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791789713',8129,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792058968',8130,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792156367',8131,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792895242',8132,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254793269750',8133,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254793326188',8134,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254793543262',8135,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254793939622',8136,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254794037417',8137,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254794387831',8138,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254794979112',8139,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254795139590',8140,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254796402391',8141,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254796688889',8142,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254796746433',8143,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254797276235',8144,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254797314640',8145,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254797392948',8146,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254798153868',8147,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254798454662',8148,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254798892936',8149,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724346769',8150,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729854408',8151,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('15712351115',8152,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('15807139403',8153,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('16612368986',8154,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('19522018032',8155,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('233242257852',8156,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2347030542324',8157,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2347032205560',8158,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2347061251175',8159,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2347062072816',8160,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348025393121',8161,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348028145776',8162,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348030799966',8163,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348037245013',8164,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348063767892',8165,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348067018099',8166,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348067634859',8167,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348068863390',8168,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348075404468',8169,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348080314946',8170,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348134282596',8171,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348135056112',8172,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348136237062',8173,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348140245848',8174,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348148380294',8175,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348162438937',8176,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348166312508',8177,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2349050608319',8178,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2349055281555',8179,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2349064659771',8180,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('243829999842',8181,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('250783606297',8182,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254100185355',8183,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254101759612',8184,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254106271902',8185,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254106950601',8186,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254106975816',8187,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254110030685',8188,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111210803',8189,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111508424',8190,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111544067',8191,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112394832',8192,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114179847',8193,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114712337',8194,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114916999',8195,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700036046',8196,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700063739',8197,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700106939',8198,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700117775',8199,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700222456',8200,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700264272',8201,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700305239',8202,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700376714',8203,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700474761',8204,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700483825',8205,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700484674',8206,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700575043',8207,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700743804',8208,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700790750',8209,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700924289',8210,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701105961',8211,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701241749',8212,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701327080',8213,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701377176',8214,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701442093',8215,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701555482',8216,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701620541',8217,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701682688',8218,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701687134',8219,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701750294',8220,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702138455',8221,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702146842',8222,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702171482',8223,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702293215',8224,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702401585',8225,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702515125',8226,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702627384',8227,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702748813',8228,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702756857',8229,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702837903',8230,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702931205',8231,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703201597',8232,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703221434',8233,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703244485',8234,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703281060',8235,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703524368',8236,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703625482',8237,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703658680',8238,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703689056',8239,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703703498',8240,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703710573',8241,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703731373',8242,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703745277',8243,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703850802',8244,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703856895',8245,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703950000',8246,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704029015',8247,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704115182',8248,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704162317',8249,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704298733',8250,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704311679',8251,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704333658',8252,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704540887',8253,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704977072',8254,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705018281',8255,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705211849',8256,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705259499',8257,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705337172',8258,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705347744',8259,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705500337',8260,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705512327',8261,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705640051',8262,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705653525',8263,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705704852',8264,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705818251',8265,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705916533',8266,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705937220',8267,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706084256',8268,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706096359',8269,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706122881',8270,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706130320',8271,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706194491',8272,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706208003',8273,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706339763',8274,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706397968',8275,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706403737',8276,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706468440',8277,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706509392',8278,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706599445',8279,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706637954',8280,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706660625',8281,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706673978',8282,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706972161',8283,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706985598',8284,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707014723',8285,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707081502',8286,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707117572',8287,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707191214',8288,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707360212',8289,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707513669',8290,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707572785',8291,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707936676',8292,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708323764',8293,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708344374',8294,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708851957',8295,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710103770',8296,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710112407',8297,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710245350',8298,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710256330',8299,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710268051',8300,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710275910',8301,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710329131',8302,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710381919',8303,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710431886',8304,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710444050',8305,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710448137',8306,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710519096',8307,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710546053',8308,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710779525',8309,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710837174',8310,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710873771',8311,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711178380',8312,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711207348',8313,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711230757',8314,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711300223',8315,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711351547',8316,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711369193',8317,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711381027',8318,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711499604',8319,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711528469',8320,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711831918',8321,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711842222',8322,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711877010',8323,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711890939',8324,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711908694',8325,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712099432',8326,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712273112',8327,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712291381',8328,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712323463',8329,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712464135',8330,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712465907',8331,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712498251',8332,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712510668',8333,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712582650',8334,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712599442',8335,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712606756',8336,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712690799',8337,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712764674',8338,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712971133',8339,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712977785',8340,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713038181',8341,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713151398',8342,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713159056',8343,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713206195',8344,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713222869',8345,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713312046',8346,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713420743',8347,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713456814',8348,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713480391',8349,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713581620',8350,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713594760',8351,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713608273',8352,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713665115',8353,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713703333',8354,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713740372',8355,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713764373',8356,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713840502',8357,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713920403',8358,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714131935',8359,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714150483',8360,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714157621',8361,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714247841',8362,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714251511',8363,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714265729',8364,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714282039',8365,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714286099',8366,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714296883',8367,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714352675',8368,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714436072',8369,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714521460',8370,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714550532',8371,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714591458',8372,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714672074',8373,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714754781',8374,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715058281',8375,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715242940',8376,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715323897',8377,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715409772',8378,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715418651',8379,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715722877',8380,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715770957',8381,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715810080',8382,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715886826',8383,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716022846',8384,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716162536',8385,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716323344',8386,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716405050',8387,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716495503',8388,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716513984',8389,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716553956',8390,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716658286',8391,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716758729',8392,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716817749',8393,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716866959',8394,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717015007',8395,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717093909',8396,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717137028',8397,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717174043',8398,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717199529',8399,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717268236',8400,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717388021',8401,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717678724',8402,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717695684',8403,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718016498',8404,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718103833',8405,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718104114',8406,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718124864',8407,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718228888',8408,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718305023',8409,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718354362',8410,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718413616',8411,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718507535',8412,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718643756',8413,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718674103',8414,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718930717',8415,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718972697',8416,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719209224',8417,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719228782',8418,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719268686',8419,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719300290',8420,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719378800',8421,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719403162',8422,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719421500',8423,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719529848',8424,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719553546',8425,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719686390',8426,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720020672',8427,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720132810',8428,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720210006',8429,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720289882',8430,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720307951',8431,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720316141',8432,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720320858',8433,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720322522',8434,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720429817',8435,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720459771',8436,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720463846',8437,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720484794',8438,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720496441',8439,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720519848',8440,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720615183',8441,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720669155',8442,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720698123',8443,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720734110',8444,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720736661',8445,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720752183',8446,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720752611',8447,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720823525',8448,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720835299',8449,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720840694',8450,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720852931',8451,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720901721',8452,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720957351',8453,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720988362',8454,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721102745',8455,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721106370',8456,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721206286',8457,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721235655',8458,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721236482',8459,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721236868',8460,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721237848',8461,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721271104',8462,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721286205',8463,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721296612',8464,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721297921',8465,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721298665',8466,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721309887',8467,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721341727',8468,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721361229',8469,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721411469',8470,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721421825',8471,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721429742',8472,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721438719',8473,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721443832',8474,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721460346',8475,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721477359',8476,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721499881',8477,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721512404',8478,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721540678',8479,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721542068',8480,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721549940',8481,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721561915',8482,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721577831',8483,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721610899',8484,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721615504',8485,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721615967',8486,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721629760',8487,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721678122',8488,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721680229',8489,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721682802',8490,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721714157',8491,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721737321',8492,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721745422',8493,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721787566',8494,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721806432',8495,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721819229',8496,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721910015',8497,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721958842',8498,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721960338',8499,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721963685',8500,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721998364',8501,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722104476',8502,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722113475',8503,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722129954',8504,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722213605',8505,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722236079',8506,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722236283',8507,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722246025',8508,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722250249',8509,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722250510',8510,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722262895',8511,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722265334',8512,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722267694',8513,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722270037',8514,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722301112',8515,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722313893',8516,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722342508',8517,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722348016',8518,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722367824',8519,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722389210',8520,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722400901',8521,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722423731',8522,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722430889',8523,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722456107',8524,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722460409',8525,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722473155',8526,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722480397',8527,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722493119',8528,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722521215',8529,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722545412',8530,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722563190',8531,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722564590',8532,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722600355',8533,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722610385',8534,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722624798',8535,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722626091',8536,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722664709',8537,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722665394',8538,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722672888',8539,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722687336',8540,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722732829',8541,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722751262',8542,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722760986',8543,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722795638',8544,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722824742',8545,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722831153',8546,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722840943',8547,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722861205',8548,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722867040',8549,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722896427',8550,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722899646',8551,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722904356',8552,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722943900',8553,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722983886',8554,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722996401',8555,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723010620',8556,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723071616',8557,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723077920',8558,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723082670',8559,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723091316',8560,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723108322',8561,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723109586',8562,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723136110',8563,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723173914',8564,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723212376',8565,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723286352',8566,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723299703',8567,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723375463',8568,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723400711',8569,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723407718',8570,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723415444',8571,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723417653',8572,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723420853',8573,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723435095',8574,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723442830',8575,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723465845',8576,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723479802',8577,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723485224',8578,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723641727',8579,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723652100',8580,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723668491',8581,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723695490',8582,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723709342',8583,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723791730',8584,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723804655',8585,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723827724',8586,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723844317',8587,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723848809',8588,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723867144',8589,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723892581',8590,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723903366',8591,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723919190',8592,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723959260',8593,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723976081',8594,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723985164',8595,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723993438',8596,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723994392',8597,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724048516',8598,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724067631',8599,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724092291',8600,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724122146',8601,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724127380',8602,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724234854',8603,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724280530',8604,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724293776',8605,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724369164',8606,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724370976',8607,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724400792',8608,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724441757',8609,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724464960',8610,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724488314',8611,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724503022',8612,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724515198',8613,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724555596',8614,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724630190',8615,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724638361',8616,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724680983',8617,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724715262',8618,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724716709',8619,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724730833',8620,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724797367',8621,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724834825',8622,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724845792',8623,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724851553',8624,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724889288',8625,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724904076',8626,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724910566',8627,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724931729',8628,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724966400',8629,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725033191',8630,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725102486',8631,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725105712',8632,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725143456',8633,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725217056',8634,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725227512',8635,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725254918',8636,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725270337',8637,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725311351',8638,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725318600',8639,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725319991',8640,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725358340',8641,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725395380',8642,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725410527',8643,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725417607',8644,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725473118',8645,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725474175',8646,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725494128',8647,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725502586',8648,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725529141',8649,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700691236',8650,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727464431',8651,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('12157154181',8652,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('15138503550',8653,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('16612368986',8654,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('17852263919',8655,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('19084258555',8656,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('211922453271',8657,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('211928687410',8658,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2347035170906',8659,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2347041072256',8660,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2347055509990',8661,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2347061251175',8662,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2347064621971',8663,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2347066370065',8664,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2347069098533',8665,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348023348772',8666,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348025611763',8667,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348028380239',8668,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348030576610',8669,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348060453032',8670,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348066454544',8671,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348067865278',8672,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348069368613',8673,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348077662984',8674,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348087382523',8675,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348109427115',8676,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348132645194',8677,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348135056112',8678,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348137049093',8679,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348137507083',8680,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348146190200',8681,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348148992836',8682,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348160025913',8683,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348162243381',8684,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348163948163',8685,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348169658387',8686,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2349020023702',8687,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2349122781484',8688,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2349134595837',8689,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2349139161659',8690,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2349167053443',8691,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2349169825960',8692,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('237670986774',8693,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('237677698880',8694,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('243829999842',8695,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('250788844871',8696,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254101759612',8697,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254105123468',8698,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254105813705',8699,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254106343561',8700,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254106975816',8701,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112334319',8702,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112432084',8703,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112550280',8704,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112842359',8705,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113260520',8706,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114179521',8707,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114294499',8708,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114299939',8709,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115406597',8710,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115552777',8711,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115558757',8712,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115725269',8713,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115912667',8714,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700050140',8715,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700190900',8716,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700305180',8717,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700307743',8718,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700446551',8719,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700529175',8720,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700720346',8721,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700909978',8722,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700924289',8723,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701236873',8724,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701288788',8725,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701327080',8726,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701420243',8727,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701596281',8728,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701683362',8729,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701687134',8730,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701722011',8731,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701750294',8732,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702101244',8733,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702242248',8734,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702299559',8735,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702401585',8736,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702753381',8737,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703135671',8738,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703291595',8739,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703540183',8740,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703663176',8741,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703703498',8742,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703725844',8743,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703745277',8744,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703824014',8745,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703941240',8746,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703964710',8747,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704145412',8748,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704217997',8749,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704298733',8750,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704391892',8751,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704630939',8752,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704883196',8753,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705010079',8754,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705149610',8755,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705233272',8756,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705316300',8757,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705390414',8758,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705396661',8759,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705481794',8760,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705500337',8761,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705565987',8762,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705670064',8763,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705861934',8764,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705867607',8765,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705937220',8766,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706026109',8767,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706080409',8768,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706101862',8769,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706137171',8770,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706187298',8771,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706211314',8772,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706221615',8773,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706364339',8774,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706509392',8775,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706566823',8776,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706721535',8777,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707032474',8778,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707116838',8779,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707200806',8780,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707261546',8781,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707387857',8782,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707513669',8783,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707537343',8784,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707545437',8785,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707834899',8786,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707874700',8787,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707956489',8788,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708086418',8789,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708095639',8790,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708132999',8791,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708302730',8792,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708494139',8793,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708622107',8794,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708887770',8795,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710103532',8796,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710138968',8797,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710169446',8798,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710170976',8799,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710175576',8800,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710245350',8801,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710268051',8802,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710336698',8803,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710464264',8804,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710489432',8805,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710566463',8806,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710566978',8807,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710592507',8808,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710705871',8809,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710766829',8810,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710822370',8811,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710896570',8812,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710924676',8813,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711112597',8814,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711115442',8815,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711131490',8816,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711145325',8817,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711189854',8818,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711284621',8819,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711290629',8820,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711300223',8821,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711338348',8822,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711411765',8823,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711529421',8824,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711601480',8825,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711623373',8826,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711633331',8827,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711650343',8828,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711722903',8829,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711758542',8830,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711869966',8831,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711890939',8832,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711953456',8833,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712063409',8834,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712083288',8835,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712122377',8836,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712140409',8837,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712173514',8838,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712183934',8839,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712209611',8840,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712222056',8841,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712222087',8842,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712440184',8843,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712508008',8844,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712510668',8845,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712539841',8846,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712594683',8847,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712619071',8848,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712642667',8849,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712690799',8850,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712693111',8851,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712764794',8852,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712852894',8853,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712906723',8854,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713090213',8855,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713257460',8856,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713300924',8857,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713345493',8858,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713346340',8859,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713661385',8860,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713681018',8861,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713703333',8862,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713703444',8863,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713736837',8864,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713841533',8865,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713861072',8866,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714054702',8867,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714065273',8868,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714229422',8869,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714259386',8870,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714321220',8871,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714344784',8872,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714443571',8873,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714495204',8874,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714753082',8875,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714870417',8876,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714877404',8877,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715058281',8878,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715137212',8879,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715383403',8880,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715527126',8881,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715655542',8882,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715671261',8883,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715688009',8884,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715752591',8885,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715798324',8886,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715859690',8887,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716035348',8888,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716135881',8889,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716137589',8890,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716153497',8891,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716162536',8892,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716171702',8893,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716447253',8894,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716484118',8895,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716548207',8896,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716560048',8897,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716707652',8898,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717122477',8899,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717129410',8900,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717174043',8901,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717378235',8902,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717421238',8903,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717430090',8904,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717588025',8905,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717721230',8906,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717832003',8907,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717884767',8908,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718103833',8909,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718228888',8910,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718267421',8911,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718552739',8912,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718802221',8913,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718887328',8914,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718899250',8915,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718908869',8916,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719156230',8917,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719306273',8918,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719529848',8919,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719553546',8920,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719686390',8921,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720010286',8922,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720040189',8923,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720041702',8924,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720132810',8925,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720267797',8926,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720305483',8927,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720318675',8928,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720413907',8929,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720430590',8930,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720459771',8931,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720465948',8932,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720496441',8933,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720499021',8934,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720611442',8935,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720651989',8936,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720659921',8937,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720669155',8938,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720698123',8939,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720705070',8940,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720709606',8941,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720734110',8942,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720745503',8943,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720756348',8944,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720774086',8945,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720820146',8946,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720822624',8947,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720823525',8948,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720830626',8949,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720836413',8950,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720852931',8951,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720869143',8952,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720905646',8953,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720925746',8954,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720937954',8955,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720939609',8956,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720947924',8957,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721106370',8958,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721118894',8959,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721127911',8960,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721158141',8961,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721241315',8962,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721266493',8963,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721282327',8964,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721286205',8965,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721334412',8966,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721361229',8967,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721369151',8968,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721373447',8969,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721411469',8970,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721414514',8971,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721422620',8972,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721426665',8973,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721434797',8974,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721443832',8975,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721459890',8976,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721468904',8977,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721525857',8978,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721532499',8979,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721534539',8980,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721549940',8981,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721563381',8982,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721580530',8983,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721627779',8984,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721628238',8985,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721639807',8986,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721662080',8987,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721664124',8988,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721683709',8989,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721706171',8990,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721737321',8991,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721744808',8992,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721745422',8993,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721762679',8994,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721819229',8995,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721821374',8996,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721834256',8997,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721854604',8998,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721857112',8999,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721866428',9000,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721943652',9001,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721974010',9002,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721986343',9003,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721990756',9004,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721997024',9005,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721998364',9006,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722106479',9007,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722111794',9008,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722140614',9009,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722213804',9010,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722225268',9011,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722240106',9012,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722270901',9013,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722292630',9014,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722312620',9015,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722321302',9016,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722334179',9017,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722348016',9018,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722367824',9019,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722395667',9020,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722412500',9021,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722428817',9022,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722431709',9023,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722445815',9024,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722456107',9025,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722505395',9026,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722530142',9027,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722530335',9028,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722552866',9029,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722555540',9030,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722616881',9031,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722618312',9032,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722620537',9033,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722633956',9034,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722653532',9035,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722660985',9036,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722665225',9037,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722669673',9038,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722677306',9039,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722686409',9040,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722689038',9041,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722693880',9042,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722695565',9043,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722707652',9044,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722728123',9045,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722732250',9046,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722742794',9047,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722750653',9048,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722760986',9049,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722761761',9050,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722770651',9051,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722778471',9052,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722786198',9053,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722787822',9054,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722789556',9055,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722791565',9056,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722831153',9057,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722832277',9058,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722834980',9059,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722837087',9060,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722840943',9061,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722841288',9062,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722846188',9063,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722861205',9064,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722874780',9065,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722888485',9066,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722899646',9067,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722906864',9068,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722912998',9069,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722945991',9070,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722996401',9071,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723006113',9072,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723007111',9073,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723071616',9074,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723087050',9075,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723095173',9076,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723096399',9077,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723108322',9078,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723109803',9079,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723136110',9080,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723138410',9081,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723145636',9082,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723170006',9083,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723209324',9084,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723266178',9085,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723292705',9086,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723294061',9087,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723299703',9088,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723339613',9089,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723365724',9090,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723424978',9091,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723482547',9092,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723553711',9093,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723600728',9094,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723624634',9095,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723641727',9096,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723692234',9097,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723697935',9098,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723701532',9099,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723705039',9100,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723727312',9101,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723782344',9102,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723786359',9103,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723804655',9104,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723826586',9105,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723827724',9106,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723829304',9107,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723842339',9108,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723880438',9109,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723973431',9110,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723985164',9111,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723994392',9112,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723998892',9113,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724048516',9114,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724067631',9115,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724121923',9116,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724127380',9117,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724147265',9118,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724227658',9119,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724243967',9120,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724247050',9121,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724279001',9122,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724301700',9123,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724376647',9124,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724394130',9125,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724415069',9126,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724418624',9127,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724449995',9128,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724488314',9129,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724498150',9130,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724532745',9131,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724559556',9132,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724603532',9133,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724616299',9134,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724627558',9135,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724680983',9136,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724717334',9137,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724722527',9138,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724766059',9139,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724797367',9140,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724800918',9141,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724813146',9142,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724835733',9143,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724855261',9144,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724885825',9145,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724931729',9146,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724968215',9147,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759472180',9148,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('19522177845',9149,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700058155',9150,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700176700',9151,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700349265',9152,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700496869',9153,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700931347',9154,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701633912',9155,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701869822',9156,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702486698',9157,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702848598',9158,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703258101',9159,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704020076',9160,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704575480',9161,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704625744',9162,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704642936',9163,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705116132',9164,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705645610',9165,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706100108',9166,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706131889',9167,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706377183',9168,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706513261',9169,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706900055',9170,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708099205',9171,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708102402',9172,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708280514',9173,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708692530',9174,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710158809',9175,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710200942',9176,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710273969',9177,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710289770',9178,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710314112',9179,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710358919',9180,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710376548',9181,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710505187',9182,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710524105',9183,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710567711',9184,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710578385',9185,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710607948',9186,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710807224',9187,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710821784',9188,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710853771',9189,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710874960',9190,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710899688',9191,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710978618',9192,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710982463',9193,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711127829',9194,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711221310',9195,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711245168',9196,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711254438',9197,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711577200',9198,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711775669',9199,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711777912',9200,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711816787',9201,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711819099',9202,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712194736',9203,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712355212',9204,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712579884',9205,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712594559',9206,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712743223',9207,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712784013',9208,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713100382',9209,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713550274',9210,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713584397',9211,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713620990',9212,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713791593',9213,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714248654',9214,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714461587',9215,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714488002',9216,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714520150',9217,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714875602',9218,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715028081',9219,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715044450',9220,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715245923',9221,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715500674',9222,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715522896',9223,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715666846',9224,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716005418',9225,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716006620',9226,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716585448',9227,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717114858',9228,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717323973',9229,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717586286',9230,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718391615',9231,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718639990',9232,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718924983',9233,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719133383',9234,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719435219',9235,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719450446',9236,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719751088',9237,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720020202',9238,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720068889',9239,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720133918',9240,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720268528',9241,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720302585',9242,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720314330',9243,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720342240',9244,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720359177',9245,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720398360',9246,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720429901',9247,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720614319',9248,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720623620',9249,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720626907',9250,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720665052',9251,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720703556',9252,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720713800',9253,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720730035',9254,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720766468',9255,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720848848',9256,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720859885',9257,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720938209',9258,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720938361',9259,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721320344',9260,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721369057',9261,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721443901',9262,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721447721',9263,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721473229',9264,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721535931',9265,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721554870',9266,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721559700',9267,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721670414',9268,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721689292',9269,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721697758',9270,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721700130',9271,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721701866',9272,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721705636',9273,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721717853',9274,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721728791',9275,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721790921',9276,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721810468',9277,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721843869',9278,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721861619',9279,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721869471',9280,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721934038',9281,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721947168',9282,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721962351',9283,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722210181',9284,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722255681',9285,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722280701',9286,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722295911',9287,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722307083',9288,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722314365',9289,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722363688',9290,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722368214',9291,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722377059',9292,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722428071',9293,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722442925',9294,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722475090',9295,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722494664',9296,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722524211',9297,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722525627',9298,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722609392',9299,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722621738',9300,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722662181',9301,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722712796',9302,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722714127',9303,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722730011',9304,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722873640',9305,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722885319',9306,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722889960',9307,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722933142',9308,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722965287',9309,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722987079',9310,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722997487',9311,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723034719',9312,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723117372',9313,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723132826',9314,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723146084',9315,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723330599',9316,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723376323',9317,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723378512',9318,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723415445',9319,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723508044',9320,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723614056',9321,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723635323',9322,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723636511',9323,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723660431',9324,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723661789',9325,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723669192',9326,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723674888',9327,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723686704',9328,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723726076',9329,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723735006',9330,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723875900',9331,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723880805',9332,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723894241',9333,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724219826',9334,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724222429',9335,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724236399',9336,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724299166',9337,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724469377',9338,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724613034',9339,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724728479',9340,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724729370',9341,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724733710',9342,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724750807',9343,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724940456',9344,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724974577',9345,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725035379',9346,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725111193',9347,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725130178',9348,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725130578',9349,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725141567',9350,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725165859',9351,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725333731',9352,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725335730',9353,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725342177',9354,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725343293',9355,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725344170',9356,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725457446',9357,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725532467',9358,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725595993',9359,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725662571',9360,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725699732',9361,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725722119',9362,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725773687',9363,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725815897',9364,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725816500',9365,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725857338',9366,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725902156',9367,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725917631',9368,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725966229',9369,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725973722',9370,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725989760',9371,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726001783',9372,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726016314',9373,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726116127',9374,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726162702',9375,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726274023',9376,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726376517',9377,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726413562',9378,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726476150',9379,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726556391',9380,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726594587',9381,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726672403',9382,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726675897',9383,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726699567',9384,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726707882',9385,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726730912',9386,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726777080',9387,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726793526',9388,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726802880',9389,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726861905',9390,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726868009',9391,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726911245',9392,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726931122',9393,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727071884',9394,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727094785',9395,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727147442',9396,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727163504',9397,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727389270',9398,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727422097',9399,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727424368',9400,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727441066',9401,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727512657',9402,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727663262',9403,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727701010',9404,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727739437',9405,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727767748',9406,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727899231',9407,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727963430',9408,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728204876',9409,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728528130',9410,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728555773',9411,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728646429',9412,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728730847',9413,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728838174',9414,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728903422',9415,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728906070',9416,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728906270',9417,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728958144',9418,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729161627',9419,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729293783',9420,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729310353',9421,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729384287',9422,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729424797',9423,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729484734',9424,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729493299',9425,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729667102',9426,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729680888',9427,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729848992',9428,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729865937',9429,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729868288',9430,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729948742',9431,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254732415445',9432,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733243708',9433,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254734925460',9434,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254735008456',9435,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254735624924',9436,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254735908539',9437,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745572625',9438,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254746231149',9439,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254746471579',9440,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254748490375',9441,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254768376343',9442,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791728550',9443,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792117330',9444,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792204520',9445,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254795518823',9446,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254798342742',9447,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254799369393',9448,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254799747414',9449,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725344256',9450,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722617785',9451,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759472180',9452,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720597125',9453,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724295026',9454,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254110097199',9455,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700021263',9456,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701174025',9457,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701344269',9458,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701841788',9459,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702236971',9460,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702721267',9461,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703149734',9462,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703162697',9463,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703888534',9464,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704232130',9465,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704590412',9466,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704733311',9467,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704775938',9468,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705285550',9469,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705437379',9470,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705946593',9471,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706000936',9472,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706267600',9473,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706521414',9474,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706924679',9475,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707031240',9476,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707073333',9477,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707122517',9478,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707152972',9479,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707188807',9480,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707436925',9481,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707670573',9482,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707706005',9483,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708102277',9484,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708836540',9485,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708896786',9486,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710466742',9487,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710480066',9488,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710596798',9489,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710651777',9490,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710666169',9491,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710683565',9492,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710728375',9493,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710766737',9494,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710843277',9495,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711110658',9496,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711759182',9497,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712157842',9498,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712322021',9499,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712485227',9500,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712651325',9501,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713315385',9502,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713566436',9503,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713934212',9504,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714045083',9505,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714407473',9506,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714444389',9507,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714713248',9508,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714905238',9509,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715407319',9510,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715605388',9511,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716604389',9512,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717006349',9513,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717524005',9514,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717861873',9515,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718167867',9516,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718721658',9517,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719615743',9518,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720002562',9519,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720068297',9520,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720078677',9521,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720224321',9522,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720277408',9523,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720327978',9524,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720371011',9525,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720373037',9526,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720384428',9527,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720414568',9528,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720434551',9529,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720504149',9530,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720521339',9531,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720542903',9532,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720569504',9533,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720659130',9534,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720689129',9535,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720837365',9536,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720850451',9537,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720919631',9538,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721134635',9539,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721151790',9540,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721267509',9541,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721290501',9542,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721292965',9543,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721316937',9544,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721351804',9545,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721380438',9546,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721390711',9547,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721412981',9548,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721517622',9549,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721520310',9550,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721528078',9551,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721530457',9552,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721583846',9553,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721613253',9554,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721742202',9555,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721779494',9556,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721782399',9557,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721802228',9558,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721868071',9559,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721870690',9560,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721981854',9561,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722111531',9562,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722144718',9563,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722158338',9564,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722204060',9565,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722250353',9566,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722250616',9567,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722252434',9568,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722257035',9569,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722266843',9570,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722294426',9571,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722299112',9572,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722311708',9573,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722319677',9574,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722359711',9575,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722400379',9576,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722409520',9577,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722410934',9578,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722417786',9579,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722432481',9580,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722455533',9581,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722508607',9582,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722527599',9583,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722540854',9584,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722542741',9585,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722575595',9586,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722582446',9587,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722593043',9588,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722605335',9589,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722648983',9590,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722679803',9591,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722719158',9592,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722756604',9593,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722789722',9594,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722801609',9595,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722810062',9596,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722830262',9597,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722883108',9598,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722920285',9599,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722957013',9600,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722960652',9601,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723012665',9602,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723146885',9603,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723163864',9604,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723175144',9605,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723230045',9606,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723324877',9607,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723445960',9608,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723569909',9609,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723717254',9610,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723800416',9611,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723833937',9612,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723870768',9613,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723913989',9614,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723929273',9615,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724003067',9616,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724023988',9617,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724172561',9618,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724202026',9619,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724286707',9620,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724313513',9621,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724358743',9622,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724556249',9623,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724575225',9624,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724575657',9625,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724584676',9626,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724806404',9627,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724936091',9628,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724977059',9629,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724986252',9630,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725040592',9631,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725082114',9632,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725090430',9633,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725103121',9634,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725119258',9635,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725380682',9636,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725389279',9637,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725431998',9638,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725505372',9639,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725549341',9640,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725733743',9641,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725745802',9642,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725920416',9643,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725998179',9644,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726069704',9645,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726126323',9646,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726144089',9647,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726256211',9648,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726392825',9649,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726447766',9650,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726523148',9651,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726579086',9652,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726650434',9653,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726728025',9654,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726966621',9655,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727025222',9656,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727026261',9657,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727062060',9658,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727111629',9659,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727229220',9660,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727437742',9661,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727442262',9662,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727504695',9663,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727714923',9664,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727805310',9665,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727910105',9666,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727999679',9667,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728295046',9668,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728385895',9669,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728475652',9670,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728500069',9671,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728560746',9672,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728567308',9673,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728723362',9674,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728739933',9675,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729027537',9676,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729203263',9677,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729258799',9678,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729291362',9679,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729685572',9680,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729926845',9681,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254732391341',9682,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254732767697',9683,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733961330',9684,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733997732',9685,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741928907',9686,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745090430',9687,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254757417866',9688,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254768643038',9689,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254770879177',9690,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254780928777',9691,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254788237791',9692,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790136262',9693,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792766371',9694,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254793843784',9695,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254794619098',9696,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254796438238',9697,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254797069850',9698,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254798493513',9699,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254799315666',9700,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('447576161799',9701,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('8613160825774',9702,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254102156316',9703,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254105227549',9704,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254106676902',9705,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111320905',9706,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111345705',9707,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113466700',9708,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114140613',9709,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700051204',9710,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700077905',9711,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701264354',9712,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701502084',9713,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701554681',9714,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701756245',9715,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701996234',9716,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702952546',9717,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703573099',9718,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703821477',9719,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704497268',9720,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705075867',9721,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705956262',9722,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706172590',9723,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706410326',9724,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706893474',9725,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707034441',9726,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707269687',9727,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707408435',9728,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710253601',9729,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710357813',9730,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712810062',9731,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713189796',9732,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713229138',9733,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714169406',9734,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714352562',9735,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714439479',9736,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715078433',9737,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715115229',9738,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715579089',9739,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716256310',9740,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716305489',9741,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717656855',9742,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717933797',9743,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718035751',9744,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718161122',9745,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718458205',9746,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720655697',9747,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720780901',9748,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720881993',9749,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720889558',9750,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720925882',9751,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721146648',9752,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721531055',9753,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721609635',9754,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721760842',9755,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722145991',9756,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722369466',9757,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722462835',9758,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722830867',9759,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722956954',9760,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722972851',9761,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722978646',9762,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723017728',9763,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723238289',9764,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723652191',9765,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723908938',9766,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724227107',9767,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724654162',9768,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724940376',9769,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725707783',9770,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725763866',9771,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726046662',9772,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726621896',9773,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727131841',9774,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727226226',9775,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727525545',9776,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727655316',9777,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727855162',9778,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728123243',9779,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728135228',9780,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728146925',9781,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728347997',9782,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729819483',9783,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729900629',9784,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254734681827',9785,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741799593',9786,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254743942761',9787,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745850693',9788,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254746910171',9789,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254748978208',9790,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254758821565',9791,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759778806',9792,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254762123087',9793,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254762388030',9794,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254768643018',9795,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254780226585',9796,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254783403696',9797,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254785140985',9798,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254786570265',9799,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254789361381',9800,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254789630689',9801,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790100154',9802,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790630051',9803,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791040427',9804,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791547618',9805,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791595323',9806,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792717015',9807,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254793392897',9808,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254793513899',9809,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254793599563',9810,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254793830563',9811,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254794346015',9812,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254794860589',9813,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254796659717',9814,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254797459444',9815,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254797807262',9816,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254798871785',9817,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('27748438358',9818,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721963156',9819,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254780156000',9820,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716194260',9821,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726817733',9822,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718229370',9823,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711494884',9824,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254746610021',9825,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729940929',9826,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725208863',9827,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('17174243167',9828,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254110242405',9829,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111469966',9830,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113532220',9831,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114006971',9832,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254117046750',9833,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700307844',9834,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700521882',9835,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700526125',9836,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700658557',9837,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701132213',9838,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701807127',9839,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702118611',9840,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703888082',9841,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705907970',9842,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708605332',9843,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715791378',9844,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716046440',9845,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716218660',9846,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716446130',9847,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717525690',9848,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718120953',9849,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719789285',9850,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720292336',9851,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720845619',9852,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721773577',9853,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721824610',9854,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722300633',9855,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722321285',9856,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722375351',9857,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722375370',9858,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722606566',9859,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722660553',9860,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722720544',9861,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722849120',9862,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723027029',9863,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723081327',9864,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723842942',9865,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724411109',9866,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724747419',9867,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724970981',9868,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725171639',9869,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726510150',9870,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727680056',9871,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729771418',9872,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254732805050',9873,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733429759',9874,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254736680803',9875,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254742592699',9876,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745564273',9877,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254746557585',9878,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254748128024',9879,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254748645008',9880,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254753756456',9881,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254768001084',9882,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254768751804',9883,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254776789751',9884,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254781587041',9885,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254788689910',9886,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790692972',9887,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791448363',9888,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791806258',9889,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792443941',9890,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254793545163',9891,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254799943535',9892,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725344256',9893,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254731625172',9894,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254732275536',9895,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('17804711957',9896,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111217395',9897,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112498136',9898,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112658100',9899,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113730111',9900,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700216154',9901,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700222536',9902,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701160116',9903,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701258601',9904,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701300821',9905,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701629159',9906,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702800772',9907,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703266112',9908,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703529392',9909,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703752630',9910,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704213795',9911,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704616685',9912,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705368485',9913,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705808518',9914,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705918936',9915,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706938686',9916,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707503717',9917,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707875170',9918,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708068533',9919,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708224321',9920,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708232632',9921,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708389312',9922,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708730422',9923,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708896203',9924,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710309146',9925,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710386992',9926,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710506288',9927,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710533991',9928,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710791696',9929,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710938613',9930,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711267239',9931,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711322177',9932,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711441169',9933,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711536844',9934,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711601130',9935,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712059571',9936,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712230201',9937,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712623087',9938,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712730084',9939,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712888057',9940,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713250785',9941,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713689858',9942,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714179835',9943,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714801752',9944,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714896628',9945,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715138278',9946,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715418561',9947,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716178400',9948,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716205444',9949,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717245856',9950,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718016992',9951,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718125198',9952,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718137155',9953,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718945895',9954,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719558152',9955,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720051224',9956,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720082440',9957,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720082574',9958,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720246901',9959,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720260590',9960,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720337461',9961,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720409594',9962,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720420926',9963,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720455406',9964,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720487623',9965,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720491237',9966,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720538686',9967,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720606123',9968,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720606978',9969,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720611946',9970,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720678696',9971,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720710752',9972,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720717006',9973,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720721228',9974,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720753528',9975,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720886514',9976,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720919077',9977,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720924618',9978,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720938483',9979,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720985130',9980,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721128151',9981,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721175602',9982,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721202182',9983,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721212321',9984,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721226345',9985,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721244872',9986,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721342650',9987,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721342993',9988,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721417723',9989,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721444580',9990,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721497235',9991,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721520536',9992,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721553103',9993,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721564686',9994,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721629801',9995,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721650554',9996,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721658069',9997,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721689495',9998,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721728524',9999,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721730539',10000,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721738510',10001,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721743635',10002,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721747134',10003,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721786892',10004,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721787127',10005,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721815148',10006,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721862603',10007,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721881488',10008,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721899790',10009,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721946870',10010,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721958350',10011,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721966371',10012,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721969140',10013,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722170187',10014,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722175764',10015,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722209992',10016,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722223506',10017,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722253331',10018,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722268218',10019,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722280657',10020,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722302284',10021,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722310996',10022,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722321091',10023,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722325206',10024,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722352077',10025,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722360083',10026,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722375955',10027,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722386514',10028,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722393979',10029,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722404258',10030,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722422154',10031,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722436708',10032,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722443310',10033,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722455560',10034,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722461783',10035,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722476619',10036,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722569172',10037,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722573073',10038,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722622391',10039,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722655218',10040,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722710948',10041,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722729551',10042,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722735263',10043,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722769402',10044,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722771720',10045,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722790336',10046,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722816925',10047,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722822936',10048,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722831668',10049,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722839441',10050,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722839952',10051,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722856485',10052,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722873269',10053,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722896075',10054,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722907528',10055,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722915697',10056,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722917303',10057,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722963063',10058,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722980005',10059,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722995501',10060,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723046418',10061,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723125516',10062,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723157609',10063,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723423103',10064,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723449469',10065,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723604239',10066,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723607804',10067,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723704888',10068,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723764334',10069,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723767024',10070,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723774410',10071,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723800526',10072,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723903306',10073,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723941765',10074,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723954684',10075,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724054011',10076,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724178038',10077,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724253541',10078,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724267471',10079,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724281922',10080,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724288971',10081,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724360299',10082,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724395280',10083,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724454895',10084,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724618438',10085,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724627077',10086,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724766837',10087,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724842946',10088,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724849643',10089,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724881144',10090,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724915720',10091,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724918399',10092,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724938890',10093,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725117513',10094,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725203686',10095,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725216866',10096,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725317062',10097,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725389583',10098,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725518880',10099,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725527015',10100,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725716661',10101,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725793092',10102,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725819562',10103,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725904012',10104,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725960364',10105,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725984001',10106,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726176642',10107,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726176757',10108,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726426654',10109,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726434486',10110,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726489725',10111,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726542009',10112,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726622865',10113,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726627190',10114,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726636871',10115,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726726566',10116,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726778762',10117,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726833053',10118,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726851709',10119,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726941942',10120,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727295933',10121,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727328378',10122,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727336230',10123,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727342720',10124,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727438736',10125,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727464166',10126,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727702092',10127,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727826350',10128,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728030068',10129,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728208391',10130,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728255254',10131,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728515189',10132,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728672656',10133,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728790852',10134,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728933610',10135,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729252543',10136,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729293254',10137,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729506655',10138,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729835524',10139,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254731935685',10140,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254734094272',10141,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254736156593',10142,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254739511934',10143,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254739740055',10144,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254740389309',10145,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741834267',10146,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254743345310',10147,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254743423694',10148,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254743683657',10149,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254748225674',10150,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254750280473',10151,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254758229842',10152,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254758756179',10153,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254769395446',10154,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254787419939',10155,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790109257',10156,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790553840',10157,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790591377',10158,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790765900',10159,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790944881',10160,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791257670',10161,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791514784',10162,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791561672',10163,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792172554',10164,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254795213161',10165,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254795356826',10166,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254797030308',10167,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254798310050',10168,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254798874274',10169,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254799925763',10170,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722356857',10171,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711763240',10172,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714937902',10173,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('12532262454',10174,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('23277525985',10175,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112688382',10176,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112856971',10177,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113406560',10178,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700258295',10179,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700280172',10180,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700681077',10181,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701075095',10182,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701362201',10183,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702016251',10184,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702366721',10185,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702479764',10186,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702515980',10187,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702527776',10188,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703233462',10189,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703553952',10190,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704065061',10191,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704251068',10192,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704394606',10193,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704788802',10194,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705590837',10195,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706535462',10196,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706631159',10197,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706716912',10198,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707919065',10199,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708158004',10200,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710755259',10201,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712340430',10202,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712899511',10203,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712986629',10204,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714001498',10205,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714188874',10206,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714275020',10207,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714989764',10208,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715153377',10209,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715409525',10210,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716046266',10211,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716576445',10212,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716818006',10213,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716868804',10214,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717594559',10215,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717899939',10216,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719355926',10217,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719560447',10218,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720115551',10219,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720473934',10220,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720477064',10221,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720649189',10222,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720940822',10223,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721169687',10224,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721179112',10225,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721282238',10226,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721325987',10227,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721461230',10228,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721634183',10229,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721659668',10230,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721706504',10231,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722153683',10232,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722242926',10233,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722349002',10234,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722403665',10235,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722484041',10236,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722519364',10237,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722552327',10238,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722643171',10239,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722663358',10240,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722794560',10241,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722902935',10242,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722979081',10243,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722983598',10244,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723024080',10245,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723523350',10246,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723782505',10247,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723833975',10248,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723890543',10249,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724260746',10250,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724454504',10251,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724522825',10252,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724592462',10253,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725263590',10254,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725701927',10255,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726990679',10256,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727047884',10257,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728008016',10258,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728338667',10259,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729354602',10260,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729708329',10261,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729743467',10262,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254734460016',10263,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254737223631',10264,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254739300227',10265,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254740895955',10266,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741301968',10267,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254742012240',10268,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254742797501',10269,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745814695',10270,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254746053849',10271,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254748039113',10272,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254748855887',10273,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254752461308',10274,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254756428426',10275,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759121292',10276,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759619177',10277,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254768411708',10278,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254780738143',10279,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254782005000',10280,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790543429',10281,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790588509',10282,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790893951',10283,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791577745',10284,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254793014481',10285,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254795140234',10286,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254798408408',10287,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('8618344321725',10288,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721498688',10289,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759472180',10290,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729380860',10291,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723922280',10292,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720704915',10293,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706221625',10294,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707988999',10295,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710744174',10296,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711109299',10297,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711420053',10298,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711629751',10299,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712030280',10300,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714246843',10301,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714875006',10302,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715120730',10303,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715222902',10304,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717606657',10305,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717969472',10306,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718897204',10307,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718993175',10308,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720107653',10309,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720426189',10310,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721163335',10311,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721202369',10312,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721292766',10313,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721360474',10314,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721401976',10315,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721421057',10316,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721441532',10317,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721658139',10318,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721738386',10319,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721865952',10320,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722159245',10321,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722282293',10322,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722329328',10323,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722367427',10324,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722375423',10325,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722411550',10326,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722412603',10327,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722460218',10328,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722474750',10329,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722503989',10330,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722620093',10331,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722717570',10332,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722718872',10333,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722773252',10334,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722809195',10335,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722818098',10336,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722899500',10337,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722944496',10338,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723004951',10339,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723313193',10340,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723594143',10341,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723965333',10342,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724738052',10343,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724846901',10344,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724966129',10345,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724987124',10346,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725036556',10347,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725241493',10348,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725241784',10349,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725732483',10350,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725777195',10351,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725800429',10352,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725825518',10353,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725990474',10354,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726255784',10355,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726320211',10356,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726433793',10357,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726538215',10358,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727476855',10359,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727670520',10360,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727874860',10361,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728200066',10362,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728613991',10363,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729604661',10364,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254734442846',10365,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254737400242',10366,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254739234191',10367,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254762325280',10368,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727023212',10369,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722617785',10370,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759472180',10371,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720597125',10372,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('211917591400',10373,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705125174',10374,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706820105',10375,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707636262',10376,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711557790',10377,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714719028',10378,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714765489',10379,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718161656',10380,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718964946',10381,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720025455',10382,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720292780',10383,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720326097',10384,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720398089',10385,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720491020',10386,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720707617',10387,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720857925',10388,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721307683',10389,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721321663',10390,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721414505',10391,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721440324',10392,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721735760',10393,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722168507',10394,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722211831',10395,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722341548',10396,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722403709',10397,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722419516',10398,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722492619',10399,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722513442',10400,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722517539',10401,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722611483',10402,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722642042',10403,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722659456',10404,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722672130',10405,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722672344',10406,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722722897',10407,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722748872',10408,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722763405',10409,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722769072',10410,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722798590',10411,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722799299',10412,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722800315',10413,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722875906',10414,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722945461',10415,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723624079',10416,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723660371',10417,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723774725',10418,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723827625',10419,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724005446',10420,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724107120',10421,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724275854',10422,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724292692',10423,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725302948',10424,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725348018',10425,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725431359',10426,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725438675',10427,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725676295',10428,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725690472',10429,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725769736',10430,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725790322',10431,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726598127',10432,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726849665',10433,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727845953',10434,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728602406',10435,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728771835',10436,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729024671',10437,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729235342',10438,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729611316',10439,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729700000',10440,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254732580270',10441,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254740678872',10442,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741481522',10443,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254742489209',10444,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254742500347',10445,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254787031760',10446,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254788852587',10447,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792004221',10448,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792021795',10449,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792354903',10450,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254799834354',10451,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('97439985430',10452,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759472180',10453,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700030074',10454,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700346364',10455,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701018281',10456,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701369672',10457,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701537828',10458,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702014802',10459,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702420793',10460,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703974931',10461,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704340522',10462,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704753771',10463,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704880836',10464,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704952434',10465,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705150150',10466,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706106423',10467,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706605886',10468,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707308467',10469,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707938036',10470,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710175613',10471,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710399967',10472,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710867476',10473,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710954196',10474,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711294369',10475,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711598612',10476,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711771778',10477,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711789612',10478,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711816787',10479,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712811789',10480,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713003457',10481,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713035795',10482,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713241529',10483,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713810400',10484,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714777447',10485,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715025610',10486,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715153787',10487,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715338790',10488,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716846187',10489,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716900291',10490,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717188256',10491,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719135611',10492,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719211962',10493,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720130579',10494,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720219900',10495,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720323333',10496,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720325114',10497,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720326150',10498,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720478464',10499,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720531144',10500,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720564170',10501,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720581908',10502,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720643813',10503,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720675781',10504,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720688084',10505,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720722753',10506,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720781244',10507,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720823789',10508,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720848715',10509,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720867340',10510,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720902720',10511,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721243060',10512,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721333337',10513,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721354079',10514,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721369289',10515,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721440663',10516,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721466464',10517,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721494583',10518,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721544683',10519,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721554457',10520,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721777311',10521,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721804651',10522,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721978999',10523,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722210857',10524,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722235594',10525,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722237468',10526,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722270392',10527,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722279902',10528,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722338951',10529,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722367527',10530,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722381258',10531,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722467565',10532,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722469672',10533,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722561284',10534,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722572323',10535,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722596575',10536,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722615375',10537,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722627132',10538,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722631603',10539,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722675314',10540,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722811737',10541,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722816242',10542,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722827029',10543,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722991559',10544,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722994551',10545,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723319160',10546,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723342873',10547,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723372365',10548,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723445574',10549,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723479404',10550,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723779566',10551,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723787095',10552,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723798911',10553,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724094472',10554,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724227801',10555,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724422092',10556,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724567154',10557,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724741350',10558,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724802674',10559,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724812108',10560,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724840420',10561,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724861340',10562,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725080638',10563,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725336212',10564,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725343922',10565,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725498523',10566,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725578518',10567,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725722119',10568,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725744533',10569,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725754814',10570,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725818223',10571,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725976227',10572,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726077692',10573,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726237564',10574,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726383414',10575,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726396946',10576,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726428412',10577,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726580422',10578,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726745490',10579,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726958383',10580,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727119221',10581,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727205047',10582,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727226655',10583,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727350338',10584,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727361470',10585,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727565369',10586,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727658201',10587,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727818043',10588,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728047528',10589,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728440577',10590,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728934350',10591,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729067300',10592,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729152473',10593,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729383641',10594,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729522158',10595,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729660980',10596,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733583785',10597,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254735532122',10598,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745087540',10599,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745121059',10600,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745355605',10601,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254758500005',10602,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254781789869',10603,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254783466612',10604,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791654006',10605,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792228885',10606,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254794002864',10607,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254795913030',10608,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722919276',10609,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722297937',10610,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722710481',10611,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724808486',10612,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720573643',10613,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759472180',10614,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722329901',10615,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721787197',10616,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724122313',10617,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722857351',10618,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722785274',10619,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722571493',10620,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722776420',10621,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721286228',10622,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722868026',10623,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254738935599',10624,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721587808',10625,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112322701',10626,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700230000',10627,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701698534',10628,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702104340',10629,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703251179',10630,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705708066',10631,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705856116',10632,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706358961',10633,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708090907',10634,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708494014',10635,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710160754',10636,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710977803',10637,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711635841',10638,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711694363',10639,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711861368',10640,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712434060',10641,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712534865',10642,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712947101',10643,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714035343',10644,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714433693',10645,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715311337',10646,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715384364',10647,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715633923',10648,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716640652',10649,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717115487',10650,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717307507',10651,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718119054',10652,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718237634',10653,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718446602',10654,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718780765',10655,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720096655',10656,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720259157',10657,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720328539',10658,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720396784',10659,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720514139',10660,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720575846',10661,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720613561',10662,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720730733',10663,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720756080',10664,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720767637',10665,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720934292',10666,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720962291',10667,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721103091',10668,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721156613',10669,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721241484',10670,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721350659',10671,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721547845',10672,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721578946',10673,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721711400',10674,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721716439',10675,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721801965',10676,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721845621',10677,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721854447',10678,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721881377',10679,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721884774',10680,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721906672',10681,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721943893',10682,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722103424',10683,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722256126',10684,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722323025',10685,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722399922',10686,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722450062',10687,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722460665',10688,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722465463',10689,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722493994',10690,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722515012',10691,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722526843',10692,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722527010',10693,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722587327',10694,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722588792',10695,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722606420',10696,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722610288',10697,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722704139',10698,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722708196',10699,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722714363',10700,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722720573',10701,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722763650',10702,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722768537',10703,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722775027',10704,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722775637',10705,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722801058',10706,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722806165',10707,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722821593',10708,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722823065',10709,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722855670',10710,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722881273',10711,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722882513',10712,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722896121',10713,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722898420',10714,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722983783',10715,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723100424',10716,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723132797',10717,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723368046',10718,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723462232',10719,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723498651',10720,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723775021',10721,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723802381',10722,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723923593',10723,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724089367',10724,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724429292',10725,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724705741',10726,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724985193',10727,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724994732',10728,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725001669',10729,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725126906',10730,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725229437',10731,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725463811',10732,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725521105',10733,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726055216',10734,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726358128',10735,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726400560',10736,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726674258',10737,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726878231',10738,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727002739',10739,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727217818',10740,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727272735',10741,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727701870',10742,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727767962',10743,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728008681',10744,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728102051',10745,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728259017',10746,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728680595',10747,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728824856',10748,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729210000',10749,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729634942',10750,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254731149449',10751,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254731705980',10752,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254731888043',10753,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733711051',10754,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254733733635',10755,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254734095555',10756,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745252434',10757,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745633640',10758,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254769446285',10759,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254769900092',10760,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254785418786',10761,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790362962',10762,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791037601',10763,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791494052',10764,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254793268640',10765,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254796906155',10766,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254797184518',10767,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('255765603466',10768,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('971528734201',10769,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702597559',10770,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711305160',10771,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718722099',10772,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721150823',10773,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717772960',10774,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759295173',10775,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728522227',10776,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745233283',10777,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704247486',10778,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254107966795',10779,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720135547',10780,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254106704741',10781,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('22504620996',10782,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2347032946632',10783,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2347038745924',10784,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348029635560',10785,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2348080488325',10786,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2349043223563',10787,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2349130209247',10788,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('2349165875978',10789,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254101209049',10790,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254101745492',10791,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254103340320',10792,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254103369102',10793,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254103823221',10794,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254104961718',10795,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254106125622',10796,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254106350710',10797,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254106406173',10798,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254106635601',10799,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254106873201',10800,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254108451214',10801,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254110091238',10802,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254110146704',10803,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254110504040',10804,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254110673434',10805,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254110733843',10806,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111121214',10807,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111200530',10808,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111215400',10809,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111251648',10810,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111261076',10811,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111364322',10812,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111438587',10813,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111552103',10814,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111602799',10815,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111643034',10816,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111650755',10817,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111837619',10818,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111846458',10819,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111933668',10820,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111978689',10821,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111991732',10822,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112215175',10823,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112381514',10824,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112586662',10825,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112592069',10826,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112644315',10827,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112656161',10828,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112776205',10829,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113095534',10830,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113147173',10831,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113259765',10832,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113301464',10833,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113457206',10834,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113607579',10835,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113816900',10836,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113835673',10837,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113895408',10838,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113903076',10839,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114026406',10840,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114116897',10841,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114150121',10842,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114204801',10843,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114322275',10844,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114486271',10845,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114503403',10846,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114559640',10847,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114563089',10848,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114688082',10849,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114717526',10850,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114754023',10851,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114979607',10852,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115042511',10853,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115147517',10854,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115201364',10855,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115209613',10856,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115240908',10857,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115294494',10858,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115318035',10859,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115323381',10860,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115415678',10861,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115545784',10862,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115598162',10863,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115758870',10864,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115850222',10865,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115949419',10866,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115963930',10867,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254116175279',10868,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254117462065',10869,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700003561',10870,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700055786',10871,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700077084',10872,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700088029',10873,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700117236',10874,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700128189',10875,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700137670',10876,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700178867',10877,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700232514',10878,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700429331',10879,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700583228',10880,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700638593',10881,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700643040',10882,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700649701',10883,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700681920',10884,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700710463',10885,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700764061',10886,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700776814',10887,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700805250',10888,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700810435',10889,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701000817',10890,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701013700',10891,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701126718',10892,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701425873',10893,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701522129',10894,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701538126',10895,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701593083',10896,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701687594',10897,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701850332',10898,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701850506',10899,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701909949',10900,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701918852',10901,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702001707',10902,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702039391',10903,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702054446',10904,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702064760',10905,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702083879',10906,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702193395',10907,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702227315',10908,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702451071',10909,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702506018',10910,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702568872',10911,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702645898',10912,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702671262',10913,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702682616',10914,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702771978',10915,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702809706',10916,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702818385',10917,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702875257',10918,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702941424',10919,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703361085',10920,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703374016',10921,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703375953',10922,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703423206',10923,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703451663',10924,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703456720',10925,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703471090',10926,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703484250',10927,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703565087',10928,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703591388',10929,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703596392',10930,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703643922',10931,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703645518',10932,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703749942',10933,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703843792',10934,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703861726',10935,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703872670',10936,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703918116',10937,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703980608',10938,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703990176',10939,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704010260',10940,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704054803',10941,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704095668',10942,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704119530',10943,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704148542',10944,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704191183',10945,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704414628',10946,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704466099',10947,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704641041',10948,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704653310',10949,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704682676',10950,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704764578',10951,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704773523',10952,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704930701',10953,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704953108',10954,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705028877',10955,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705069241',10956,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705170997',10957,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705238743',10958,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705283758',10959,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705316073',10960,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705319164',10961,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705382406',10962,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705407079',10963,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705416790',10964,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705521997',10965,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705539827',10966,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705559479',10967,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705598299',10968,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705637614',10969,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705673811',10970,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705692821',10971,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705869421',10972,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705872411',10973,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705889021',10974,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705903166',10975,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705928763',10976,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706045238',10977,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706060522',10978,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706087674',10979,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706197441',10980,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706215599',10981,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706231649',10982,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706234019',10983,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706297659',10984,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706310652',10985,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706396305',10986,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706682660',10987,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706705616',10988,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706800278',10989,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706817802',10990,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706891590',10991,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706943651',10992,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707054614',10993,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707076086',10994,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707135799',10995,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707237288',10996,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707252521',10997,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707259597',10998,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707261546',10999,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707275700',11000,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707398534',11001,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707417065',11002,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707426366',11003,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707563215',11004,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707663923',11005,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707666389',11006,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707673115',11007,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707732325',11008,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707761797',11009,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707807820',11010,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707929404',11011,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707946188',11012,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707948924',11013,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707950936',11014,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708054676',11015,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708074466',11016,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708225125',11017,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708454827',11018,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708456138',11019,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708504436',11020,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708522847',11021,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708577839',11022,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708580206',11023,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708646797',11024,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708664269',11025,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708835986',11026,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708901644',11027,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708930569',11028,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708963848',11029,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708964341',11030,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708986633',11031,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710247306',11032,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710294000',11033,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710338073',11034,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710439414',11035,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710453502',11036,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710458291',11037,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710524654',11038,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710535675',11039,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710605953',11040,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710727775',11041,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710763423',11042,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710891701',11043,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711374737',11044,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711412491',11045,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711557528',11046,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711596122',11047,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711604690',11048,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711619021',11049,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711641004',11050,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711667474',11051,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711675914',11052,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711715498',11053,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711810841',11054,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712102219',11055,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712316951',11056,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712363568',11057,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712441767',11058,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712570611',11059,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712644528',11060,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712995788',11061,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713001706',11062,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713022999',11063,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713052843',11064,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713128107',11065,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713146696',11066,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713208656',11067,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713235768',11068,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713450066',11069,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713490099',11070,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713520775',11071,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713530418',11072,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713553248',11073,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713589398',11074,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713733394',11075,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713875902',11076,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713946396',11077,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713988980',11078,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714139123',11079,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714399353',11080,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714506652',11081,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714548139',11082,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714613143',11083,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714618413',11084,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714712815',11085,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714756407',11086,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714858204',11087,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714938306',11088,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714945951',11089,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714956693',11090,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714960344',11091,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714981110',11092,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715037216',11093,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715105983',11094,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715198245',11095,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715268443',11096,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715294818',11097,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715355450',11098,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715363933',11099,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715645156',11100,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715717626',11101,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715899887',11102,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715931944',11103,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716004357',11104,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716033080',11105,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716050560',11106,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716168774',11107,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716203033',11108,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716218167',11109,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716326777',11110,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716340923',11111,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716378793',11112,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716548260',11113,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716649073',11114,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716725170',11115,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716816444',11116,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716856237',11117,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716961026',11118,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717006462',11119,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717019536',11120,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717118095',11121,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717218187',11122,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717239848',11123,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717271815',11124,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717392782',11125,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717397073',11126,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717480483',11127,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717538258',11128,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717546765',11129,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717609294',11130,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717626911',11131,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717655851',11132,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717700838',11133,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717701088',11134,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717737401',11135,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717781612',11136,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717795366',11137,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717988741',11138,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718024966',11139,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718029061',11140,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718047463',11141,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718079563',11142,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718227656',11143,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718235889',11144,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718467083',11145,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718528520',11146,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718561554',11147,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718592646',11148,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718608024',11149,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718631890',11150,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718644742',11151,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718647653',11152,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718820054',11153,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718831514',11154,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718885325',11155,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719120651',11156,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719137161',11157,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719164366',11158,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719175130',11159,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719182258',11160,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719197944',11161,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719198195',11162,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719219063',11163,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719254150',11164,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719304657',11165,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719401405',11166,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719477106',11167,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719541689',11168,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719602760',11169,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719693335',11170,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719803515',11171,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720070228',11172,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720100867',11173,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720134487',11174,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720214448',11175,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720261177',11176,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720355926',11177,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720423230',11178,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720479294',11179,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720827423',11180,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721126856',11181,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721236583',11182,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721292724',11183,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721401319',11184,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721443646',11185,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721498752',11186,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721623058',11187,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721676291',11188,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721700869',11189,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721971880',11190,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721993712',11191,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722149496',11192,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722261497',11193,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722266679',11194,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722276625',11195,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722291919',11196,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722542582',11197,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722548957',11198,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722567327',11199,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722584470',11200,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722714270',11201,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722838742',11202,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722893133',11203,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723119982',11204,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723144584',11205,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723239995',11206,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723282711',11207,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723409966',11208,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723586930',11209,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723632794',11210,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723655844',11211,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723766791',11212,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723900553',11213,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723930054',11214,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723966149',11215,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724036775',11216,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724043875',11217,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724120827',11218,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724235413',11219,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724330392',11220,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724450574',11221,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724517655',11222,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724538208',11223,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724621370',11224,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724739507',11225,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724764967',11226,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724795957',11227,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724877476',11228,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725002533',11229,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725260790',11230,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725338939',11231,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725566111',11232,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725643423',11233,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725815705',11234,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726083398',11235,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726097058',11236,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726132183',11237,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726229844',11238,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726299585',11239,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726313685',11240,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726524344',11241,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726541641',11242,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726650408',11243,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726721234',11244,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726741423',11245,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726765643',11246,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727214193',11247,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727216651',11248,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727364455',11249,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727481995',11250,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727526396',11251,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727612315',11252,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727962449',11253,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727968149',11254,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728066680',11255,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728133270',11256,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728215059',11257,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728215488',11258,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728243021',11259,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728378782',11260,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728468514',11261,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728478072',11262,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728484932',11263,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728548922',11264,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728806524',11265,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728811943',11266,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728939515',11267,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728973267',11268,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729054043',11269,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711357485',11270,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745233283',11271,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('243994199295',11272,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254100418628',11273,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254100794914',11274,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254103693684',11275,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254104692575',11276,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254108023963',11277,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111629099',11278,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114260637',11279,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114280815',11280,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114515833',11281,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114710070',11282,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114877746',11283,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700928596',11284,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701839091',11285,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702643286',11286,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703485962',11287,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704923324',11288,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705301207',11289,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706125956',11290,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706320254',11291,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706507029',11292,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254706905359',11293,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707706554',11294,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710477147',11295,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711252312',11296,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712060448',11297,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712147256',11298,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712575429',11299,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712755076',11300,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713001641',11301,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713222355',11302,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713670598',11303,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714207301',11304,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714260195',11305,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715478051',11306,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715633222',11307,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717356771',11308,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717549525',11309,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718609698',11310,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719136647',11311,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719205320',11312,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719408683',11313,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720784693',11314,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720830923',11315,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721274926',11316,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724663195',11317,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724740956',11318,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725566019',11319,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725632777',11320,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726051838',11321,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727210572',11322,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727874502',11323,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729545060',11324,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254736165730',11325,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254737147912',11326,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254740221756',11327,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741055142',11328,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741177492',11329,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741449738',11330,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741565904',11331,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741710552',11332,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254742081870',11333,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254742112364',11334,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745425323',11335,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745501085',11336,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745543964',11337,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745628222',11338,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745704068',11339,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745750927',11340,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745914882',11341,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254748267968',11342,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254748474976',11343,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254748715726',11344,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254748732759',11345,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254752091438',11346,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254752630171',11347,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254757075427',11348,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254757564886',11349,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254757839294',11350,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254758223636',11351,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759003975',11352,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759265606',11353,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759377226',11354,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254764976373',11355,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254768033701',11356,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254769174612',11357,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254769933401',11358,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254781517188',11359,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254784381059',11360,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790257139',11361,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791982704',11362,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254793049424',11363,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254794803674',11364,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254794945488',11365,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254795421656',11366,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254795498095',11367,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254796598053',11368,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254797360167',11369,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254798941328',11370,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254799402485',11371,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254799933930',11372,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('255657847684',11373,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('5511957765394',11374,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713518915',11375,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726375086',11376,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712971110',11377,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254743583628',11378,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729222322',11379,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115949967',11380,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254769758399',11381,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721792349',11382,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723466048',11383,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254104427338',11384,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254110507594',11385,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254111983832',11386,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112027699',11387,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254112100221',11388,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113029979',11389,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254113152544',11390,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254114574944',11391,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254115466604',11392,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700159524',11393,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700439802',11394,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700681959',11395,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254700863941',11396,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701091395',11397,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701448450',11398,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701607109',11399,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701767045',11400,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701792279',11401,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701846097',11402,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254701918852',11403,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702213846',11404,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702241524',11405,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702251916',11406,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702601092',11407,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254702662270',11408,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254703902186',11409,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254704748984',11410,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705480204',11411,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705567194',11412,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705571088',11413,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705593583',11414,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254705838602',11415,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707225761',11416,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707457438',11417,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707788399',11418,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707826803',11419,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254707877522',11420,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708122678',11421,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708447484',11422,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708489570',11423,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708808404',11424,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708835133',11425,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708933567',11426,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254708956584',11427,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710189651',11428,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710303840',11429,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710427269',11430,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710454931',11431,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710614205',11432,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710659592',11433,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254710738411',11434,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711134551',11435,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711146099',11436,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711279747',11437,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711584165',11438,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711672235',11439,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711725536',11440,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254711868826',11441,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712012370',11442,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712133807',11443,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712292218',11444,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712392739',11445,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712468714',11446,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712496557',11447,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712517440',11448,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712549994',11449,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712794677',11450,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254712827511',11451,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713049883',11452,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713155113',11453,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713218390',11454,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713397469',11455,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713441634',11456,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713659491',11457,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713680912',11458,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713733394',11459,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713845063',11460,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713879669',11461,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254713940897',11462,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714035952',11463,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714119313',11464,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714426458',11465,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714459713',11466,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254714586575',11467,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715062125',11468,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715124630',11469,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715550433',11470,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715674236',11471,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715825862',11472,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715865428',11473,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254715957581',11474,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716087747',11475,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716220182',11476,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716228502',11477,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716271889',11478,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716486785',11479,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716544955',11480,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716733324',11481,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716791706',11482,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254716855672',11483,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717010441',11484,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717017088',11485,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717040531',11486,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717230762',11487,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717516383',11488,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717605809',11489,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717651175',11490,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254717893399',11491,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718332809',11492,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718343784',11493,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254718476208',11494,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719242729',11495,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719311116',11496,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719354381',11497,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719393444',11498,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719780718',11499,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254719890520',11500,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720026029',11501,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720080004',11502,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720291947',11503,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720348099',11504,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720350759',11505,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720474531',11506,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720715711',11507,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720719028',11508,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720939331',11509,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254720939548',11510,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721335208',11511,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721514963',11512,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721593589',11513,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721681931',11514,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721761673',11515,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254721812418',11516,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722128188',11517,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722178138',11518,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722209055',11519,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722238367',11520,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722370841',11521,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722389068',11522,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722542582',11523,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722609182',11524,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722730290',11525,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722821697',11526,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722893186',11527,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722912721',11528,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722922216',11529,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722926863',11530,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722960739',11531,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254722997070',11532,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723069033',11533,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723174583',11534,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723227857',11535,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723289974',11536,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723306240',11537,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723515168',11538,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254723748732',11539,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724065333',11540,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724107027',11541,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724215711',11542,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724229081',11543,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724246138',11544,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724608209',11545,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724710021',11546,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254724885788',11547,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725257864',11548,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725285991',11549,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725309407',11550,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725475706',11551,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725770677',11552,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725781824',11553,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254725935460',11554,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726027667',11555,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726147012',11556,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726309231',11557,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726376496',11558,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726422225',11559,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726494129',11560,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254726774510',11561,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727009690',11562,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727013767',11563,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727014865',11564,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''); INSERT INTO `contacts` VALUES ('254727016985',11565,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727228633',11566,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727375875',11567,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727386902',11568,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254727479210',11569,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728008927',11570,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728255254',11571,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728285151',11572,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728542958',11573,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728792989',11574,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728826133',11575,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728826238',11576,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728872671',11577,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728887750',11578,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728920031',11579,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254728997036',11580,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729049320',11581,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729147431',11582,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729207653',11583,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729239023',11584,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729481971',11585,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729653344',11586,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254729757670',11587,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254731019910',11588,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254731402954',11589,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254734043680',11590,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254737184980',11591,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254739372840',11592,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741624863',11593,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254741759910',11594,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254742246947',11595,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254742619169',11596,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254742834273',11597,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254742874903',11598,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254743379891',11599,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254743544198',11600,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254743914063',11601,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254745659950',11602,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254750308036',11603,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254752302021',11604,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254757044814',11605,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254757360419',11606,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254757573517',11607,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254757686106',11608,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254758169535',11609,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254758280662',11610,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254758472988',11611,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759235005',11612,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759537932',11613,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759740061',11614,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759944689',11615,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254759962078',11616,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254765065885',11617,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254768397088',11618,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254768499336',11619,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254768989253',11620,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254774833400',11621,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254777075044',11622,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790213374',11623,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790240220',11624,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790651761',11625,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790709941',11626,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254790757760',11627,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791274083',11628,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791312121',11629,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791519438',11630,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254791978392',11631,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254792138323',11632,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254793677671',11633,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254793852061',11634,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254794118021',11635,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254794442641',11636,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254794520049',11637,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254795182479',11638,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254795197278',11639,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254795430136',11640,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254795503193',11641,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254795930270',11642,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254796142338',11643,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254797037257',11644,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254797041994',11645,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254798528151',11646,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254798559565',11647,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254798997171',11648,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254799200006',11649,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254799261028',11650,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254799545869',11651,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254799584384',11652,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254799945373',11653,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254799994618',11654,'sample 3','','2025-06-01 12:37:35pm','active','','','','','KES',''),('254110110111',11655,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700011177',11656,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254701098347',11657,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254701621993',11658,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702143677',11659,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703919660',11660,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706266180',11661,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707083063',11662,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708115252',11663,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708516231',11664,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254709150001',11665,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254709150002',11666,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710161982',11667,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710717177',11668,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710740694',11669,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711188300',11670,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711505393',11671,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711794569',11672,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254712135792',11673,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254712191829',11674,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254712222399',11675,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713838230',11676,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714088749',11677,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714563912',11678,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714684184',11679,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714790706',11680,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717141888',11681,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717299699',11682,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717573833',11683,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254718140436',11684,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254718633855',11685,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254719508743',11686,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254719510414',11687,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720078928',11688,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720111999',11689,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720252153',11690,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720253189',11691,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720312328',11692,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720314995',11693,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720422780',11694,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720466189',11695,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720543954',11696,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720596083',11697,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720660503',11698,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720841663',11699,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720891144',11700,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720995155',11701,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720999021',11702,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721133253',11703,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721216604',11704,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721259331',11705,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721269587',11706,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721300210',11707,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721398982',11708,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721409856',11709,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721410494',11710,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721501371',11711,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721545484',11712,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721562973',11713,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721580148',11714,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721671003',11715,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721711498',11716,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721717550',11717,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721853837',11718,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721965658',11719,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722206046',11720,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722215077',11721,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722236237',11722,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722250886',11723,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722259769',11724,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722262147',11725,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722278434',11726,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722303415',11727,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722303642',11728,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722322434',11729,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722346500',11730,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722347602',11731,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722362000',11732,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722365218',11733,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722399842',11734,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722411873',11735,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722411888',11736,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722432666',11737,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722444860',11738,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722455240',11739,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722493727',11740,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722510509',11741,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722512184',11742,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722514073',11743,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722514508',11744,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722514601',11745,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722515058',11746,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722518965',11747,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722519541',11748,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722521181',11749,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722521957',11750,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722524374',11751,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722525733',11752,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722530120',11753,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722538443',11754,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722556702',11755,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722559001',11756,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722583077',11757,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722586631',11758,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722600478',11759,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722643813',11760,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722644853',11761,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722656752',11762,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722658594',11763,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722678146',11764,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722696094',11765,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722701312',11766,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722703311',11767,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722704316',11768,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722719216',11769,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722720501',11770,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722727203',11771,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722727293',11772,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722728343',11773,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722729720',11774,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722730941',11775,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722741286',11776,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722742372',11777,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722744722',11778,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722747011',11779,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722747324',11780,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722748043',11781,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722755153',11782,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722758725',11783,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722773238',11784,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722779261',11785,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722798775',11786,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722805603',11787,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722817905',11788,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722858854',11789,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722884096',11790,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722894501',11791,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722925762',11792,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722932405',11793,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722953922',11794,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722969698',11795,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722983411',11796,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723243843',11797,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723280521',11798,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723450595',11799,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723654933',11800,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723775116',11801,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723822371',11802,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724294683',11803,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724365604',11804,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724481659',11805,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724551106',11806,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724913692',11807,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725120046',11808,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725221019',11809,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725530221',11810,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725541444',11811,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725636000',11812,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725649515',11813,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725679430',11814,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725949911',11815,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726941482',11816,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254727091206',11817,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254727376178',11818,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254727471336',11819,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254727680642',11820,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254727910559',11821,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254727945725',11822,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728129281',11823,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728131217',11824,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728299480',11825,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728814528',11826,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254729476636',11827,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254731636364',11828,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254731810976',11829,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254733731427',11830,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254733738633',11831,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254734505656',11832,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254738288255',11833,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254742222494',11834,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254745254254',11835,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254748373002',11836,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254763780270',11837,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254768661688',11838,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254790487411',11839,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254790706018',11840,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254792501365',11841,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254792602602',11842,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254792622989',11843,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254798998899',11844,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722972374',11845,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254718229370',11846,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254729940929',11847,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725208863',11848,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('12069660922',11849,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('12143978771',11850,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('13025615845',11851,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('14377885824',11852,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('17046042747',11853,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('17422392650',11854,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254101836384',11855,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254102722964',11856,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254110030292',11857,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254111374797',11858,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254111953261',11859,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254112232512',11860,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254112318576',11861,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254112421524',11862,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254112492690',11863,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254112626771',11864,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254113234144',11865,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254113362506',11866,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254113386097',11867,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254113413967',11868,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254113665845',11869,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254113815796',11870,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254113989382',11871,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254114038488',11872,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254114121434',11873,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254114132676',11874,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254114202923',11875,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254114491100',11876,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254115150757',11877,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254115379145',11878,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254115600035',11879,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254115606088',11880,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254115670388',11881,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254115690990',11882,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254115803631',11883,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254116010023',11884,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254202000121',11885,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254202131222',11886,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254202444414',11887,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700041909',11888,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700106795',11889,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700147812',11890,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700195597',11891,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700239312',11892,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700322829',11893,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700337773',11894,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700389887',11895,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700405636',11896,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700407570',11897,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700416335',11898,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700446551',11899,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700519756',11900,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700557612',11901,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700743494',11902,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700796985',11903,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700882410',11904,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700917574',11905,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254701016811',11906,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254701091317',11907,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254701344449',11908,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254701346327',11909,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254701364186',11910,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254701396155',11911,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254701522968',11912,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254701892825',11913,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254701908731',11914,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254701949984',11915,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702111432',11916,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702115791',11917,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702126007',11918,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702222310',11919,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702457749',11920,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702484549',11921,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702514078',11922,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702520328',11923,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702607470',11924,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702633818',11925,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702639917',11926,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702947573',11927,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702965954',11928,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703119288',11929,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703133443',11930,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703154313',11931,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703232150',11932,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703253026',11933,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703277182',11934,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703365951',11935,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703377878',11936,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703497216',11937,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703647284',11938,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703647319',11939,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703654239',11940,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703757379',11941,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703766689',11942,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703770055',11943,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703807352',11944,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254704081582',11945,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254704117619',11946,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254704168756',11947,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254704293812',11948,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254704441069',11949,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254704562970',11950,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254704817443',11951,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705036720',11952,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705056960',11953,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705460008',11954,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705469424',11955,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705502901',11956,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705601251',11957,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705718025',11958,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705721612',11959,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705741078',11960,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705755396',11961,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705785037',11962,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705836024',11963,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705837881',11964,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705844650',11965,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705882004',11966,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705898136',11967,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705919936',11968,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706034621',11969,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706059249',11970,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706117844',11971,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706123136',11972,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706379929',11973,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706438819',11974,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706557803',11975,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706630566',11976,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706846305',11977,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706861071',11978,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706949349',11979,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706961734',11980,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707063366',11981,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707140904',11982,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707229556',11983,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707242620',11984,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707308038',11985,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707456414',11986,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707458198',11987,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707462882',11988,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707530415',11989,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707543132',11990,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707580660',11991,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707646457',11992,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707662249',11993,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707828319',11994,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707885566',11995,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707969058',11996,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708012434',11997,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708043762',11998,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708072945',11999,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708181781',12000,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708273124',12001,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708306861',12002,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708354302',12003,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708420117',12004,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708433337',12005,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708752465',12006,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708781671',12007,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708811529',12008,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254709746214',12009,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710127370',12010,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710280270',12011,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710401874',12012,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710428446',12013,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710484926',12014,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710573708',12015,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710689321',12016,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710814640',12017,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710828131',12018,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710848286',12019,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710852887',12020,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710904231',12021,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710965167',12022,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710980075',12023,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711133115',12024,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711152062',12025,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711199988',12026,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711279414',12027,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711287135',12028,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711342314',12029,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711494105',12030,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711580335',12031,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711597407',12032,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711602225',12033,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711669787',12034,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711686621',12035,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711759941',12036,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711843859',12037,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711847481',12038,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711854427',12039,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711860722',12040,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711939396',12041,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711956214',12042,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711994393',12043,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254712052810',12044,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254712160286',12045,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254712239748',12046,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254712278294',12047,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254712296457',12048,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254712370075',12049,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254712403291',12050,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254712532004',12051,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254712648593',12052,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254712795308',12053,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254712830738',12054,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713010881',12055,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713054505',12056,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713067141',12057,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713092858',12058,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713149222',12059,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713227238',12060,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713236518',12061,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713271546',12062,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713413312',12063,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713441634',12064,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713595188',12065,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713833516',12066,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713895569',12067,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713931189',12068,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714079848',12069,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714130780',12070,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714206642',12071,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714259073',12072,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714520150',12073,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714663289',12074,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714665206',12075,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714706140',12076,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714730427',12077,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714811413',12078,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714871528',12079,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715156000',12080,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715199219',12081,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715302888',12082,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715409730',12083,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715442489',12084,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715477892',12085,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715514334',12086,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715526752',12087,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715555383',12088,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715574662',12089,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715581378',12090,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715619222',12091,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715738974',12092,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715767676',12093,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715904741',12094,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716067137',12095,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716074155',12096,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716208642',12097,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716214712',12098,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716338977',12099,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716417794',12100,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716514834',12101,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716542343',12102,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716575796',12103,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716807767',12104,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716930397',12105,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716973110',12106,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716976443',12107,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716986935',12108,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717000808',12109,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717106443',12110,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717216298',12111,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717409531',12112,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717511877',12113,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717527225',12114,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717558212',12115,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717580036',12116,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717732964',12117,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717855910',12118,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717873214',12119,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717906930',12120,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254718057231',12121,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254718180425',12122,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254718223408',12123,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254718243535',12124,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254718247344',12125,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254718374757',12126,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254718521211',12127,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254718564594',12128,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254718654324',12129,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254718744388',12130,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254718782488',12131,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254719334501',12132,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254719606104',12133,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254719688079',12134,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254719696958',12135,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254719755185',12136,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720010397',12137,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720048675',12138,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720050211',12139,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720112027',12140,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720143999',12141,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720220583',12142,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720234176',12143,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720250520',12144,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720253645',12145,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720291493',12146,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720299553',12147,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720310021',12148,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720449595',12149,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720511354',12150,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720544171',12151,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720575051',12152,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720629603',12153,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720758104',12154,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720785048',12155,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720788266',12156,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720842178',12157,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720842415',12158,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720867471',12159,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720923933',12160,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721140771',12161,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721173454',12162,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721207271',12163,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721302640',12164,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721326948',12165,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721331961',12166,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721396569',12167,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721408808',12168,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721502251',12169,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721519040',12170,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721521285',12171,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721548378',12172,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721564977',12173,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721588666',12174,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721620320',12175,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721632516',12176,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721713504',12177,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721717575',12178,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721725710',12179,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721752396',12180,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721776757',12181,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721816797',12182,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721844008',12183,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721864169',12184,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721908182',12185,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721935704',12186,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721974221',12187,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722112116',12188,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722142542',12189,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722164523',12190,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722172052',12191,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722207277',12192,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722227404',12193,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722262459',12194,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722263634',12195,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722294756',12196,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722300290',12197,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722318571',12198,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722326078',12199,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722346126',12200,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722355107',12201,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722356734',12202,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722363005',12203,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722385371',12204,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722424136',12205,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722427144',12206,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722443590',12207,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722445743',12208,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722445815',12209,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722445906',12210,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722446258',12211,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722447358',12212,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722474887',12213,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722483165',12214,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722513082',12215,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722567388',12216,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722570018',12217,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722570363',12218,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722573792',12219,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722587390',12220,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722621770',12221,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722624722',12222,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722625719',12223,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722639674',12224,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722648149',12225,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722656142',12226,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722657719',12227,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722659307',12228,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722685278',12229,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722709727',12230,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722713918',12231,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722721081',12232,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722733369',12233,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722736620',12234,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722737766',12235,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722744746',12236,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722755873',12237,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722759471',12238,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722768403',12239,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722769866',12240,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722782787',12241,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722831145',12242,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722833714',12243,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722859297',12244,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722877364',12245,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722892232',12246,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722903609',12247,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722906672',12248,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722959077',12249,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722967544',12250,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722970797',12251,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722974623',12252,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722985420',12253,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723243468',12254,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723285609',12255,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723293523',12256,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723326062',12257,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723394544',12258,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723423129',12259,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723428105',12260,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723428592',12261,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723438710',12262,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723440211',12263,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723452807',12264,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723460538',12265,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723558917',12266,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723565990',12267,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723570600',12268,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723584566',12269,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723644899',12270,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723702535',12271,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723719170',12272,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723720165',12273,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723807641',12274,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723837685',12275,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723855561',12276,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723889371',12277,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723930152',12278,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723987628',12279,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723990253',12280,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723993906',12281,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724225178',12282,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724262118',12283,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724411109',12284,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724425593',12285,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724557022',12286,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724600270',12287,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724604760',12288,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724634264',12289,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724659789',12290,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724677950',12291,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724748574',12292,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724796354',12293,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724840340',12294,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724912790',12295,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724926871',12296,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724963075',12297,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724968648',12298,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724990079',12299,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724994619',12300,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724998160',12301,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725101023',12302,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725118797',12303,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725171639',12304,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725226049',12305,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725322321',12306,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725322370',12307,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725363575',12308,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725373379',12309,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725440457',12310,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725527085',12311,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725569417',12312,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725604005',12313,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725613025',12314,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725670896',12315,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725680764',12316,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725701488',12317,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725791154',12318,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725877213',12319,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725882347',12320,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725907091',12321,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725971480',12322,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726009967',12323,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722164143',12324,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713751628',12325,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725684352',12326,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('12022360721',12327,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('14044579207',12328,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('14165618956',12329,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('18082278587',12330,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('23770921225',12331,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('243821731725',12332,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254112262286',12333,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254112495829',12334,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254112828008',12335,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254114904060',12336,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700071299',12337,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700157013',12338,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700215716',12339,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700320250',12340,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700325279',12341,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700396433',12342,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700642585',12343,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700782290',12344,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254701001825',12345,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254701076191',12346,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254701259286',12347,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254701353564',12348,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254701368027',12349,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254701449745',12350,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254701765202',12351,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254701884939',12352,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702050729',12353,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702091614',12354,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702110238',12355,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702170771',12356,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702283632',12357,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702335355',12358,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702424373',12359,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702515179',12360,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702519896',12361,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702543333',12362,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702575077',12363,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702745547',12364,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702789448',12365,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702914261',12366,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703129063',12367,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703161464',12368,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703245005',12369,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703523563',12370,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703603090',12371,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703674310',12372,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703827300',12373,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254704113882',12374,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254704178718',12375,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254704188542',12376,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254704199949',12377,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254704555140',12378,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254704887058',12379,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705008574',12380,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705364917',12381,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705496847',12382,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705705712',12383,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705860946',12384,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705991764',12385,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706108964',12386,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706261613',12387,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706323545',12388,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706431653',12389,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706442350',12390,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706444433',12391,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706511784',12392,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706512160',12393,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706814659',12394,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706930090',12395,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707153271',12396,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707228444',12397,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707249001',12398,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707323385',12399,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707368964',12400,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707684255',12401,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707711025',12402,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707789818',12403,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707961580',12404,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707986137',12405,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708011307',12406,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708247513',12407,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708279193',12408,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708488525',12409,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708622270',12410,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708634484',12411,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708790038',12412,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708859298',12413,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710104496',12414,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710292920',12415,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710460471',12416,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710628361',12417,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710700029',12418,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710708307',12419,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710796665',12420,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710848999',12421,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710927065',12422,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710952069',12423,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710965167',12424,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710988489',12425,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711493857',12426,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711608351',12427,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711708768',12428,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711929913',12429,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254712039401',12430,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254712131416',12431,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254712275836',12432,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254712788503',12433,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254712859430',12434,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713026892',12435,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713234768',12436,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713236556',12437,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713347699',12438,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713550601',12439,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713600522',12440,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713648692',12441,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713654443',12442,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713744313',12443,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713793341',12444,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713800029',12445,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713813856',12446,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713942460',12447,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713946402',12448,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714128949',12449,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714350016',12450,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714393983',12451,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714831300',12452,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714965820',12453,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714990505',12454,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715215506',12455,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715261566',12456,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715322902',12457,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715500882',12458,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715562813',12459,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715647215',12460,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715700729',12461,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715784945',12462,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715819185',12463,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716125380',12464,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716155979',12465,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716216071',12466,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716217111',12467,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716273525',12468,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716307580',12469,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716380802',12470,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716386422',12471,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716444802',12472,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716705452',12473,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716791306',12474,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716870557',12475,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716971566',12476,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717056300',12477,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717306501',12478,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717329681',12479,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717333317',12480,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717408069',12481,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717533063',12482,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717550446',12483,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717758520',12484,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717761721',12485,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254718207981',12486,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254718225942',12487,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254718390767',12488,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254718492771',12489,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254718501426',12490,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254718521896',12491,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254718607008',12492,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254719355445',12493,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254719412194',12494,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254719419660',12495,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254719615811',12496,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254719763898',12497,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720009719',12498,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720009730',12499,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720029036',12500,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720070136',12501,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720249249',12502,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720322551',12503,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720325674',12504,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720327418',12505,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720338745',12506,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720355951',12507,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720443791',12508,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720465538',12509,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720465851',12510,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720493249',12511,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720500675',12512,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720504267',12513,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720576696',12514,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720588016',12515,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720617944',12516,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720619169',12517,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720626938',12518,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720665353',12519,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720668037',12520,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720702117',12521,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720777452',12522,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720785983',12523,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720798961',12524,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720852195',12525,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720854064',12526,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720895802',12527,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720930417',12528,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720943750',12529,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721100820',12530,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721175401',12531,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721227619',12532,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721257821',12533,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721277278',12534,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721277837',12535,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721284626',12536,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721284956',12537,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721293965',12538,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721332662',12539,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721350397',12540,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721351744',12541,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721370872',12542,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721402538',12543,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721465969',12544,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721471516',12545,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721476607',12546,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721505882',12547,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721550170',12548,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721562322',12549,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721566877',12550,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721584157',12551,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721584891',12552,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721586360',12553,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721599415',12554,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721633513',12555,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721661936',12556,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721666705',12557,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721669367',12558,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721688257',12559,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721710242',12560,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721764324',12561,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721783252',12562,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721811645',12563,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721846169',12564,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721852479',12565,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721869572',12566,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721881166',12567,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721887592',12568,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721888870',12569,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721900005',12570,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721915242',12571,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721921846',12572,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721930763',12573,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721942182',12574,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721947591',12575,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721982636',12576,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722110452',12577,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722126213',12578,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722207703',12579,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722212617',12580,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722229885',12581,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722235477',12582,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722235676',12583,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722242557',12584,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722245816',12585,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722258217',12586,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722272459',12587,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722272695',12588,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722293580',12589,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722298659',12590,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722314462',12591,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722353777',12592,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722365857',12593,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722390614',12594,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722392396',12595,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722410375',12596,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722410413',12597,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722411129',12598,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722446990',12599,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722456621',12600,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722466778',12601,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722515022',12602,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722519050',12603,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722521366',12604,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722526079',12605,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722590959',12606,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722600653',12607,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722605040',12608,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722619785',12609,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722620661',12610,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722638365',12611,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722641615',12612,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722659192',12613,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722670781',12614,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722700602',12615,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722703471',12616,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722711396',12617,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722713654',12618,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722717274',12619,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722720715',12620,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722736645',12621,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722744289',12622,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722744541',12623,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722744746',12624,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722748072',12625,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722752059',12626,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722762047',12627,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722762992',12628,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722782542',12629,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722790168',12630,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722791703',12631,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722793912',12632,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722799946',12633,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722802443',12634,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722810210',12635,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722813316',12636,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722820272',12637,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722828913',12638,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722844137',12639,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722848910',12640,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722858846',12641,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722874203',12642,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722892288',12643,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722916464',12644,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722958463',12645,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722966570',12646,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722982243',12647,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722995806',12648,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722998239',12649,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723171134',12650,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723267940',12651,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723296272',12652,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723297838',12653,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723364444',12654,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723404252',12655,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723414099',12656,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723509057',12657,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723517403',12658,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723558282',12659,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723586529',12660,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723601930',12661,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723619811',12662,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723689314',12663,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723706249',12664,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723732165',12665,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723783312',12666,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723805048',12667,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723901574',12668,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723903254',12669,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724035693',12670,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724058172',12671,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724059669',12672,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724077237',12673,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724082500',12674,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724137605',12675,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724157934',12676,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724167101',12677,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724224670',12678,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724227048',12679,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724237901',12680,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724257300',12681,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724276521',12682,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724308444',12683,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724321409',12684,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724329258',12685,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724367711',12686,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724381776',12687,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724390819',12688,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724453246',12689,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724475292',12690,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724561000',12691,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724574041',12692,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724638793',12693,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724649219',12694,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724669294',12695,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724702250',12696,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724739000',12697,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724742969',12698,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724744284',12699,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724769645',12700,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724819468',12701,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724841300',12702,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724906292',12703,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724918451',12704,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724937049',12705,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725055213',12706,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725232988',12707,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725251945',12708,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725260732',12709,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725338839',12710,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725362266',12711,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725371553',12712,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725372113',12713,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725517742',12714,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725532463',12715,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725554538',12716,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725611100',12717,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725821356',12718,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725848028',12719,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725936171',12720,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725940900',12721,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726080900',12722,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726123718',12723,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726160009',12724,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726205140',12725,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726225039',12726,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726228629',12727,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726342852',12728,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726350009',12729,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726400240',12730,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726434779',12731,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726546548',12732,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726644962',12733,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726811233',12734,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726838978',12735,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726908267',12736,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726926848',12737,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254727021491',12738,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254727051805',12739,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254727092771',12740,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254727117866',12741,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254727123167',12742,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254727223054',12743,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254727277963',12744,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254727552814',12745,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254727667224',12746,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254727762023',12747,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254727822530',12748,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254727870382',12749,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254727877473',12750,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254727980774',12751,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728009528',12752,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728020282',12753,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728027537',12754,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728078112',12755,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728081194',12756,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728088938',12757,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728094151',12758,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728169506',12759,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728208419',12760,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728217406',12761,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728245824',12762,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728298084',12763,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728322210',12764,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728333898',12765,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728362386',12766,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728397729',12767,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728512940',12768,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728649883',12769,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728697328',12770,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728756370',12771,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728785893',12772,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728915725',12773,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728996391',12774,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254729000520',12775,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254729027734',12776,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254729232238',12777,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254729275042',12778,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254729312130',12779,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254729353738',12780,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254729410906',12781,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254729414702',12782,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254729437811',12783,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254729555804',12784,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254729579140',12785,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254729706770',12786,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254729762385',12787,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254729770780',12788,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254729847023',12789,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254729922129',12790,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254731104499',12791,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254733377701',12792,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254733400380',12793,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254733466067',12794,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254733603494',12795,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254733739944',12796,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254733776310',12797,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254733799640',12798,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254733832441',12799,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254734619342',12800,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254734792133',12801,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254734986225',12802,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254735125854',12803,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254735333005',12804,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254736884488',12805,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254737739283',12806,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254738337969',12807,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254739189518',12808,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254741698970',12809,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254741854386',12810,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254742802444',12811,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254743634866',12812,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254743770901',12813,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254745701768',12814,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254746038410',12815,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254746093545',12816,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254746585296',12817,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254751999255',12818,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254752519281',12819,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720367750',12820,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728093773',12821,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254731625172',12822,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723327996',12823,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710627864',12824,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254791192558',12825,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254704864424',12826,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723395474',12827,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702157671',12828,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721331921',12829,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254105021258',12830,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254115873388',12831,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700185185',12832,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700216154',12833,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700222536',12834,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254700428137',12835,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254701386827',12836,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254701709425',12837,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254701815123',12838,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254702930577',12839,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254703946705',12840,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254704029190',12841,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254704135100',12842,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254704679619',12843,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254704984522',12844,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254705551735',12845,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706072833',12846,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706252556',12847,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254706754751',12848,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707585938',12849,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254707654012',12850,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708096699',12851,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708131769',12852,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254708881022',12853,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254710308396',12854,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711179581',12855,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711325313',12856,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711743497',12857,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711787681',12858,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254711852596',12859,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254712225778',12860,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254712309693',12861,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254712618287',12862,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254712698205',12863,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713184822',12864,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713616560',12865,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713844478',12866,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254713989347',12867,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714033836',12868,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714243081',12869,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714294153',12870,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714332196',12871,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714575000',12872,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714584275',12873,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254714724618',12874,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715269825',12875,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715308460',12876,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715659191',12877,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254715779368',12878,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716300485',12879,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716516287',12880,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254716851401',12881,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717554722',12882,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254717653783',12883,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254718258292',12884,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254719357087',12885,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254719511864',12886,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254719829932',12887,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720095082',12888,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720135801',12889,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720136900',12890,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720320555',12891,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720352617',12892,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720433995',12893,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720440023',12894,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720484260',12895,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720523278',12896,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720530335',12897,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720574699',12898,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720574935',12899,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720806581',12900,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720831242',12901,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720842254',12902,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720846865',12903,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720878485',12904,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720888150',12905,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720922627',12906,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720970323',12907,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254720981386',12908,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721234380',12909,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721241246',12910,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721322815',12911,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721324255',12912,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721341021',12913,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721461131',12914,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721496502',12915,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721588920',12916,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721595544',12917,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721600301',12918,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721910015',12919,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721955977',12920,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254721969140',12921,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722101415',12922,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722103359',12923,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722111400',12924,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722121568',12925,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722152233',12926,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722211483',12927,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722294416',12928,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722371590',12929,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722381141',12930,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722392713',12931,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722532885',12932,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722801114',12933,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722811583',12934,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722841534',12935,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722841832',12936,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254722895907',12937,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723287807',12938,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723460408',12939,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723665112',12940,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723805177',12941,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723837038',12942,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723849608',12943,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723921461',12944,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724042979',12945,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724055157',12946,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724217379',12947,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724270732',12948,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724405757',12949,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724444768',12950,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724508800',12951,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724533321',12952,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724708491',12953,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724712566',12954,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724829025',12955,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254724831773',12956,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725055404',12957,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725273015',12958,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725404397',12959,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725691344',12960,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725738131',12961,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725746664',12962,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725809989',12963,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725860797',12964,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725903722',12965,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254725984994',12966,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726078437',12967,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726121495',12968,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726133485',12969,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726208341',12970,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726274745',12971,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726304882',12972,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726378317',12973,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726473123',12974,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726625039',12975,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726755636',12976,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726777497',12977,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726818643',12978,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726935254',12979,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726944675',12980,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254726986178',12981,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254727071561',12982,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254727327716',12983,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728171835',12984,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728215630',12985,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728236733',12986,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728262065',12987,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728274698',12988,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728281507',12989,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728572241',12990,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728610916',12991,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728651216',12992,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254728849793',12993,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254729509069',12994,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254729662789',12995,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254729740892',12996,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254729965303',12997,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254729994521',12998,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254731721155',12999,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254732545556',13000,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254733398951',13001,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254733598725',13002,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254733794226',13003,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254733992200',13004,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254738053800',13005,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254741028305',13006,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254741084712',13007,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254746532319',13008,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254748114447',13009,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254753409129',13010,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254759100735',13011,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254765755179',13012,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254770576103',13013,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254773536139',13014,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254782200293',13015,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254791180437',13016,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254795204555',13017,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254795323615',13018,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254799660540',13019,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('971551137075',13020,'','','2025-06-01 12:37:47pm','active','','','','','KES',''),('254723538997',13021,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254714880173',13022,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725354888',13023,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254111745467',13024,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254114639179',13025,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254115779172',13026,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254701220455',13027,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254701673090',13028,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254702223659',13029,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254702716719',13030,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254703139723',13031,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254704210622',13032,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254705389898',13033,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254705456776',13034,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254705709767',13035,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254705838117',13036,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254707684319',13037,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254708100772',13038,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254708186650',13039,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254708964203',13040,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710426520',13041,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710440433',13042,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710700029',13043,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710837125',13044,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254711172806',13045,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254711740603',13046,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254711769128',13047,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712161342',13048,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712263263',13049,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712990765',13050,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254714850749',13051,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254715043147',13052,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254715124065',13053,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254715618093',13054,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254716291592',13055,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254717868961',13056,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254717912170',13057,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254718222011',13058,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254718772310',13059,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254719508832',13060,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254719609559',13061,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720159712',13062,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720341352',13063,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720402710',13064,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720408661',13065,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720640464',13066,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720828474',13067,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721307353',13068,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721355142',13069,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721515559',13070,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721677126',13071,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721690208',13072,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721757075',13073,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721829717',13074,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721836702',13075,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721904833',13076,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722104348',13077,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722123400',13078,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722160323',13079,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722210046',13080,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722275288',13081,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722390875',13082,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722419572',13083,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722463866',13084,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722471929',13085,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722516565',13086,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722542242',13087,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722593867',13088,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722785492',13089,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722807749',13090,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722817031',13091,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722833673',13092,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722851987',13093,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722940667',13094,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723144865',13095,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723434232',13096,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723437636',13097,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723491954',13098,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723571154',13099,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723793899',13100,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723828616',13101,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724039344',13102,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724123539',13103,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724314244',13104,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724894516',13105,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725295633',13106,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725452423',13107,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725465407',13108,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725572680',13109,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725636877',13110,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726884153',13111,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727200910',13112,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727324149',13113,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727372836',13114,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727796048',13115,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727998158',13116,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728095821',13117,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728695747',13118,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728709147',13119,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254729200284',13120,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254729366445',13121,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254735475476',13122,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254737311720',13123,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254741167976',13124,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254741454395',13125,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254741936053',13126,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254742238555',13127,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254742713390',13128,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254745056973',13129,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254745822328',13130,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254745873783',13131,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254748202022',13132,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254748882999',13133,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254757309126',13134,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254758074600',13135,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254758911733',13136,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254768598061',13137,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254768669287',13138,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254769249900',13139,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254769498851',13140,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254777999001',13141,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254783492929',13142,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254790554354',13143,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254791359251',13144,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254792552002',13145,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254792793432',13146,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254794703583',13147,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254795913684',13148,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254796278350',13149,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254796284831',13150,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254796383340',13151,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254796844874',13152,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254797540379',13153,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254797552506',13154,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254798361926',13155,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('61469766079',13156,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254795386440',13157,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723538997',13158,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254714880173',13159,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725354888',13160,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254111745467',13161,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254114639179',13162,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254115779172',13163,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254701220455',13164,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254701673090',13165,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254702223659',13166,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254702716719',13167,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254703139723',13168,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254704210622',13169,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254705389898',13170,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254705456776',13171,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254705709767',13172,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254705838117',13173,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254707684319',13174,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254708100772',13175,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254708186650',13176,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254708964203',13177,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710426520',13178,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710440433',13179,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710700029',13180,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710837125',13181,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254711172806',13182,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254711740603',13183,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254711769128',13184,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712161342',13185,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712263263',13186,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712990765',13187,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254714850749',13188,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254715043147',13189,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254715124065',13190,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254715618093',13191,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254716291592',13192,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254717868961',13193,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254717912170',13194,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254718222011',13195,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254718772310',13196,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254719508832',13197,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254719609559',13198,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720159712',13199,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720341352',13200,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720402710',13201,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720408661',13202,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720640464',13203,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720828474',13204,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721307353',13205,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721355142',13206,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721515559',13207,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721677126',13208,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721690208',13209,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721757075',13210,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721829717',13211,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721836702',13212,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721904833',13213,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722104348',13214,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722123400',13215,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722160323',13216,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722210046',13217,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722275288',13218,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722390875',13219,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722419572',13220,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722463866',13221,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722471929',13222,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722516565',13223,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722542242',13224,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722593867',13225,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722785492',13226,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722807749',13227,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722817031',13228,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722833673',13229,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722851987',13230,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722940667',13231,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723144865',13232,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723434232',13233,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723437636',13234,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723491954',13235,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723571154',13236,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723793899',13237,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723828616',13238,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724039344',13239,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724123539',13240,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724314244',13241,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724894516',13242,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725295633',13243,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725452423',13244,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725465407',13245,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725572680',13246,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725636877',13247,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726884153',13248,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727200910',13249,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727324149',13250,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727372836',13251,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727796048',13252,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727998158',13253,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728095821',13254,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728695747',13255,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728709147',13256,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254729200284',13257,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254729366445',13258,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254735475476',13259,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254737311720',13260,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254741167976',13261,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254741454395',13262,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254741936053',13263,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254742238555',13264,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254742713390',13265,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254745056973',13266,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254745822328',13267,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254745873783',13268,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254748202022',13269,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254748882999',13270,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254757309126',13271,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254758074600',13272,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254758911733',13273,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254768598061',13274,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254768669287',13275,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254769249900',13276,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254769498851',13277,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254777999001',13278,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254783492929',13279,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254790554354',13280,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254791359251',13281,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254792552002',13282,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254792793432',13283,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254794703583',13284,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254795913684',13285,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254796278350',13286,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254796284831',13287,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254796383340',13288,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254796844874',13289,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254797540379',13290,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254797552506',13291,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254798361926',13292,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('61469766079',13293,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721326398',13294,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254701931532',13295,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723995085',13296,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722643656',13297,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254790207997',13298,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720614355',13299,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722493406',13300,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254715370463',13301,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722763277',13302,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254711150153',13303,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721859560',13304,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710740214',13305,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254112770215',13306,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254719861563',13307,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254707163341',13308,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722949998',13309,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254106792202',13310,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254112070791',13311,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254112738039',13312,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254702220927',13313,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254702521107',13314,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254702909862',13315,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254703100200',13316,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254703738241',13317,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254703859906',13318,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254704141009',13319,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254704338109',13320,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254704522533',13321,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254705164961',13322,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254705876730',13323,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254706343705',13324,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254706633598',13325,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254707179914',13326,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254707664406',13327,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254707875169',13328,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254707957496',13329,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254708821979',13330,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254708836517',13331,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710199317',13332,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710259831',13333,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710265315',13334,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710326157',13335,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710836837',13336,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254711187935',13337,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254711642441',13338,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254711785203',13339,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712214853',13340,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712401842',13341,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712540948',13342,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712678251',13343,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712695186',13344,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712731682',13345,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712801036',13346,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712863145',13347,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254713639205',13348,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254713980282',13349,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254714362526',13350,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254714572290',13351,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254714574695',13352,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254714680078',13353,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254714870233',13354,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254715220761',13355,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254715460379',13356,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254715801408',13357,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254716257048',13358,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254716437463',13359,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254716727006',13360,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254717329654',13361,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254717433810',13362,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254717612022',13363,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254717873214',13364,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254718182845',13365,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254718443860',13366,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254718589092',13367,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254718906297',13368,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254719110350',13369,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254719768829',13370,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720075939',13371,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720130762',13372,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720139463',13373,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720267516',13374,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720705215',13375,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720805835',13376,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720918943',13377,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721169441',13378,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721256187',13379,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721257733',13380,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721258982',13381,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721291723',13382,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721401836',13383,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721432387',13384,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721486584',13385,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721512345',13386,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721566616',13387,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721610650',13388,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721717722',13389,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721733090',13390,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721825914',13391,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722137400',13392,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722296417',13393,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722332072',13394,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722372439',13395,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722408793',13396,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722428165',13397,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722595080',13398,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722639314',13399,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722645102',13400,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722653947',13401,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722663133',13402,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722687084',13403,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722738922',13404,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722883408',13405,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722893058',13406,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722950574',13407,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722972657',13408,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722983198',13409,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723025068',13410,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723286250',13411,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723400442',13412,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723436247',13413,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723514122',13414,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723590011',13415,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723590502',13416,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723598679',13417,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723667517',13418,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723972418',13419,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724014388',13420,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724355705',13421,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724392967',13422,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724465348',13423,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724632979',13424,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724917820',13425,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724963624',13426,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725250920',13427,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725430318',13428,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725965158',13429,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726127308',13430,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726224659',13431,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726486311',13432,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726616994',13433,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726667497',13434,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726761075',13435,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726793940',13436,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727167937',13437,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727404440',13438,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727711744',13439,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728334107',13440,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728442251',13441,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728510885',13442,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728616422',13443,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254729481768',13444,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254729663284',13445,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254729736585',13446,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254729987140',13447,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254735123233',13448,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254738100200',13449,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254741266845',13450,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254745589201',13451,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254746460036',13452,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254757283597',13453,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254768404875',13454,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254769124444',13455,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254769866752',13456,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254786533339',13457,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254787750698',13458,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254790263436',13459,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254790617201',13460,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254792171596',13461,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254793251627',13462,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254796217808',13463,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254797766753',13464,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254798207757',13465,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('256776639854',13466,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254733624396',13467,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722640414',13468,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721412264',13469,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722919276',13470,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720767190',13471,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254758801741',13472,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722643656',13473,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722814750',13474,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720614355',13475,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254729461169',13476,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726991834',13477,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722743218',13478,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727904040',13479,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725684352',13480,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724539953',13481,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725859185',13482,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720797524',13483,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254706531277',13484,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720868272',13485,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254700360906',13486,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254733630932',13487,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722868026',13488,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254713865361',13489,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('12147797010',13490,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254108618701',13491,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254111491882',13492,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254111547763',13493,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254114363886',13494,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254114725665',13495,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254115745935',13496,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254700001895',13497,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254700185762',13498,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254700522110',13499,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254700574602',13500,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254700803922',13501,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254700885680',13502,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254701104128',13503,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254701114047',13504,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254701145421',13505,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254701167122',13506,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254701368027',13507,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254701424617',13508,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254702097947',13509,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254702397507',13510,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254702483500',13511,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254702592052',13512,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254702751915',13513,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254702772546',13514,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254702826777',13515,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254703180345',13516,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254703265895',13517,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254703453491',13518,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254703478468',13519,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254703819144',13520,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254703996203',13521,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254704119891',13522,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254704658629',13523,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254704701482',13524,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254705234733',13525,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254705255888',13526,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254705788184',13527,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254705798117',13528,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254706362096',13529,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254706813520',13530,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254707030022',13531,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254707139470',13532,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254707179914',13533,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254707727252',13534,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254707951150',13535,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254708237474',13536,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254708249079',13537,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254708292295',13538,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254708332272',13539,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710188660',13540,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710193736',13541,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710308273',13542,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710344054',13543,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710509493',13544,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710609378',13545,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710817054',13546,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710931640',13547,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254711184924',13548,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254711188954',13549,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254711463671',13550,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254711662522',13551,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712151331',13552,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712167747',13553,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712507508',13554,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712591291',13555,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712678251',13556,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254713541258',13557,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254713639205',13558,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254713659922',13559,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254713970000',13560,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254714067485',13561,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254714145219',13562,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254714166261',13563,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254714213450',13564,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254714722430',13565,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254714902520',13566,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254715202844',13567,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254715330181',13568,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254715442505',13569,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254715724401',13570,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254715820126',13571,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254715947213',13572,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254716022770',13573,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254716137589',13574,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254716288189',13575,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254716422298',13576,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254716855116',13577,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254716856040',13578,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254717329654',13579,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254717391049',13580,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254717456520',13581,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254717651508',13582,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254717800043',13583,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254717953469',13584,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254718150173',13585,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254718242850',13586,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254718243232',13587,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254718391513',13588,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254718794643',13589,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254719260833',13590,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254719412770',13591,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254719417784',13592,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254719450595',13593,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254719820564',13594,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720132574',13595,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720143051',13596,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720171279',13597,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720215817',13598,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720252612',13599,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720284508',13600,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720386386',13601,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720406244',13602,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720413618',13603,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720416364',13604,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720449947',13605,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720458279',13606,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720468108',13607,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720479022',13608,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720565637',13609,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720570634',13610,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720578984',13611,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720615747',13612,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720697814',13613,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720703406',13614,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720740547',13615,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720777669',13616,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720807961',13617,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720832072',13618,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720869408',13619,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720874790',13620,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720946738',13621,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720964122',13622,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720976200',13623,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721171768',13624,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721216366',13625,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721245564',13626,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721260257',13627,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721261527',13628,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721283021',13629,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721283931',13630,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721310506',13631,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721311444',13632,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721330559',13633,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721340835',13634,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721367495',13635,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721390696',13636,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721413480',13637,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721414471',13638,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721427763',13639,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721460233',13640,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721486584',13641,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721495764',13642,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721510452',13643,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721528553',13644,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721532345',13645,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721594941',13646,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721601467',13647,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721617365',13648,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721628083',13649,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721650197',13650,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721662772',13651,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721678908',13652,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721688339',13653,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721744660',13654,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721755986',13655,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721800889',13656,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721802592',13657,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721846267',13658,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721872981',13659,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721888208',13660,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721926360',13661,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721929274',13662,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721997694',13663,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722105899',13664,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722109845',13665,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722137400',13666,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722175341',13667,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722229848',13668,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722231888',13669,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722247839',13670,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722286455',13671,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722286554',13672,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722300086',13673,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722316241',13674,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722316293',13675,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722318811',13676,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722319653',13677,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722326959',13678,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722342913',13679,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722349432',13680,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722353231',13681,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722373384',13682,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722437299',13683,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722442736',13684,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722461536',13685,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722469383',13686,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722491822',13687,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722498478',13688,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722507403',13689,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722524791',13690,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722540851',13691,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722542500',13692,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722547187',13693,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722582119',13694,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722589359',13695,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722590908',13696,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722600381',13697,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722627256',13698,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722643871',13699,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722649302',13700,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722649967',13701,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722654513',13702,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722661177',13703,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722663133',13704,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722671326',13705,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722673344',13706,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722701340',13707,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722705294',13708,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722721525',13709,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722724034',13710,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722738194',13711,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722738833',13712,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722743060',13713,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722749609',13714,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722749792',13715,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722760790',13716,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722766331',13717,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722782205',13718,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722785561',13719,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722811460',13720,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722815109',13721,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722817031',13722,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722817818',13723,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722819233',13724,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722822632',13725,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722832830',13726,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722838338',13727,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722838668',13728,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722855021',13729,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722856940',13730,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722859144',13731,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722881463',13732,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722882735',13733,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722883424',13734,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722894437',13735,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722895515',13736,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722898348',13737,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722905067',13738,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722921281',13739,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722958385',13740,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722967126',13741,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722979081',13742,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722985229',13743,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722990343',13744,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722994883',13745,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723027012',13746,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723155688',13747,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723230000',13748,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723308658',13749,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723357523',13750,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723391500',13751,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723414012',13752,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723430295',13753,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723469671',13754,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723479632',13755,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723624727',13756,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723701228',13757,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723701283',13758,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723703705',13759,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723773634',13760,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723793743',13761,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723842519',13762,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723869112',13763,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723943956',13764,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724024047',13765,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724219658',13766,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724236711',13767,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724279782',13768,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724344449',13769,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724381048',13770,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724434426',13771,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724555588',13772,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724600629',13773,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724603912',13774,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724844400',13775,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724878642',13776,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724893642',13777,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724934968',13778,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725098108',13779,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725210181',13780,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725223858',13781,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725247714',13782,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725315775',13783,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725432126',13784,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725450967',13785,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725695006',13786,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725728414',13787,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725771373',13788,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725791878',13789,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725820389',13790,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725885888',13791,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725944366',13792,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725946988',13793,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726121382',13794,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726122350',13795,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726273445',13796,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726315744',13797,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726346242',13798,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726346611',13799,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726411893',13800,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726419149',13801,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726472460',13802,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726529781',13803,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726842115',13804,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726899000',13805,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727015165',13806,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727143313',13807,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727256576',13808,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727435950',13809,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727449016',13810,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727639047',13811,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727758051',13812,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727816377',13813,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727821487',13814,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727843054',13815,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727976661',13816,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727976905',13817,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728020284',13818,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728109807',13819,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728116434',13820,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728477948',13821,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728485727',13822,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728537301',13823,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728600576',13824,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728706534',13825,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728740550',13826,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728749163',13827,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728765687',13828,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728934855',13829,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728961607',13830,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728968601',13831,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728968693',13832,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728970335',13833,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728999657',13834,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254729009764',13835,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254729031645',13836,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254729481318',13837,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254729543388',13838,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254729793959',13839,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254731924401',13840,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254732535475',13841,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254733313006',13842,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254733349529',13843,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254733596952',13844,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254733669970',13845,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254733708103',13846,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254733797452',13847,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254733846283',13848,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254733932399',13849,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254734824005',13850,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254736075153',13851,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254736293880',13852,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254736455672',13853,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254738404290',13854,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254738985059',13855,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254739422458',13856,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254739731919',13857,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254741095373',13858,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254741266845',13859,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254741440412',13860,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254741991735',13861,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254742235756',13862,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254742689229',13863,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254742713390',13864,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254742939896',13865,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254743424242',13866,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254745541077',13867,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254745703737',13868,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254745980490',13869,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254746786789',13870,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254753912236',13871,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254754749896',13872,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254755612520',13873,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254757627102',13874,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254768007039',13875,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254769984685',13876,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254770854855',13877,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254771515344',13878,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254772333335',13879,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254780047123',13880,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254780272709',13881,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254780322751',13882,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254782356484',13883,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254783527310',13884,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254785176017',13885,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254789767636',13886,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254790249632',13887,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254790354837',13888,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254790677645',13889,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254791274126',13890,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254791991591',13891,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254792718309',13892,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254793628595',13893,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254794099860',13894,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254794121416',13895,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254797395850',13896,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254797628541',13897,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254798105114',13898,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254798403062',13899,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254798854813',13900,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254799440545',13901,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('61422105344',13902,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('61434672436',13903,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('971503393216',13904,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('97431044352',13905,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254769410813',13906,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722318801',13907,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254708295231',13908,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254748223052',13909,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('211916720992',13910,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254111202725',13911,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254114232661',13912,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254700198596',13913,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254700351354',13914,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254700710632',13915,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254701150425',13916,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254701202630',13917,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254701676917',13918,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254701827291',13919,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254702178574',13920,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254702366721',13921,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254702368286',13922,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254702574114',13923,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254702968903',13924,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254703161180',13925,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254703185448',13926,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254703354502',13927,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254703377543',13928,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254703384646',13929,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254703779242',13930,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254703795388',13931,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254703873156',13932,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254704106973',13933,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254704386731',13934,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254704481157',13935,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254704596018',13936,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254704621388',13937,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254704677199',13938,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254704989893',13939,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254705818977',13940,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254706010934',13941,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254706114518',13942,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254706205977',13943,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254706275606',13944,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254706432785',13945,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254706444867',13946,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254706721097',13947,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254707149137',13948,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254707171797',13949,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254707212009',13950,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254707239850',13951,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254707390708',13952,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254707674649',13953,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254708030005',13954,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254708236722',13955,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254708479447',13956,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710122472',13957,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710239736',13958,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710577738',13959,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710738284',13960,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710777753',13961,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710799855',13962,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710800180',13963,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254710962199',13964,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254711161490',13965,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254711183046',13966,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254711348938',13967,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254711393113',13968,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254711591692',13969,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254711757935',13970,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712216022',13971,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712255538',13972,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712256855',13973,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712383779',13974,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712392995',13975,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254712997774',13976,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254713331331',13977,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254713514660',13978,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254713539902',13979,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254713688163',13980,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254713772247',13981,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254713974229',13982,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254714548965',13983,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254714670825',13984,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254714774445',13985,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254714810627',13986,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254715122162',13987,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254715215812',13988,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254715409525',13989,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254715700962',13990,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254715850853',13991,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254716437463',13992,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254716611640',13993,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254716953874',13994,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254716968175',13995,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254717190045',13996,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254717265609',13997,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254717272005',13998,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254717465372',13999,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254717477482',14000,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254717537865',14001,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254717981751',14002,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254718072956',14003,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254718362892',14004,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254718731408',14005,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254719110350',14006,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254719257007',14007,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254719428961',14008,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254719435219',14009,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254719524009',14010,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254719607755',14011,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254719608842',14012,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720031010',14013,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720164393',14014,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720284153',14015,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720320296',14016,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720386278',14017,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720553852',14018,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720681106',14019,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720784031',14020,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720867683',14021,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720927238',14022,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720929141',14023,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720938269',14024,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254720978631',14025,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721267476',14026,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721414016',14027,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721419485',14028,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721499186',14029,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721539443',14030,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721546651',14031,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721685035',14032,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721724000',14033,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721782884',14034,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721822591',14035,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721845613',14036,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721845728',14037,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721895221',14038,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721897243',14039,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721944127',14040,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254721995222',14041,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722136185',14042,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722142475',14043,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722209191',14044,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722227455',14045,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722236522',14046,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722251595',14047,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722273306',14048,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722273741',14049,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722347568',14050,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722350241',14051,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722351981',14052,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722412960',14053,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722477021',14054,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722521473',14055,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722528378',14056,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722566341',14057,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722568096',14058,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722577642',14059,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722585551',14060,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722648719',14061,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722655911',14062,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722669300',14063,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722737911',14064,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722751574',14065,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722757370',14066,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722780307',14067,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722833228',14068,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722892137',14069,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254722965235',14070,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723223823',14071,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723339060',14072,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723423129',14073,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723426648',14074,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723915470',14075,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254723928709',14076,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724072553',14077,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724280733',14078,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724484152',14079,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724672122',14080,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724726461',14081,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254724966488',14082,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725121083',14083,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725307401',14084,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725319296',14085,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725375953',14086,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725562271',14087,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725622318',14088,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725829669',14089,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725848465',14090,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254725970574',14091,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726051500',14092,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726260682',14093,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726460598',14094,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726494440',14095,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726510695',14096,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726552192',14097,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726583721',14098,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726587084',14099,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726747529',14100,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726958010',14101,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726982791',14102,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254726990090',14103,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727243892',14104,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727476036',14105,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727683465',14106,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727802248',14107,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727802277',14108,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727809916',14109,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254727953456',14110,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728018749',14111,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728040586',14112,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728127291',14113,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728154166',14114,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254728423487',14115,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254729524550',14116,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254729568819',14117,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254729899239',14118,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254729975795',14119,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254732623407',14120,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254733342867',14121,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254733898678',14122,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254733911768',14123,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254734244456',14124,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254735010279',14125,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254735443980',14126,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254736413386',14127,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254737078504',14128,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254737631800',14129,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254737777793',14130,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254738100200',14131,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254740712946',14132,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254741291225',14133,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254741471255',14134,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254742092823',14135,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254742769784',14136,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254742803324',14137,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254743061752',14138,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254743142857',14139,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254743230230',14140,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254743750010',14141,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254743999697',14142,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254746268687',14143,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254748248277',14144,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254753100665',14145,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254755000185',14146,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254757688980',14147,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254769124444',14148,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254769279175',14149,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254787454444',14150,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254788924370',14151,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254790486610',14152,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254790685431',14153,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254792058968',14154,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254792141414',14155,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254794387831',14156,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254794915796',14157,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254794979112',14158,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254796007626',14159,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254799657797',14160,'ROBERT','','2025-06-01 12:38:00pm','active','','','','','KES',''),('254733326638',14161,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722794626',14162,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254720210389',14163,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254795386440',14164,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254720396335',14165,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254746327755',14166,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254729854408',14167,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254102254007',14168,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254759295173',14169,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254790261024',14170,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254799650104',14171,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('233536643186',14172,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('250784533691',14173,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254100713300',14174,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254101223728',14175,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254101830277',14176,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254103559529',14177,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254103579053',14178,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254103993779',14179,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254104993385',14180,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254105395991',14181,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254105622114',14182,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254111797909',14183,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254111882082',14184,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254112708176',14185,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254113120000',14186,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254113808355',14187,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254113851672',14188,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254114078383',14189,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254114333400',14190,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254114704329',14191,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254115498880',14192,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254116478858',14193,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254700000124',14194,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254700288825',14195,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254700366840',14196,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254700452584',14197,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254700712087',14198,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254700720021',14199,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254701647761',14200,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254701665685',14201,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254702287706',14202,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254702364126',14203,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254702519018',14204,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254702534073',14205,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254703237024',14206,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254703430101',14207,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254703812360',14208,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254703840684',14209,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254704037143',14210,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254704072611',14211,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254704260298',14212,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254704268288',14213,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254704287931',14214,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254704644672',14215,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254704655076',14216,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254705145102',14217,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254705200102',14218,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254705415043',14219,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254705514296',14220,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254705607126',14221,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254705860898',14222,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254705871397',14223,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254706216257',14224,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254707566731',14225,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254707927357',14226,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254708167845',14227,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254708700584',14228,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254710219758',14229,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254710467196',14230,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254711459840',14231,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254711542921',14232,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254711779141',14233,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254711859272',14234,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254712057239',14235,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254712389707',14236,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254712756860',14237,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254712892996',14238,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254713061711',14239,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254713497495',14240,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254713796964',14241,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254713819753',14242,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254714149254',14243,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254714396446',14244,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254714487562',14245,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254714809104',14246,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254714923271',14247,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254714989710',14248,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254715370252',14249,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254715390560',14250,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254715462962',14251,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254715579579',14252,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254715635342',14253,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254715686960',14254,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254715792170',14255,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254715906879',14256,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254716215204',14257,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254716435008',14258,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254716800451',14259,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254717356830',14260,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254718245666',14261,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254718661312',14262,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254718668620',14263,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254718908869',14264,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254719637601',14265,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254719803533',14266,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254719852271',14267,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254719896712',14268,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254720037793',14269,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254720311347',14270,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254720312781',14271,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254720477760',14272,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254720543416',14273,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254721211506',14274,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254721261236',14275,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254721279883',14276,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254721321267',14277,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254721333492',14278,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254721546723',14279,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254721662306',14280,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254721711631',14281,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254721779978',14282,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254721820190',14283,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254721866681',14284,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254721878676',14285,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254721958031',14286,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254721996480',14287,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722234563',14288,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722245461',14289,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722312910',14290,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722449975',14291,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722540451',14292,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722615955',14293,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722625770',14294,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722760062',14295,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722782797',14296,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722793912',14297,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722801645',14298,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722809266',14299,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722816074',14300,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722880222',14301,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722881727',14302,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722894852',14303,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722933357',14304,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254723322344',14305,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254723335921',14306,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254723343180',14307,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254723517496',14308,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254723667484',14309,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254724123539',14310,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254724221000',14311,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254724576355',14312,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254724617350',14313,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254724770283',14314,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254724805477',14315,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254724936184',14316,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254724947086',14317,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254725170070',14318,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254725323599',14319,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254725407254',14320,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254726324957',14321,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254726526797',14322,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254726766323',14323,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254726859669',14324,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254726995821',14325,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254727465023',14326,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254728141639',14327,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254728157164',14328,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254728354705',14329,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254728562555',14330,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254728712563',14331,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254728824752',14332,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254729317910',14333,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254729381696',14334,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254729655498',14335,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254729738783',14336,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254729942121',14337,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254731861520',14338,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254733342820',14339,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254733382919',14340,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254733669970',14341,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254734278424',14342,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254735719816',14343,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254735991585',14344,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254736223308',14345,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254736288265',14346,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254738002513',14347,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254739394342',14348,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254741223484',14349,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254741952035',14350,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254742000300',14351,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254742093893',14352,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254742392339',14353,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254743955224',14354,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254745516914',14355,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254745824753',14356,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254745830205',14357,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254746259425',14358,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254746492842',14359,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254746867215',14360,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254748219141',14361,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254748462448',14362,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254750956946',14363,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254751110101',14364,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254752504410',14365,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254754939906',14366,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254756334241',14367,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254757193830',14368,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254757584286',14369,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254758591789',14370,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254758976470',14371,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254759014525',14372,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254759014897',14373,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254759411897',14374,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254764848329',14375,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254768277917',14376,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254768701998',14377,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254769646059',14378,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254773210766',14379,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254776210430',14380,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254780157091',14381,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254781428132',14382,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254782537314',14383,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254785490962',14384,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254787070796',14385,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254788241108',14386,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254788713011',14387,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254788926968',14388,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254790263436',14389,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254790554354',14390,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254790565926',14391,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254790700043',14392,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254790772552',14393,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254790955792',14394,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254790997203',14395,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254791038365',14396,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254791812660',14397,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254792367485',14398,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254793056518',14399,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254794517333',14400,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254794532138',14401,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254796196125',14402,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254796435449',14403,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254796658065',14404,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254796828645',14405,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254797806491',14406,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254798156447',14407,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254798764455',14408,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254798990944',14409,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254799269251',14410,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254799861753',14411,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254799901661',14412,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('447488701874',14413,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254708739581',14414,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254720396335',14415,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254746327755',14416,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254714880173',14417,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722313215',14418,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254729592651',14419,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254103348993',14420,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254111705129',14421,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254113138861',14422,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254114959902',14423,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254700031444',14424,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254700376863',14425,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254700712060',14426,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254700712087',14427,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254700765987',14428,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254701127428',14429,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254701756796',14430,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254702238516',14431,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254702707337',14432,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254703186440',14433,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254703778799',14434,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254704213679',14435,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254705145102',14436,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254705229900',14437,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254705371452',14438,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254705415043',14439,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254705706016',14440,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254705816890',14441,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254706670856',14442,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254707449606',14443,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254707561142',14444,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254708422614',14445,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254710155205',14446,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254711374088',14447,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254711723845',14448,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254712076181',14449,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254712245588',14450,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254713321522',14451,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254713749918',14452,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254713932375',14453,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254713994473',14454,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254714146721',14455,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254714356351',14456,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254714601143',14457,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254714953723',14458,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254715190093',14459,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254715601810',14460,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254715803409',14461,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254716523208',14462,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254716855190',14463,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254717356830',14464,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254718254328',14465,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254718641663',14466,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254718892768',14467,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254720418260',14468,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254720845627',14469,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254720922886',14470,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254720942029',14471,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254720954631',14472,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254721110594',14473,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254721123244',14474,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254721203423',14475,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254721494066',14476,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254721696953',14477,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254721815887',14478,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254721860547',14479,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722104348',14480,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722148198',14481,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722222417',14482,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722356842',14483,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722386476',14484,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722583659',14485,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722665529',14486,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722759816',14487,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722926919',14488,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722980916',14489,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722994280',14490,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254722995081',14491,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254723027130',14492,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254723102273',14493,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254723108395',14494,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254723230244',14495,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254723317298',14496,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254723557048',14497,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254723641155',14498,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254723827283',14499,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254723922559',14500,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254723930727',14501,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254724040408',14502,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254724109569',14503,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254724124290',14504,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254724320703',14505,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254724653088',14506,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254725511789',14507,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254726273520',14508,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254726535192',14509,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254726663220',14510,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254726691398',14511,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254726698578',14512,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254728470035',14513,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254728755127',14514,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254728932630',14515,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254728999793',14516,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254729509069',14517,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254729509174',14518,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254731839646',14519,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254733840656',14520,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254737651030',14521,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254738447580',14522,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254739868456',14523,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254741111409',14524,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254742689229',14525,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254746079001',14526,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254751217948',14527,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254752950034',14528,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254753336620',14529,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254762453183',14530,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254780161431',14531,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254786276266',14532,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254790348189',14533,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254790500423',14534,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254790554354',14535,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254791540316',14536,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254792886027',14537,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254796140095',14538,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254797456556',14539,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254797670906',14540,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254798748943',14541,'sample 3','','2025-06-01 12:38:12pm','active','','','','','KES',''),('254725659158',14542,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254725885982',14543,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254105848128',14544,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254733326638',14545,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254793866850',14546,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254716261195',14547,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254701903160',14548,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720943009',14549,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254784975115',14550,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721150823',14551,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254725268560',14552,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254795882121',14553,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254728134199',14554,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254755214782',14555,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254101582493',14556,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254717526946',14557,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722627458',14558,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254716887266',14559,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254713416516',14560,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254719190287',14561,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254711831751',14562,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722471282',14563,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254714666895',14564,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254739609809',14565,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254726758735',14566,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254792278546',14567,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254727620295',14568,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('12532837546',14569,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('17868683546',14570,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('19789900767',14571,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('22890879779',14572,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('22950943588',14573,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('23277474048',14574,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('23279969492',14575,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('233277563449',14576,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('233536643186',14577,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('233538308260',14578,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('233576308807',14579,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('2347011785355',14580,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('2347015930790',14581,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('2347039097588',14582,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('2347086640347',14583,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('2347088372942',14584,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('2348068783531',14585,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('2348085613939',14586,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('2348087036518',14587,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('2348115960249',14588,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('2348130044376',14589,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('2348138963416',14590,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('2348162676673',14591,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('2349110629234',14592,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('2349119173563',14593,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('2349128308534',14594,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('2349130761167',14595,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('2349134568326',14596,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254100394875',14597,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254102759846',14598,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254103442021',14599,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254103559529',14600,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254103579053',14601,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254103800434',14602,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254104388116',14603,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254104516523',14604,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254105263423',14605,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254105863554',14606,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254106194840',14607,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254106500799',14608,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254110579193',14609,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254111491992',14610,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254111601334',14611,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254111705129',14612,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254111745040',14613,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254111957831',14614,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254112035244',14615,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254112112580',14616,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254112598402',14617,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254112792232',14618,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254112931388',14619,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254113217148',14620,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254113892513',14621,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254114006971',14622,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254114142483',14623,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254114226868',14624,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254114546337',14625,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254115137531',14626,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254116478858',14627,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254700263546',14628,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254700280022',14629,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254700529175',14630,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254700712087',14631,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254700816440',14632,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254701319950',14633,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254701323478',14634,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254701545361',14635,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254701665189',14636,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254701665685',14637,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254701795541',14638,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254701835599',14639,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254701880136',14640,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254702056019',14641,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254702084190',14642,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254702121316',14643,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254702143864',14644,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254702350113',14645,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254702425834',14646,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254702467019',14647,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254702468460',14648,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254702557690',14649,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254702583427',14650,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254702615685',14651,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254702855909',14652,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254702910146',14653,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254702948185',14654,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254702960540',14655,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254702998327',14656,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254703147634',14657,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254703170985',14658,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254703221808',14659,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254703300368',14660,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254703363967',14661,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254703605489',14662,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254703613293',14663,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254703631652',14664,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254703764531',14665,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254703935838',14666,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254704027138',14667,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254704037143',14668,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254704072611',14669,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254704082750',14670,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254704178563',14671,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254704330687',14672,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254704343737',14673,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254704378259',14674,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254704381095',14675,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254704420099',14676,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254704615771',14677,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254704824997',14678,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254704870003',14679,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254705161009',14680,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254705161732',14681,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254705281754',14682,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254705351133',14683,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254705361268',14684,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254705415043',14685,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254705508090',14686,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254705516208',14687,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254705551999',14688,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254705554810',14689,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254705777931',14690,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254705860898',14691,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254705922288',14692,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254705951073',14693,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254705990642',14694,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254706225944',14695,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254706238792',14696,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254706258667',14697,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254706410554',14698,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254706432785',14699,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254706660287',14700,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254706730883',14701,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254706771810',14702,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254706805797',14703,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254706851432',14704,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254706870350',14705,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254707146888',14706,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254707341005',14707,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254707419646',14708,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254707433144',14709,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254707551500',14710,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254707566731',14711,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254707622252',14712,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254707722247',14713,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254707744756',14714,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254707891551',14715,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254708158849',14716,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254708218106',14717,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254708219236',14718,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254708443787',14719,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254708444629',14720,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254708495954',14721,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254708556493',14722,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254708573238',14723,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254708627135',14724,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254710242829',14725,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254710284927',14726,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254710347351',14727,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254710365661',14728,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254710725612',14729,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254710778501',14730,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254710817426',14731,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254710819070',14732,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254710864717',14733,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254711200044',14734,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254711228441',14735,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254711231500',14736,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254711269347',14737,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254711282187',14738,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254711291447',14739,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254711405201',14740,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254711417299',14741,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254711468200',14742,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254711551606',14743,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254711717447',14744,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254711779141',14745,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254711844197',14746,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254711921460',14747,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254712032777',14748,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254712068888',14749,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254712157576',14750,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254712167444',14751,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254712432145',14752,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254712488911',14753,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254712492244',14754,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254712527505',14755,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254712629599',14756,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254712642274',14757,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254712672843',14758,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254712753354',14759,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254712871111',14760,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254712900623',14761,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254713104740',14762,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254713111300',14763,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254713151574',14764,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254713168686',14765,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254713221304',14766,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254713248463',14767,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254713317360',14768,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254713339713',14769,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254713515794',14770,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254713550493',14771,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254713733394',14772,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254713781798',14773,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254713879669',14774,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254713929503',14775,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254713949730',14776,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254713971818',14777,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254713978675',14778,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254714063757',14779,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254714065052',14780,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254714248531',14781,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254714351726',14782,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254714354514',14783,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254714746702',14784,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254714809104',14785,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254714855555',14786,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254714886044',14787,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254714927082',14788,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254714942567',14789,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254714960913',14790,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254715018004',14791,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254715205074',14792,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254715254657',14793,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254715393549',14794,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254715443787',14795,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254715473626',14796,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254715555951',14797,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254715639916',14798,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254715666724',14799,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254715704812',14800,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254715732777',14801,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254715758931',14802,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254715792170',14803,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254715846853',14804,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254716025256',14805,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254716047895',14806,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254716087747',14807,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254716107411',14808,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254716294200',14809,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254716308802',14810,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254716435008',14811,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254716523208',14812,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254716536203',14813,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254716610836',14814,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254716653215',14815,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254716791967',14816,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254716800451',14817,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254716954879',14818,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254716959041',14819,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254717127163',14820,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254717137657',14821,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254717156712',14822,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254717174140',14823,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254717258789',14824,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254717301319',14825,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254717356830',14826,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254717438576',14827,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254717566297',14828,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254717629522',14829,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254717672626',14830,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254717734682',14831,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254717734715',14832,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254717894687',14833,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254718137513',14834,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254718159079',14835,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254718178197',14836,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254718226333',14837,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254718270878',14838,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254718330310',14839,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254718366964',14840,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254718402653',14841,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254718487102',14842,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254718498150',14843,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254718545895',14844,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254718563935',14845,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254718639986',14846,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254718661312',14847,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254718772472',14848,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254718866039',14849,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254718895774',14850,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254718939642',14851,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254719117660',14852,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254719139604',14853,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254719216315',14854,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254719217001',14855,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254719266350',14856,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254719327896',14857,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254719350515',14858,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254719396957',14859,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254719443339',14860,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254719547629',14861,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254719564851',14862,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254719687824',14863,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720010286',14864,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720014951',14865,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720063073',14866,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720099936',14867,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720135150',14868,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720143712',14869,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720170151',14870,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720229974',14871,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720283621',14872,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720288678',14873,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720335776',14874,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720374740',14875,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720421722',14876,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720449613',14877,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720450099',14878,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720461627',14879,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720484127',14880,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720508266',14881,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720526566',14882,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720532128',14883,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720595274',14884,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720661210',14885,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720697696',14886,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720728859',14887,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720752183',14888,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720752429',14889,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720758110',14890,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720807980',14891,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720831043',14892,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720856970',14893,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720886535',14894,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720895802',14895,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720901932',14896,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720910439',14897,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720927953',14898,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254720997248',14899,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721131951',14900,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721150018',14901,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721156564',14902,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721159252',14903,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721242076',14904,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721248878',14905,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721253937',14906,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721255950',14907,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721256244',14908,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721267974',14909,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721308370',14910,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721310982',14911,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721334242',14912,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721340800',14913,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721352824',14914,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721359461',14915,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721389194',14916,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721407107',14917,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721440714',14918,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721450208',14919,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721454226',14920,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721514468',14921,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721515301',14922,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721522778',14923,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721526729',14924,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721530789',14925,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721566168',14926,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721571663',14927,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721585486',14928,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721602960',14929,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721621078',14930,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721648494',14931,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721676266',14932,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721697715',14933,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721733950',14934,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721796775',14935,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721803692',14936,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721816872',14937,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721836707',14938,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721868964',14939,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721880716',14940,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721882067',14941,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721947006',14942,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721954727',14943,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721978446',14944,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721978949',14945,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254721979921',14946,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722104348',14947,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722106451',14948,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722124689',14949,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722126142',14950,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722136655',14951,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722151043',14952,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722155236',14953,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722161095',14954,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722166786',14955,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722170899',14956,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722175243',14957,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722202865',14958,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722208842',14959,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722228188',14960,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722239669',14961,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722243309',14962,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722256258',14963,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722279727',14964,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722294756',14965,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722300317',14966,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722335640',14967,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722338870',14968,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722347610',14969,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722379898',14970,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722389512',14971,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722394274',14972,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722408310',14973,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722413259',14974,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722421116',14975,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722429907',14976,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722440594',14977,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722492370',14978,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722521245',14979,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722528520',14980,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722544502',14981,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722550464',14982,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722552344',14983,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722555735',14984,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722588362',14985,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722610986',14986,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722620122',14987,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722657673',14988,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722673472',14989,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722675266',14990,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722679250',14991,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722679341',14992,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722682228',14993,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722720646',14994,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722729051',14995,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722735044',14996,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722740589',14997,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722744746',14998,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722755111',14999,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722765310',15000,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722766770',15001,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722790879',15002,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722793932',15003,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722799378',15004,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722809534',15005,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722822193',15006,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722823852',15007,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722828126',15008,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722830639',15009,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722854785',15010,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722861950',15011,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722863354',15012,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722872977',15013,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722873856',15014,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722889077',15015,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722907766',15016,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722919562',15017,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722933357',15018,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722941435',15019,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722961965',15020,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722966032',15021,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254722968549',15022,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254723106456',15023,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254723144584',15024,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254723214504',15025,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254723216482',15026,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254723220566',15027,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254723244380',15028,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254723288555',15029,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254723300758',15030,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254723308982',15031,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254723345420',15032,'sample 3','','2025-06-01 12:38:22pm','active','','','','','KES',''),('254733326638',15033,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254722794626',15034,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254720210389',15035,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254795386440',15036,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254720396335',15037,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254746327755',15038,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254729854408',15039,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254102254007',15040,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254759295173',15041,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254790261024',15042,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254799650104',15043,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('233536643186',15044,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('250784533691',15045,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254100713300',15046,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254101223728',15047,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254101830277',15048,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254103559529',15049,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254103579053',15050,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254103993779',15051,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254104993385',15052,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254105395991',15053,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254105622114',15054,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254111797909',15055,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254111882082',15056,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254112708176',15057,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254113120000',15058,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254113808355',15059,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254113851672',15060,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254114078383',15061,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254114333400',15062,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254114704329',15063,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254115498880',15064,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254116478858',15065,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254700000124',15066,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254700288825',15067,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254700366840',15068,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254700452584',15069,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254700712087',15070,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254700720021',15071,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254701647761',15072,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254701665685',15073,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254702287706',15074,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254702364126',15075,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254702519018',15076,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254702534073',15077,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254703237024',15078,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254703430101',15079,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254703812360',15080,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254703840684',15081,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254704037143',15082,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254704072611',15083,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254704260298',15084,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254704268288',15085,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254704287931',15086,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254704644672',15087,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254704655076',15088,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254705145102',15089,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254705200102',15090,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254705415043',15091,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254705514296',15092,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254705607126',15093,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254705860898',15094,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254705871397',15095,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254706216257',15096,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254707566731',15097,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254707927357',15098,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254708167845',15099,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254708700584',15100,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254710219758',15101,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254710467196',15102,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254711459840',15103,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254711542921',15104,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254711779141',15105,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254711859272',15106,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254712057239',15107,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254712389707',15108,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254712756860',15109,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254712892996',15110,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254713061711',15111,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254713497495',15112,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254713796964',15113,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254713819753',15114,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254714149254',15115,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254714396446',15116,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254714487562',15117,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254714809104',15118,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254714923271',15119,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254714989710',15120,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254715370252',15121,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254715390560',15122,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254715462962',15123,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254715579579',15124,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254715635342',15125,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254715686960',15126,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254715792170',15127,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254715906879',15128,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254716215204',15129,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254716435008',15130,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254716800451',15131,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254717356830',15132,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254718245666',15133,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254718661312',15134,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254718668620',15135,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254718908869',15136,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254719637601',15137,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254719803533',15138,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254719852271',15139,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254719896712',15140,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254720037793',15141,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254720311347',15142,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254720312781',15143,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254720477760',15144,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254720543416',15145,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254721211506',15146,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254721261236',15147,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254721279883',15148,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254721321267',15149,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254721333492',15150,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254721546723',15151,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254721662306',15152,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254721711631',15153,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254721779978',15154,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254721820190',15155,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254721866681',15156,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254721878676',15157,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254721958031',15158,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254721996480',15159,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254722234563',15160,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254722245461',15161,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254722312910',15162,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254722449975',15163,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254722540451',15164,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254722615955',15165,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254722625770',15166,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254722760062',15167,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254722782797',15168,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254722793912',15169,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254722801645',15170,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254722809266',15171,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254722816074',15172,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254722880222',15173,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254722881727',15174,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254722894852',15175,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254722933357',15176,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254723322344',15177,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254723335921',15178,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254723343180',15179,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254723517496',15180,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254723667484',15181,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254724123539',15182,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254724221000',15183,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254724576355',15184,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254724617350',15185,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254724770283',15186,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254724805477',15187,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254724936184',15188,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254724947086',15189,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254725170070',15190,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254725323599',15191,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254725407254',15192,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254726324957',15193,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254726526797',15194,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254726766323',15195,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254726859669',15196,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254726995821',15197,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254727465023',15198,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254728141639',15199,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254728157164',15200,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254728354705',15201,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254728562555',15202,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254728712563',15203,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254728824752',15204,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254729317910',15205,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254729381696',15206,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254729655498',15207,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254729738783',15208,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254729942121',15209,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254731861520',15210,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254733342820',15211,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254733382919',15212,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254733669970',15213,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254734278424',15214,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254735719816',15215,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254735991585',15216,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254736223308',15217,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254736288265',15218,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254738002513',15219,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254739394342',15220,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254741223484',15221,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254741952035',15222,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254742000300',15223,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254742093893',15224,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254742392339',15225,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254743955224',15226,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254745516914',15227,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254745824753',15228,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254745830205',15229,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254746259425',15230,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254746492842',15231,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254746867215',15232,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254748219141',15233,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254748462448',15234,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254750956946',15235,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254751110101',15236,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254752504410',15237,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254754939906',15238,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254756334241',15239,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254757193830',15240,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254757584286',15241,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254758591789',15242,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254758976470',15243,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254759014525',15244,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254759014897',15245,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254759411897',15246,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254764848329',15247,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254768277917',15248,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254768701998',15249,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254769646059',15250,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254773210766',15251,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254776210430',15252,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254780157091',15253,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254781428132',15254,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254782537314',15255,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254785490962',15256,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254787070796',15257,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254788241108',15258,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254788713011',15259,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254788926968',15260,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254790263436',15261,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254790554354',15262,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254790565926',15263,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254790700043',15264,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254790772552',15265,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254790955792',15266,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254790997203',15267,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254791038365',15268,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254791812660',15269,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254792367485',15270,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254793056518',15271,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254794517333',15272,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254794532138',15273,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254796196125',15274,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254796435449',15275,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254796658065',15276,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254796828645',15277,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254797806491',15278,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254798156447',15279,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254798764455',15280,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254798990944',15281,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254799269251',15282,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254799861753',15283,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254799901661',15284,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('447488701874',15285,'sample 3','','2025-06-01 12:38:35pm','active','','','','','KES',''),('254721260433',15286,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254795386440',15287,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254716194260',15288,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254723538997',15289,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254725879279',15290,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254712325518',15291,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254706749485',15292,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254714880173',15293,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('12026560844',15294,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254115005538',15295,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254700863941',15296,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254702010362',15297,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254703229220',15298,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254703365285',15299,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254703570316',15300,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254703580324',15301,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254704064614',15302,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254704880863',15303,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254704934561',15304,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254704959521',15305,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254705139236',15306,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254705322289',15307,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254705627719',15308,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254705738231',15309,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254706267600',15310,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254706867971',15311,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254707010151',15312,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254707080084',15313,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254707311837',15314,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254707402914',15315,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254707451605',15316,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254707687933',15317,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254707880001',15318,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254708416236',15319,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254708594394',15320,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254708875892',15321,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254710109928',15322,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254710273187',15323,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254710560958',15324,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254711129729',15325,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254711198475',15326,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254711263193',15327,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254711716065',15328,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254711728572',15329,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254711956820',15330,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254712072038',15331,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254712133807',15332,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254712161342',15333,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254712258480',15334,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254712340110',15335,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254712435190',15336,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254712849129',15337,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254713248463',15338,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254713437221',15339,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254713613341',15340,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254713813208',15341,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254713822871',15342,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254713829571',15343,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254713920074',15344,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254714190255',15345,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254714824044',15346,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254715124065',15347,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254715199219',15348,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254715224861',15349,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254715618093',15350,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254715748070',15351,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254716586326',15352,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254716943943',15353,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254717160596',15354,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254717183572',15355,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254717191509',15356,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254717304016',15357,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254717668616',15358,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254717840465',15359,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254718410601',15360,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254718578749',15361,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254718701560',15362,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254718772310',15363,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254718885962',15364,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254718959078',15365,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254719250642',15366,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254719472303',15367,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254719609559',15368,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254719648122',15369,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254719875546',15370,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254720068297',15371,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254720218234',15372,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254720218775',15373,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254720263341',15374,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254720318488',15375,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254720382886',15376,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254720611256',15377,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254720660928',15378,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254720688693',15379,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254720697824',15380,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254720716487',15381,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254720810165',15382,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254720821085',15383,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254720884567',15384,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254721154876',15385,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254721167395',15386,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254721264230',15387,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254721355142',15388,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254721476287',15389,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254721483469',15390,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254721569042',15391,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254721594335',15392,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254721633467',15393,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254721644611',15394,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254721699735',15395,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254721755701',15396,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254721814994',15397,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254721815528',15398,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254721896645',15399,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254721925580',15400,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722103451',15401,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722106610',15402,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722251477',15403,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722347165',15404,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722384636',15405,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722458928',15406,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722462102',15407,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722484422',15408,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722491518',15409,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722509684',15410,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722515351',15411,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722525154',15412,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722527546',15413,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722581066',15414,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722639843',15415,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722648222',15416,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722663133',15417,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722684848',15418,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722692835',15419,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722713483',15420,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722723540',15421,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722754523',15422,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722758580',15423,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722759485',15424,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722788451',15425,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722865946',15426,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722875933',15427,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722878875',15428,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722886415',15429,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722889928',15430,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722895498',15431,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722936358',15432,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722938873',15433,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254722940363',15434,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254723272052',15435,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254723283168',15436,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254723546600',15437,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254723818041',15438,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254723828823',15439,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254723923181',15440,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254724025599',15441,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254724090809',15442,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254724210653',15443,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254724244422',15444,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254724366390',15445,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254724402018',15446,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254724590619',15447,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254724640424',15448,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254724767191',15449,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254724769692',15450,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254724795609',15451,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254724894516',15452,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254724895639',15453,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254724908774',15454,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254725003551',15455,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254725445929',15456,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254725468315',15457,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254725482464',15458,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254725560372',15459,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254725572680',15460,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254725636877',15461,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254725770677',15462,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254725793903',15463,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254725860816',15464,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254725868183',15465,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254725888762',15466,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254725893460',15467,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254726108991',15468,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254726361496',15469,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254726525391',15470,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254726620327',15471,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254726702815',15472,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254726803445',15473,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254726820001',15474,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254726840404',15475,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254727088865',15476,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254727110573',15477,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254727174255',15478,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254727333919',15479,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254727352469',15480,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254727372836',15481,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254727414365',15482,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254727450202',15483,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254727502105',15484,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254727629545',15485,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254728013141',15486,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254728023465',15487,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254728151000',15488,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254728410851',15489,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254728435578',15490,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254728602085',15491,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254728757185',15492,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254728778768',15493,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254728925583',15494,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254729524550',15495,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254729546517',15496,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254729561514',15497,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254729833350',15498,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254731092889',15499,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254732371500',15500,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254733438720',15501,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254733531702',15502,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254733733241',15503,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254734999958',15504,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254735353993',15505,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254735375296',15506,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254735633082',15507,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254736710014',15508,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254736753417',15509,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254737183703',15510,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254737873901',15511,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254738409623',15512,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254741701884',15513,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254742406847',15514,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254743400813',15515,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254752365563',15516,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254757002209',15517,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254757309126',15518,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254775099306',15519,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254780944230',15520,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254785091849',15521,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254786643921',15522,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254790003022',15523,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254790394995',15524,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254790469678',15525,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254792067097',15526,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254793787635',15527,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254794681149',15528,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254794945540',15529,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254795340707',15530,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254795377153',15531,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254795606438',15532,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254796284831',15533,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254796568167',15534,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254796586289',15535,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254796834766',15536,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254796891304',15537,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254797119086',15538,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254797741683',15539,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254797880698',15540,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254798347178',15541,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254799158879',15542,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254799177272',15543,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254799451004',15544,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254799900666',15545,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('255766890890',15546,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('255789037830',15547,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('256772221880',15548,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('256780605064',15549,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('263777542312',15550,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('265995223222',15551,'ROBERT','','2025-06-01 12:38:49pm','active','','','','','KES',''),('254717122500',15552,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254723742408',15553,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254791960499',15554,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254798751632',15555,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254718631747',15556,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254720979599',15557,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254702555881',15558,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722795470',15559,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254724346495',15560,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722869366',15561,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254726703763',15562,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721279083',15563,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254701312447',15564,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722759058',15565,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722474362',15566,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254725116708',15567,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721993767',15568,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254724232702',15569,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254794209595',15570,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722563298',15571,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254723455428',15572,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254726720935',15573,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721576244',15574,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254713954348',15575,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254713839119',15576,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254720609094',15577,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254705011817',15578,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254717265635',15579,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254723514918',15580,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254726784258',15581,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254724235387',15582,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254717402940',15583,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254725284685',15584,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722372641',15585,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254791739732',15586,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254714273686',15587,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722234539',15588,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254106257610',15589,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254725250052',15590,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254799657652',15591,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254725122440',15592,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254718808034',15593,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254710263663',15594,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722177678',15595,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721683265',15596,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254726978668',15597,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254725106195',15598,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722804695',15599,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254723289327',15600,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254726378448',15601,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254724663683',15602,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721520557',15603,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254725051103',15604,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721863523',15605,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254720452267',15606,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254768280671',15607,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254716456021',15608,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254723974300',15609,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722918413',15610,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254706252300',15611,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254737474570',15612,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254712727593',15613,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254705182879',15614,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254729833856',15615,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721317755',15616,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254706116888',15617,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721449898',15618,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722887371',15619,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254724085978',15620,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254724736254',15621,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254726070775',15622,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254727229220',15623,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721626194',15624,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254791191640',15625,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254705873395',15626,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254710880264',15627,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254725847385',15628,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254724719468',15629,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722626005',15630,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721373718',15631,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721831261',15632,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254708154680',15633,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254725270132',15634,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254786773411',15635,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721282334',15636,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254707074817',15637,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254715269431',15638,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254715196248',15639,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254711728572',15640,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254704603942',15641,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254720457726',15642,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722869105',15643,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254723773697',15644,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721453218',15645,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722711135',15646,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254700467005',15647,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254717607585',15648,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254708672304',15649,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254715753526',15650,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254728892385',15651,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722200387',15652,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722472078',15653,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254717841817',15654,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254720898441',15655,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254700553188',15656,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722738496',15657,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722240400',15658,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254725732563',15659,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722493292',15660,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721352668',15661,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254716209364',15662,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254724925075',15663,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254724771401',15664,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254716417614',15665,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254724858904',15666,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722893446',15667,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254725752668',15668,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254720544551',15669,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254713626896',15670,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254725210401',15671,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254725595113',15672,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721395380',15673,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721621870',15674,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254719688617',15675,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254723430286',15676,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722748241',15677,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254798234086',15678,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254717051483',15679,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254724892675',15680,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254712608668',15681,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254757952132',15682,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254720608141',15683,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254724977377',15684,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721731973',15685,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254720540462',15686,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254707423727',15687,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722250616',15688,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254715310079',15689,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254720397355',15690,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254716718778',15691,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254725535363',15692,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254729804596',15693,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254111808394',15694,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254729912479',15695,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722654592',15696,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254707397245',15697,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722354552',15698,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254711171114',15699,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254723140574',15700,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254727653555',15701,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254758230844',15702,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254723758911',15703,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254724985079',15704,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721317273',15705,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722719708',15706,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254713518886',15707,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254734676981',15708,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722901478',15709,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254727274353',15710,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('250786412279',15711,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254724785261',15712,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254727810285',15713,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254727078990',15714,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722746766',15715,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254704680740',15716,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254706210925',15717,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254703315297',15718,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721892052',15719,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254720945768',15720,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722560045',15721,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722601871',15722,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254729587594',15723,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254723853437',15724,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721774654',15725,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721319061',15726,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721377036',15727,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254712419015',15728,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254705204752',15729,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254717959769',15730,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254723372542',15731,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254715914475',15732,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722732143',15733,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722330783',15734,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254115814681',15735,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254712816299',15736,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254724166754',15737,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722571822',15738,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254727057777',15739,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722916311',15740,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254724213506',15741,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254723503417',15742,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254729348828',15743,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254726395419',15744,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722703684',15745,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722433958',15746,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254726717176',15747,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254720652044',15748,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254711122056',15749,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254725825527',15750,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722849052',15751,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254724545869',15752,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254724052346',15753,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254713319323',15754,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254725087710',15755,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254725658843',15756,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721659949',15757,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721582402',15758,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254713341628',15759,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722774305',15760,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254720177280',15761,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722445232',15762,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254703436282',15763,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721528398',15764,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254712534865',15765,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721713891',15766,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721202782',15767,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254720321207',15768,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722436432',15769,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722840870',15770,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722947213',15771,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254798079357',15772,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254725012492',15773,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254728844034',15774,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722460351',15775,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254700031444',15776,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254733186368',15777,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254723656984',15778,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254701952101',15779,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722808316',15780,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254799659965',15781,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254701435068',15782,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('447401826607',15783,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721419396',15784,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254727407481',15785,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254726303952',15786,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254720383370',15787,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722860077',15788,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254724105506',15789,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254728580316',15790,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254718019053',15791,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722285180',15792,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722374513',15793,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254716251599',15794,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254727040129',15795,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254768142496',15796,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721676936',15797,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254720111869',15798,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254710268234',15799,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722720692',15800,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254720763131',15801,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254721732485',15802,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254724336852',15803,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254755581083',15804,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254720813165',15805,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254722974460',15806,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('You',15807,'sample 3','','2025-06-01 13:06:48pm','active','','','','','KES',''),('254712850072',15808,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726968946',15809,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710263112',15810,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727077322',15811,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254798770748',15812,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720979599',15813,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726407394',15814,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722811460',15815,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726796067',15816,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722145649',15817,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254113615645',15818,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720487462',15819,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254719747748',15820,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727174577',15821,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254796964896',15822,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254702844520',15823,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728579411',15824,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723239083',15825,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254794288896',15826,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707048461',15827,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254745986522',15828,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254768176953',15829,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254703655274',15830,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722670594',15831,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254797858340',15832,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254105202132',15833,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726388589',15834,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722272931',15835,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720995201',15836,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707090240',15837,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254708338460',15838,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254701055334',15839,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725498777',15840,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720238658',15841,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707022844',15842,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254768390682',15843,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725767413',15844,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('256782863010',15845,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254717618477',15846,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254700012689',15847,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720425074',15848,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722258630',15849,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724336278',15850,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254758804427',15851,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716612551',15852,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718831708',15853,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727257183',15854,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718277632',15855,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254742764505',15856,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254791733339',15857,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726894611',15858,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722591707',15859,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724981135',15860,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254711138096',15861,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726599910',15862,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718076570',15863,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722542810',15864,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254700536602',15865,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254714627349',15866,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254700647353',15867,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254708633161',15868,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720664365',15869,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254713520705',15870,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254795180874',15871,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254768199872',15872,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254714668883',15873,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('256772740454',15874,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254787843202',15875,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254706442995',15876,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726799279',15877,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707564382',15878,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723968437',15879,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254712091780',15880,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718872758',15881,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254797744477',15882,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722904661',15883,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721992806',15884,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254713149942',15885,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710254644',15886,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726305222',15887,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254753711098',15888,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254798420244',15889,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722747930',15890,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724666866',15891,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728095505',15892,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721757075',15893,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254702513891',15894,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727033740',15895,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254715228378',15896,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720230140',15897,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722456155',15898,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720284291',15899,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721291639',15900,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254701130621',15901,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707838138',15902,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721236424',15903,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722812532',15904,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254757470551',15905,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254765148968',15906,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722101403',15907,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254790490644',15908,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716840972',15909,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254745790909',15910,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254748806238',15911,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718380790',15912,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254705980929',15913,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254717266207',15914,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722118080',15915,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254768283872',15916,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254714942631',15917,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254795865354',15918,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720335434',15919,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254703749403',15920,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726683544',15921,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726169921',15922,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254713443633',15923,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725977132',15924,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722723103',15925,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716530608',15926,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254702338801',15927,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254742820049',15928,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725866602',15929,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724490495',15930,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254746234599',15931,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720968020',15932,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722999559',15933,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254703740470',15934,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254791365488',15935,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254737818783',15936,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716852370',15937,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722301697',15938,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254732064981',15939,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716460303',15940,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254796792416',15941,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254743909441',15942,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707032829',15943,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718556320',15944,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726872001',15945,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726696275',15946,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727173722',15947,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254769325880',15948,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254712242719',15949,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254702241330',15950,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722365892',15951,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723866313',15952,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254706485652',15953,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722815893',15954,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722168331',15955,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254795077736',15956,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707422868',15957,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254701547943',15958,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254795744270',15959,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254701515465',15960,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727709459',15961,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722721118',15962,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723566788',15963,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254700271400',15964,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723780534',15965,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254715601551',15966,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710918084',15967,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254704532832',15968,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720093277',15969,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707169399',15970,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723845302',15971,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722964223',15972,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254700894993',15973,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721710313',15974,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722686770',15975,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254702738108',15976,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724512822',15977,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254715842468',15978,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721710602',15979,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254713555260',15980,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716490041',15981,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724276677',15982,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('22508010840',15983,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254711859854',15984,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254708345378',15985,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723314406',15986,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725650988',15987,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254700558713',15988,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724680733',15989,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254704420846',15990,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254719864297',15991,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720582155',15992,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254732235780',15993,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710304456',15994,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254790016768',15995,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710813203',15996,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722229794',15997,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721571463',15998,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254791631579',15999,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725799491',16000,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718071558',16001,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720943449',16002,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722823142',16003,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254796019195',16004,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254741652340',16005,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254717452499',16006,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723664990',16007,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254110225481',16008,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254702647717',16009,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718483941',16010,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('491702413906',16011,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728215959',16012,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254715295795',16013,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254741761347',16014,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254745403111',16015,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721887037',16016,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254115960603',16017,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254729284207',16018,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721972522',16019,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710446057',16020,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254706097834',16021,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254792301474',16022,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718170290',16023,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254719314061',16024,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725978996',16025,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254745540138',16026,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726398262',16027,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254706761834',16028,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716333841',16029,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254712017384',16030,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718427123',16031,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254795792283',16032,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254702966553',16033,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254795445988',16034,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707828576',16035,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723449983',16036,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254717038854',16037,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716033543',16038,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722494741',16039,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254713095612',16040,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720884309',16041,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254780859256',16042,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254729204261',16043,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723231141',16044,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722720406',16045,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254792506442',16046,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716437961',16047,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726705641',16048,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727910606',16049,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254753102818',16050,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254700404567',16051,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721793945',16052,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728384718',16053,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254702684932',16054,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728435127',16055,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254792449016',16056,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254706622699',16057,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254714932243',16058,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722956236',16059,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254713879593',16060,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725143802',16061,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254715345564',16062,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723788876',16063,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254799240334',16064,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725836685',16065,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707338589',16066,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254717244476',16067,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724487557',16068,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254732435019',16069,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722131135',16070,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727796808',16071,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254798607995',16072,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723948151',16073,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254758040693',16074,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254714817787',16075,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254714300087',16076,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726617843',16077,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725061878',16078,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722651902',16079,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254112695818',16080,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254759206280',16081,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254792596268',16082,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254748137464',16083,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254712505240',16084,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254782097227',16085,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720935686',16086,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254719109521',16087,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724494347',16088,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254715890670',16089,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254703631466',16090,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254791846258',16091,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724623082',16092,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722954554',16093,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724579373',16094,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254759361415',16095,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254701144775',16096,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720956322',16097,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254713086881',16098,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254791495542',16099,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254790588628',16100,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254115694190',16101,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724458364',16102,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254711477047',16103,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254711236523',16104,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722902364',16105,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721482486',16106,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254790836202',16107,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724167648',16108,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728455307',16109,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254732997722',16110,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254747779233',16111,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254715555073',16112,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723120500',16113,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720716922',16114,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254703647208',16115,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254790700242',16116,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254745782157',16117,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726799015',16118,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721270151',16119,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728369150',16120,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254795577834',16121,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254705060701',16122,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707663660',16123,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728987915',16124,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707634268',16125,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254792147778',16126,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725288820',16127,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254715721123',16128,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254741258743',16129,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720403222',16130,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723073968',16131,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254700643937',16132,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254735941539',16133,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254708941046',16134,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254795850405',16135,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723061880',16136,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727667066',16137,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728504547',16138,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254706503732',16139,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728237144',16140,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716567766',16141,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718167867',16142,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724628885',16143,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254711502937',16144,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725643260',16145,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254797321801',16146,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728022249',16147,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254110040637',16148,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725935018',16149,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254797841591',16150,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721734226',16151,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254702132568',16152,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254729704779',16153,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254711292081',16154,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254701102994',16155,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254745920654',16156,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724039366',16157,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254712679687',16158,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727801892',16159,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254701389111',16160,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721762535',16161,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254758439639',16162,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254705318772',16163,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254758913671',16164,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254714929698',16165,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710563649',16166,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254711108444',16167,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707452218',16168,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727058276',16169,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254742756820',16170,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254719768647',16171,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254791015086',16172,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254704870250',16173,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254743264958',16174,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254708009158',16175,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720574653',16176,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254712812760',16177,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254704643680',16178,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723482582',16179,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726991289',16180,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725100543',16181,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723911211',16182,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726374508',16183,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254701741737',16184,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716626609',16185,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254711191318',16186,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725950988',16187,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254703835800',16188,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718850506',16189,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725706062',16190,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254742220420',16191,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722441304',16192,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724009412',16193,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254794205088',16194,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254704895470',16195,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254757578310',16196,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721603320',16197,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254711948128',16198,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723889985',16199,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254794301028',16200,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722773495',16201,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254714406001',16202,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254729469122',16203,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254729255727',16204,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727436433',16205,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('+1(913)253-6462',16206,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724744958',16207,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720666635',16208,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724869055',16209,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254789217579',16210,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726244171',16211,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724894516',16212,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728094909',16213,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254706926488',16214,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724829166',16215,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254792677905',16216,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254790039145',16217,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722819003',16218,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254741646464',16219,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724333313',16220,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716055788',16221,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727455617',16222,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254708016072',16223,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725236980',16224,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722385559',16225,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718683276',16226,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722111531',16227,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254711449640',16228,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720939895',16229,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254794321118',16230,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254737732787',16231,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710172593',16232,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721135228',16233,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254701692605',16234,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722294052',16235,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724399782',16236,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254746341929',16237,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254715259372',16238,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725275421',16239,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254746379267',16240,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720300385',16241,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725944424',16242,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726006946',16243,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710864860',16244,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254711469181',16245,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254776387893',16246,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720980146',16247,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727811338',16248,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726640444',16249,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726038621',16250,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('22559270691',16251,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716406111',16252,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722540508',16253,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254790495177',16254,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254795478175',16255,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254717625495',16256,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254713588899',16257,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720170807',16258,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707189591',16259,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254714686212',16260,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720374624',16261,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254796314006',16262,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722888679',16263,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254715517241',16264,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254704714707',16265,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720001256',16266,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728589926',16267,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254715417893',16268,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723858329',16269,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('256771728145',16270,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254706266388',16271,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254794124319',16272,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710728130',16273,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710953283',16274,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726290585',16275,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254714351102',16276,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254702010644',16277,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710870357',16278,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726691886',16279,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254796577053',16280,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254712244464',16281,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727829357',16282,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723738213',16283,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707026607',16284,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254703302638',16285,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254748971062',16286,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726609192',16287,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710679152',16288,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727619806',16289,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254703460720',16290,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724676725',16291,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254705303921',16292,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254703408110',16293,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254713756203',16294,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254795584407',16295,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723486622',16296,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254714220233',16297,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254719891856',16298,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725858646',16299,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254702618925',16300,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('201more\"class=\"x1iyjqo2x6ikm8rx10wlt62xlyipyvxuxw1ft_ao3eselectable-textcopyable-text\"style=\"min-hei',16301,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('Charlse',16302,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('Cliff',16303,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('Drn',16304,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('Faith',16305,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('Githunguru',16306,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('Pork',16307,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254712850072',16308,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726968946',16309,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710263112',16310,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727077322',16311,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254798770748',16312,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720979599',16313,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726407394',16314,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722811460',16315,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726796067',16316,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722145649',16317,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254113615645',16318,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720487462',16319,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254719747748',16320,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727174577',16321,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254796964896',16322,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254702844520',16323,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728579411',16324,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723239083',16325,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254794288896',16326,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707048461',16327,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254745986522',16328,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254768176953',16329,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254703655274',16330,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722670594',16331,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254797858340',16332,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254105202132',16333,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726388589',16334,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722272931',16335,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720995201',16336,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707090240',16337,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254708338460',16338,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254701055334',16339,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725498777',16340,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720238658',16341,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707022844',16342,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254768390682',16343,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725767413',16344,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('256782863010',16345,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254717618477',16346,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254700012689',16347,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720425074',16348,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722258630',16349,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724336278',16350,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254758804427',16351,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716612551',16352,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718831708',16353,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727257183',16354,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718277632',16355,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254742764505',16356,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254791733339',16357,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726894611',16358,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722591707',16359,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724981135',16360,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254711138096',16361,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726599910',16362,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718076570',16363,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722542810',16364,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254700536602',16365,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254714627349',16366,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254700647353',16367,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254708633161',16368,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720664365',16369,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254713520705',16370,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254795180874',16371,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254768199872',16372,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254714668883',16373,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('256772740454',16374,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254787843202',16375,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254706442995',16376,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726799279',16377,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707564382',16378,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723968437',16379,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254712091780',16380,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718872758',16381,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254797744477',16382,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722904661',16383,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721992806',16384,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254713149942',16385,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710254644',16386,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726305222',16387,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254753711098',16388,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254798420244',16389,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722747930',16390,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724666866',16391,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728095505',16392,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721757075',16393,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254702513891',16394,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727033740',16395,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254715228378',16396,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720230140',16397,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722456155',16398,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720284291',16399,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721291639',16400,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254701130621',16401,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707838138',16402,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721236424',16403,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722812532',16404,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254757470551',16405,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254765148968',16406,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722101403',16407,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254790490644',16408,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716840972',16409,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254745790909',16410,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254748806238',16411,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718380790',16412,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254705980929',16413,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254717266207',16414,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722118080',16415,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254768283872',16416,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254714942631',16417,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254795865354',16418,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720335434',16419,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254703749403',16420,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726683544',16421,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726169921',16422,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254713443633',16423,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725977132',16424,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722723103',16425,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716530608',16426,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254702338801',16427,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254742820049',16428,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725866602',16429,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724490495',16430,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254746234599',16431,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720968020',16432,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722999559',16433,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254703740470',16434,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254791365488',16435,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254737818783',16436,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716852370',16437,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722301697',16438,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254732064981',16439,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716460303',16440,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254796792416',16441,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254743909441',16442,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707032829',16443,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718556320',16444,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726872001',16445,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726696275',16446,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727173722',16447,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254769325880',16448,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254712242719',16449,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254702241330',16450,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722365892',16451,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723866313',16452,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254706485652',16453,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722815893',16454,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722168331',16455,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254795077736',16456,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707422868',16457,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254701547943',16458,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254795744270',16459,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254701515465',16460,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727709459',16461,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722721118',16462,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723566788',16463,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254700271400',16464,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723780534',16465,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254715601551',16466,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710918084',16467,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254704532832',16468,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720093277',16469,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707169399',16470,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723845302',16471,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722964223',16472,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254700894993',16473,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721710313',16474,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722686770',16475,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254702738108',16476,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724512822',16477,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254715842468',16478,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721710602',16479,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254713555260',16480,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716490041',16481,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724276677',16482,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('22508010840',16483,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254711859854',16484,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254708345378',16485,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723314406',16486,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725650988',16487,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254700558713',16488,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724680733',16489,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254704420846',16490,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254719864297',16491,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720582155',16492,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254732235780',16493,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710304456',16494,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254790016768',16495,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710813203',16496,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722229794',16497,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721571463',16498,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254791631579',16499,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725799491',16500,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718071558',16501,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720943449',16502,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722823142',16503,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254796019195',16504,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254741652340',16505,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254717452499',16506,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723664990',16507,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254110225481',16508,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254702647717',16509,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718483941',16510,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('491702413906',16511,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728215959',16512,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254715295795',16513,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254741761347',16514,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254745403111',16515,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721887037',16516,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254115960603',16517,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254729284207',16518,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721972522',16519,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710446057',16520,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254706097834',16521,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254792301474',16522,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718170290',16523,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254719314061',16524,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725978996',16525,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254745540138',16526,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726398262',16527,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254706761834',16528,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716333841',16529,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254712017384',16530,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718427123',16531,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254795792283',16532,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254702966553',16533,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254795445988',16534,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707828576',16535,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723449983',16536,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254717038854',16537,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716033543',16538,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722494741',16539,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254713095612',16540,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720884309',16541,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254780859256',16542,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254729204261',16543,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723231141',16544,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722720406',16545,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254792506442',16546,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716437961',16547,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726705641',16548,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727910606',16549,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254753102818',16550,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254700404567',16551,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721793945',16552,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728384718',16553,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254702684932',16554,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728435127',16555,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254792449016',16556,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254706622699',16557,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254714932243',16558,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722956236',16559,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254713879593',16560,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725143802',16561,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254715345564',16562,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723788876',16563,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254799240334',16564,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725836685',16565,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707338589',16566,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254717244476',16567,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724487557',16568,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254732435019',16569,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722131135',16570,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727796808',16571,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254798607995',16572,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723948151',16573,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254758040693',16574,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254714817787',16575,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254714300087',16576,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726617843',16577,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725061878',16578,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722651902',16579,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254112695818',16580,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254759206280',16581,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254792596268',16582,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254748137464',16583,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254712505240',16584,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254782097227',16585,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720935686',16586,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254719109521',16587,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724494347',16588,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254715890670',16589,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254703631466',16590,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254791846258',16591,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724623082',16592,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722954554',16593,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724579373',16594,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254759361415',16595,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254701144775',16596,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720956322',16597,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254713086881',16598,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254791495542',16599,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254790588628',16600,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254115694190',16601,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724458364',16602,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254711477047',16603,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254711236523',16604,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722902364',16605,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721482486',16606,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254790836202',16607,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724167648',16608,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728455307',16609,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254732997722',16610,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254747779233',16611,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254715555073',16612,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723120500',16613,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720716922',16614,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254703647208',16615,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254790700242',16616,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254745782157',16617,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726799015',16618,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721270151',16619,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728369150',16620,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254795577834',16621,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254705060701',16622,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707663660',16623,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728987915',16624,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707634268',16625,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254792147778',16626,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725288820',16627,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254715721123',16628,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254741258743',16629,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720403222',16630,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723073968',16631,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254700643937',16632,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254735941539',16633,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254708941046',16634,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254795850405',16635,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723061880',16636,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727667066',16637,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728504547',16638,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254706503732',16639,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728237144',16640,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716567766',16641,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718167867',16642,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724628885',16643,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254711502937',16644,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725643260',16645,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254797321801',16646,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728022249',16647,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254110040637',16648,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725935018',16649,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254797841591',16650,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721734226',16651,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254702132568',16652,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254729704779',16653,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254711292081',16654,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254701102994',16655,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254745920654',16656,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724039366',16657,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254712679687',16658,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727801892',16659,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254701389111',16660,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721762535',16661,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254758439639',16662,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254705318772',16663,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254758913671',16664,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254714929698',16665,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710563649',16666,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254711108444',16667,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707452218',16668,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727058276',16669,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254742756820',16670,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254719768647',16671,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254791015086',16672,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254704870250',16673,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254743264958',16674,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254708009158',16675,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720574653',16676,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254712812760',16677,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254704643680',16678,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723482582',16679,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726991289',16680,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725100543',16681,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723911211',16682,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726374508',16683,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254701741737',16684,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716626609',16685,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254711191318',16686,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725950988',16687,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254703835800',16688,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718850506',16689,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725706062',16690,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254742220420',16691,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722441304',16692,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724009412',16693,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254794205088',16694,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254704895470',16695,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254757578310',16696,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721603320',16697,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254711948128',16698,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723889985',16699,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254794301028',16700,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722773495',16701,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254714406001',16702,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254729469122',16703,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254729255727',16704,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727436433',16705,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('+1(913)253-6462',16706,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724744958',16707,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720666635',16708,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724869055',16709,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254789217579',16710,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726244171',16711,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724894516',16712,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728094909',16713,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254706926488',16714,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724829166',16715,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254792677905',16716,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254790039145',16717,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722819003',16718,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254741646464',16719,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724333313',16720,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716055788',16721,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727455617',16722,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254708016072',16723,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725236980',16724,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722385559',16725,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254718683276',16726,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722111531',16727,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254711449640',16728,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720939895',16729,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254794321118',16730,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254737732787',16731,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710172593',16732,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254721135228',16733,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254701692605',16734,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722294052',16735,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724399782',16736,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254746341929',16737,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254715259372',16738,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725275421',16739,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254746379267',16740,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720300385',16741,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725944424',16742,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726006946',16743,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710864860',16744,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254711469181',16745,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254776387893',16746,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720980146',16747,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727811338',16748,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726640444',16749,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726038621',16750,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('22559270691',16751,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254716406111',16752,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722540508',16753,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254790495177',16754,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254795478175',16755,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254717625495',16756,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254713588899',16757,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720170807',16758,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707189591',16759,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254714686212',16760,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720374624',16761,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254796314006',16762,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254722888679',16763,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254715517241',16764,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254704714707',16765,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254720001256',16766,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254728589926',16767,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254715417893',16768,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723858329',16769,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('256771728145',16770,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254706266388',16771,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254794124319',16772,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710728130',16773,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710953283',16774,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726290585',16775,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254714351102',16776,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254702010644',16777,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710870357',16778,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726691886',16779,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254796577053',16780,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254712244464',16781,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727829357',16782,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723738213',16783,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254707026607',16784,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254703302638',16785,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254748971062',16786,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254726609192',16787,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254710679152',16788,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254727619806',16789,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254703460720',16790,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254724676725',16791,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254705303921',16792,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254703408110',16793,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254713756203',16794,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254795584407',16795,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254723486622',16796,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254714220233',16797,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254719891856',16798,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254725858646',16799,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('254702618925',16800,'sample 3','','2025-06-01 13:13:02pm','active','','','','','KES',''),('2348134449589',16801,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('971523008559',16802,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('971523008559',16803,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('447729045254',16804,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('447729045254',16805,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254796566933',16806,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254796566933',16807,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254796112357',16808,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254796112357',16809,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254792871409',16810,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254792871409',16811,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254790810156',16812,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254790810156',16813,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254790277948',16814,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254790277948',16815,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254790168570',16816,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254790168570',16817,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254784707975',16818,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254784707975',16819,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254768211625',16820,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254768211625',16821,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254768059125',16822,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254768059125',16823,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254758798949',16824,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254758798949',16825,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254758206753',16826,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254758206753',16827,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254758159674',16828,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254758159674',16829,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254757371018',16830,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254757371018',16831,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254754452461',16832,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254754452461',16833,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254753819129',16834,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254753819129',16835,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254751601100',16836,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254751601100',16837,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254746157613',16838,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254746157613',16839,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254746153357',16840,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254746153357',16841,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254745847410',16842,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254745847410',16843,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254745762317',16844,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254745762317',16845,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254745386978',16846,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254745386978',16847,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254743971029',16848,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254743971029',16849,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254743814691',16850,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254743814691',16851,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254743268798',16852,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254743268798',16853,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254742339597',16854,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254742339597',16855,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254740767977',16856,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254740767977',16857,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254740628436',16858,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254740628436',16859,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254740030167',16860,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254740030167',16861,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254735541476',16862,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254735541476',16863,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254729853538',16864,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254729853538',16865,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254729788777',16866,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254729788777',16867,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254729021253',16868,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254729021253',16869,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254728843754',16870,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254728843754',16871,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254728682452',16872,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254728682452',16873,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254728622563',16874,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254728622563',16875,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254728356278',16876,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254728356278',16877,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254728023465',16878,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254728023465',16879,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254727911162',16880,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254727911162',16881,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254727478734',16882,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254727478734',16883,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254727463679',16884,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254727463679',16885,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254726600610',16886,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254726600610',16887,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254725485401',16888,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254725485401',16889,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254724971960',16890,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254724971960',16891,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254723662403',16892,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254723662403',16893,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254723112979',16894,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254723112979',16895,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254722932282',16896,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254722932282',16897,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254722750570',16898,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254722750570',16899,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254722531309',16900,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254722531309',16901,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254722520634',16902,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254722520634',16903,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254722426210',16904,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254722426210',16905,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254722421954',16906,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254722421954',16907,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254722172691',16908,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254722172691',16909,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254721933086',16910,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254721933086',16911,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254721895110',16912,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254721895110',16913,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254721568672',16914,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254721568672',16915,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254721351135',16916,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254721351135',16917,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254721347204',16918,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254721347204',16919,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254721143164',16920,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254721143164',16921,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254720949100',16922,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254720949100',16923,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254720944065',16924,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254720944065',16925,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254720852374',16926,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254720852374',16927,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254719761833',16928,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254719761833',16929,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254719155938',16930,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254719155938',16931,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254718209711',16932,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254718209711',16933,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254717734914',16934,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254717734914',16935,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254717115049',16936,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254717115049',16937,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254716455453',16938,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254716455453',16939,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254716262398',16940,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254716262398',16941,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254716099326',16942,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254716099326',16943,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254715967065',16944,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254715967065',16945,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254715832210',16946,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254715832210',16947,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254715720805',16948,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254715720805',16949,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254714638081',16950,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254714638081',16951,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254714081205',16952,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254714081205',16953,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254713617517',16954,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254713617517',16955,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254712710697',16956,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254712710697',16957,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254712702696',16958,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254712702696',16959,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254712698122',16960,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254712698122',16961,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254712649791',16962,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254712649791',16963,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254712245749',16964,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254712245749',16965,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254711964446',16966,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254711964446',16967,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254711922780',16968,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254711922780',16969,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254711684557',16970,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254711684557',16971,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254711558450',16972,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254711558450',16973,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254711188300',16974,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254711188300',16975,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254708933423',16976,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254708933423',16977,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254708228943',16978,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254708228943',16979,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254708187723',16980,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254708187723',16981,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254708042981',16982,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254708042981',16983,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254707334536',16984,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254707334536',16985,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254707093127',16986,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254707093127',16987,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254706991937',16988,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254706991937',16989,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254706971511',16990,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254706971511',16991,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254706072164',16992,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254706072164',16993,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254704839372',16994,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254704839372',16995,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254704691547',16996,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254704691547',16997,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254704635763',16998,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254704635763',16999,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254704593924',17000,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254704593924',17001,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254704388128',17002,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254704388128',17003,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254704130589',17004,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254704130589',17005,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254704023923',17006,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254704023923',17007,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254704010584',17008,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254704010584',17009,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254703785736',17010,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254703785736',17011,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254703545191',17012,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254703545191',17013,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254702882232',17014,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254702882232',17015,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254702609365',17016,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254702609365',17017,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254702112439',17018,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254702112439',17019,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254702082227',17020,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254702082227',17021,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254701973300',17022,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254701973300',17023,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254701444832',17024,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254701444832',17025,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254700724062',17026,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254700724062',17027,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254115431509',17028,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254115431509',17029,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254115414332',17030,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254115414332',17031,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254114118263',17032,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254114118263',17033,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254112099596',17034,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254112099596',17035,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254111460718',17036,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254111460718',17037,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254110057817',17038,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254110057817',17039,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254102252030',17040,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254102252030',17041,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('4745858843',17042,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('4745858843',17043,'sample 3','','2025-06-01 13:22:35pm','active','','','','','KES',''),('254712850072',17044,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726968946',17045,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710263112',17046,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727077322',17047,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254798770748',17048,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720979599',17049,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726407394',17050,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722811460',17051,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726796067',17052,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722145649',17053,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254113615645',17054,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720487462',17055,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254719747748',17056,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727174577',17057,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254796964896',17058,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254702844520',17059,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728579411',17060,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723239083',17061,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254794288896',17062,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707048461',17063,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254745986522',17064,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254768176953',17065,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254703655274',17066,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722670594',17067,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254797858340',17068,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254105202132',17069,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726388589',17070,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722272931',17071,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720995201',17072,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707090240',17073,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254708338460',17074,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254701055334',17075,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725498777',17076,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720238658',17077,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707022844',17078,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254768390682',17079,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725767413',17080,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('256782863010',17081,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254717618477',17082,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254700012689',17083,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720425074',17084,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722258630',17085,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724336278',17086,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254758804427',17087,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716612551',17088,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718831708',17089,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727257183',17090,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718277632',17091,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254742764505',17092,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254791733339',17093,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726894611',17094,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722591707',17095,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724981135',17096,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254711138096',17097,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726599910',17098,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718076570',17099,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722542810',17100,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254700536602',17101,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254714627349',17102,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254700647353',17103,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254708633161',17104,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720664365',17105,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254713520705',17106,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254795180874',17107,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254768199872',17108,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254714668883',17109,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('256772740454',17110,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254787843202',17111,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254706442995',17112,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726799279',17113,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707564382',17114,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723968437',17115,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254712091780',17116,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718872758',17117,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254797744477',17118,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722904661',17119,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721992806',17120,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254713149942',17121,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710254644',17122,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726305222',17123,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254753711098',17124,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254798420244',17125,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722747930',17126,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724666866',17127,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728095505',17128,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721757075',17129,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254702513891',17130,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727033740',17131,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254715228378',17132,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720230140',17133,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722456155',17134,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720284291',17135,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721291639',17136,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254701130621',17137,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707838138',17138,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721236424',17139,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722812532',17140,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254757470551',17141,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254765148968',17142,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722101403',17143,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254790490644',17144,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716840972',17145,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254745790909',17146,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254748806238',17147,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718380790',17148,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254705980929',17149,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254717266207',17150,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722118080',17151,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254768283872',17152,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254714942631',17153,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254795865354',17154,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720335434',17155,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254703749403',17156,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726683544',17157,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726169921',17158,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254713443633',17159,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725977132',17160,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722723103',17161,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716530608',17162,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254702338801',17163,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254742820049',17164,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725866602',17165,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724490495',17166,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254746234599',17167,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720968020',17168,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722999559',17169,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254703740470',17170,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254791365488',17171,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254737818783',17172,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716852370',17173,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722301697',17174,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254732064981',17175,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716460303',17176,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254796792416',17177,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254743909441',17178,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707032829',17179,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718556320',17180,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726872001',17181,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726696275',17182,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727173722',17183,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254769325880',17184,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254712242719',17185,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254702241330',17186,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722365892',17187,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723866313',17188,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254706485652',17189,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722815893',17190,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722168331',17191,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254795077736',17192,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707422868',17193,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254701547943',17194,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254795744270',17195,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254701515465',17196,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727709459',17197,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722721118',17198,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723566788',17199,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254700271400',17200,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723780534',17201,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254715601551',17202,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710918084',17203,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254704532832',17204,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720093277',17205,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707169399',17206,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723845302',17207,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722964223',17208,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254700894993',17209,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721710313',17210,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722686770',17211,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254702738108',17212,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724512822',17213,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254715842468',17214,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721710602',17215,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254713555260',17216,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716490041',17217,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724276677',17218,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('22508010840',17219,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254711859854',17220,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254708345378',17221,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723314406',17222,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725650988',17223,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254700558713',17224,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724680733',17225,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254704420846',17226,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254719864297',17227,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720582155',17228,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254732235780',17229,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710304456',17230,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254790016768',17231,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710813203',17232,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722229794',17233,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721571463',17234,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254791631579',17235,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725799491',17236,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718071558',17237,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720943449',17238,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722823142',17239,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254796019195',17240,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254741652340',17241,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254717452499',17242,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723664990',17243,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254110225481',17244,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254702647717',17245,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718483941',17246,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('491702413906',17247,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728215959',17248,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254715295795',17249,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254741761347',17250,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254745403111',17251,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721887037',17252,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254115960603',17253,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254729284207',17254,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721972522',17255,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710446057',17256,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254706097834',17257,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254792301474',17258,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718170290',17259,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254719314061',17260,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725978996',17261,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254745540138',17262,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726398262',17263,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254706761834',17264,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716333841',17265,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254712017384',17266,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718427123',17267,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254795792283',17268,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254702966553',17269,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254795445988',17270,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707828576',17271,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723449983',17272,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254717038854',17273,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716033543',17274,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722494741',17275,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254713095612',17276,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720884309',17277,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254780859256',17278,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254729204261',17279,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723231141',17280,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722720406',17281,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254792506442',17282,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716437961',17283,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726705641',17284,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727910606',17285,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254753102818',17286,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254700404567',17287,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721793945',17288,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728384718',17289,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254702684932',17290,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728435127',17291,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254792449016',17292,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254706622699',17293,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254714932243',17294,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722956236',17295,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254713879593',17296,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725143802',17297,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254715345564',17298,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723788876',17299,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254799240334',17300,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725836685',17301,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707338589',17302,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254717244476',17303,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724487557',17304,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254732435019',17305,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722131135',17306,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727796808',17307,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254798607995',17308,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723948151',17309,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254758040693',17310,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254714817787',17311,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254714300087',17312,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726617843',17313,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725061878',17314,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722651902',17315,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254112695818',17316,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254759206280',17317,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254792596268',17318,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254748137464',17319,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254712505240',17320,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254782097227',17321,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720935686',17322,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254719109521',17323,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724494347',17324,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254715890670',17325,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254703631466',17326,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254791846258',17327,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724623082',17328,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722954554',17329,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724579373',17330,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254759361415',17331,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254701144775',17332,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720956322',17333,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254713086881',17334,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254791495542',17335,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254790588628',17336,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254115694190',17337,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724458364',17338,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254711477047',17339,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254711236523',17340,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722902364',17341,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721482486',17342,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254790836202',17343,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724167648',17344,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728455307',17345,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254732997722',17346,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254747779233',17347,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254715555073',17348,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723120500',17349,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720716922',17350,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254703647208',17351,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254790700242',17352,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254745782157',17353,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726799015',17354,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721270151',17355,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728369150',17356,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254795577834',17357,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254705060701',17358,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707663660',17359,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728987915',17360,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707634268',17361,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254792147778',17362,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725288820',17363,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254715721123',17364,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254741258743',17365,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720403222',17366,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723073968',17367,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254700643937',17368,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254735941539',17369,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254708941046',17370,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254795850405',17371,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723061880',17372,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727667066',17373,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728504547',17374,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254706503732',17375,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728237144',17376,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716567766',17377,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718167867',17378,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724628885',17379,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254711502937',17380,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725643260',17381,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254797321801',17382,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728022249',17383,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254110040637',17384,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725935018',17385,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254797841591',17386,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721734226',17387,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254702132568',17388,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254729704779',17389,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254711292081',17390,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254701102994',17391,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254745920654',17392,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724039366',17393,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254712679687',17394,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727801892',17395,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254701389111',17396,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721762535',17397,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254758439639',17398,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254705318772',17399,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254758913671',17400,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254714929698',17401,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710563649',17402,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254711108444',17403,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707452218',17404,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727058276',17405,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254742756820',17406,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254719768647',17407,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254791015086',17408,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254704870250',17409,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254743264958',17410,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254708009158',17411,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720574653',17412,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254712812760',17413,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254704643680',17414,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723482582',17415,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726991289',17416,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725100543',17417,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723911211',17418,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726374508',17419,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254701741737',17420,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716626609',17421,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254711191318',17422,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725950988',17423,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254703835800',17424,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718850506',17425,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725706062',17426,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254742220420',17427,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722441304',17428,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724009412',17429,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254794205088',17430,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254704895470',17431,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254757578310',17432,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721603320',17433,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254711948128',17434,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723889985',17435,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254794301028',17436,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722773495',17437,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254714406001',17438,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254729469122',17439,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254729255727',17440,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727436433',17441,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('+1(913)253-6462',17442,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724744958',17443,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720666635',17444,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724869055',17445,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254789217579',17446,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726244171',17447,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724894516',17448,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728094909',17449,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254706926488',17450,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724829166',17451,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254792677905',17452,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254790039145',17453,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722819003',17454,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254741646464',17455,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724333313',17456,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716055788',17457,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727455617',17458,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254708016072',17459,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725236980',17460,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722385559',17461,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718683276',17462,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722111531',17463,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254711449640',17464,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720939895',17465,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254794321118',17466,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254737732787',17467,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710172593',17468,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721135228',17469,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254701692605',17470,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722294052',17471,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724399782',17472,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254746341929',17473,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254715259372',17474,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725275421',17475,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254746379267',17476,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720300385',17477,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725944424',17478,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726006946',17479,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710864860',17480,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254711469181',17481,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254776387893',17482,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720980146',17483,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727811338',17484,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726640444',17485,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726038621',17486,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('22559270691',17487,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716406111',17488,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722540508',17489,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254790495177',17490,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254795478175',17491,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254717625495',17492,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254713588899',17493,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720170807',17494,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707189591',17495,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254714686212',17496,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720374624',17497,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254796314006',17498,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722888679',17499,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254715517241',17500,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254704714707',17501,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720001256',17502,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728589926',17503,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254715417893',17504,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723858329',17505,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('256771728145',17506,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254706266388',17507,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254794124319',17508,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710728130',17509,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710953283',17510,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726290585',17511,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254714351102',17512,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254702010644',17513,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710870357',17514,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726691886',17515,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254796577053',17516,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254712244464',17517,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727829357',17518,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723738213',17519,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707026607',17520,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254703302638',17521,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254748971062',17522,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726609192',17523,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710679152',17524,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727619806',17525,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254703460720',17526,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724676725',17527,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254705303921',17528,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254703408110',17529,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254713756203',17530,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254795584407',17531,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723486622',17532,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254714220233',17533,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254719891856',17534,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725858646',17535,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254702618925',17536,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('201more\"class=\"x1iyjqo2x6ikm8rx10wlt62xlyipyvxuxw1ft_ao3eselectable-textcopyable-text\"style=\"min-hei',17537,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('Charlse',17538,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('Cliff',17539,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('Drn',17540,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('Faith',17541,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('Githunguru',17542,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('Pork',17543,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254712850072',17544,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726968946',17545,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710263112',17546,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727077322',17547,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254798770748',17548,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720979599',17549,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726407394',17550,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722811460',17551,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726796067',17552,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722145649',17553,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254113615645',17554,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720487462',17555,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254719747748',17556,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727174577',17557,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254796964896',17558,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254702844520',17559,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728579411',17560,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723239083',17561,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254794288896',17562,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707048461',17563,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254745986522',17564,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254768176953',17565,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254703655274',17566,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722670594',17567,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254797858340',17568,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254105202132',17569,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726388589',17570,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722272931',17571,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720995201',17572,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707090240',17573,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254708338460',17574,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254701055334',17575,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725498777',17576,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720238658',17577,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707022844',17578,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254768390682',17579,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725767413',17580,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('256782863010',17581,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254717618477',17582,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254700012689',17583,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720425074',17584,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722258630',17585,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724336278',17586,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254758804427',17587,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716612551',17588,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718831708',17589,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727257183',17590,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718277632',17591,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254742764505',17592,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254791733339',17593,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726894611',17594,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722591707',17595,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724981135',17596,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254711138096',17597,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726599910',17598,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718076570',17599,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722542810',17600,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254700536602',17601,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254714627349',17602,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254700647353',17603,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254708633161',17604,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720664365',17605,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254713520705',17606,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254795180874',17607,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254768199872',17608,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254714668883',17609,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('256772740454',17610,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254787843202',17611,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254706442995',17612,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726799279',17613,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707564382',17614,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723968437',17615,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254712091780',17616,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718872758',17617,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254797744477',17618,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722904661',17619,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721992806',17620,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254713149942',17621,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710254644',17622,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726305222',17623,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254753711098',17624,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254798420244',17625,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722747930',17626,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724666866',17627,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728095505',17628,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721757075',17629,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254702513891',17630,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727033740',17631,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254715228378',17632,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720230140',17633,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722456155',17634,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720284291',17635,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721291639',17636,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254701130621',17637,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707838138',17638,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721236424',17639,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722812532',17640,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254757470551',17641,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254765148968',17642,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722101403',17643,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254790490644',17644,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716840972',17645,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254745790909',17646,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254748806238',17647,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718380790',17648,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254705980929',17649,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254717266207',17650,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722118080',17651,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254768283872',17652,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254714942631',17653,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254795865354',17654,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720335434',17655,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254703749403',17656,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726683544',17657,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726169921',17658,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254713443633',17659,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725977132',17660,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722723103',17661,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716530608',17662,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254702338801',17663,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254742820049',17664,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725866602',17665,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724490495',17666,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254746234599',17667,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720968020',17668,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722999559',17669,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254703740470',17670,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254791365488',17671,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254737818783',17672,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716852370',17673,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722301697',17674,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254732064981',17675,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716460303',17676,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254796792416',17677,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254743909441',17678,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707032829',17679,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718556320',17680,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726872001',17681,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726696275',17682,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727173722',17683,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254769325880',17684,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254712242719',17685,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254702241330',17686,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722365892',17687,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723866313',17688,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254706485652',17689,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722815893',17690,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722168331',17691,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254795077736',17692,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707422868',17693,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254701547943',17694,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254795744270',17695,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254701515465',17696,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727709459',17697,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722721118',17698,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723566788',17699,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254700271400',17700,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723780534',17701,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254715601551',17702,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710918084',17703,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254704532832',17704,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720093277',17705,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707169399',17706,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723845302',17707,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722964223',17708,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254700894993',17709,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721710313',17710,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722686770',17711,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254702738108',17712,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724512822',17713,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254715842468',17714,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721710602',17715,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254713555260',17716,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716490041',17717,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724276677',17718,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('22508010840',17719,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254711859854',17720,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254708345378',17721,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723314406',17722,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725650988',17723,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254700558713',17724,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724680733',17725,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254704420846',17726,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254719864297',17727,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720582155',17728,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254732235780',17729,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710304456',17730,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254790016768',17731,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710813203',17732,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722229794',17733,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721571463',17734,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254791631579',17735,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725799491',17736,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718071558',17737,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720943449',17738,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722823142',17739,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254796019195',17740,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254741652340',17741,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254717452499',17742,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723664990',17743,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254110225481',17744,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254702647717',17745,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718483941',17746,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('491702413906',17747,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728215959',17748,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254715295795',17749,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254741761347',17750,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254745403111',17751,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721887037',17752,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254115960603',17753,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254729284207',17754,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721972522',17755,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710446057',17756,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254706097834',17757,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254792301474',17758,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718170290',17759,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254719314061',17760,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725978996',17761,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254745540138',17762,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726398262',17763,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254706761834',17764,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716333841',17765,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254712017384',17766,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718427123',17767,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254795792283',17768,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254702966553',17769,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254795445988',17770,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707828576',17771,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723449983',17772,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254717038854',17773,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716033543',17774,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722494741',17775,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254713095612',17776,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720884309',17777,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254780859256',17778,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254729204261',17779,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723231141',17780,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722720406',17781,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254792506442',17782,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716437961',17783,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726705641',17784,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727910606',17785,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254753102818',17786,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254700404567',17787,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721793945',17788,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728384718',17789,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254702684932',17790,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728435127',17791,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254792449016',17792,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254706622699',17793,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254714932243',17794,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722956236',17795,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254713879593',17796,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725143802',17797,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254715345564',17798,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723788876',17799,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254799240334',17800,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725836685',17801,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707338589',17802,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254717244476',17803,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724487557',17804,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254732435019',17805,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722131135',17806,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727796808',17807,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254798607995',17808,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723948151',17809,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254758040693',17810,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254714817787',17811,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254714300087',17812,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726617843',17813,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725061878',17814,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722651902',17815,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254112695818',17816,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254759206280',17817,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254792596268',17818,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254748137464',17819,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254712505240',17820,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254782097227',17821,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720935686',17822,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254719109521',17823,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724494347',17824,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254715890670',17825,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254703631466',17826,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254791846258',17827,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724623082',17828,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722954554',17829,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724579373',17830,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254759361415',17831,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254701144775',17832,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720956322',17833,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254713086881',17834,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254791495542',17835,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254790588628',17836,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254115694190',17837,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724458364',17838,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254711477047',17839,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254711236523',17840,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722902364',17841,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721482486',17842,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254790836202',17843,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724167648',17844,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728455307',17845,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254732997722',17846,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254747779233',17847,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254715555073',17848,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723120500',17849,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720716922',17850,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254703647208',17851,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254790700242',17852,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254745782157',17853,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726799015',17854,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721270151',17855,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728369150',17856,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254795577834',17857,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254705060701',17858,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707663660',17859,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728987915',17860,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707634268',17861,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254792147778',17862,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725288820',17863,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254715721123',17864,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254741258743',17865,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720403222',17866,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723073968',17867,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254700643937',17868,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254735941539',17869,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254708941046',17870,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254795850405',17871,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723061880',17872,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727667066',17873,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728504547',17874,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254706503732',17875,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728237144',17876,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716567766',17877,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718167867',17878,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724628885',17879,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254711502937',17880,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725643260',17881,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254797321801',17882,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728022249',17883,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254110040637',17884,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725935018',17885,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254797841591',17886,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721734226',17887,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254702132568',17888,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254729704779',17889,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254711292081',17890,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254701102994',17891,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254745920654',17892,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724039366',17893,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254712679687',17894,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727801892',17895,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254701389111',17896,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721762535',17897,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254758439639',17898,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254705318772',17899,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254758913671',17900,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254714929698',17901,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710563649',17902,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254711108444',17903,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707452218',17904,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727058276',17905,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254742756820',17906,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254719768647',17907,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254791015086',17908,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254704870250',17909,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254743264958',17910,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254708009158',17911,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720574653',17912,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254712812760',17913,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254704643680',17914,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723482582',17915,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726991289',17916,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725100543',17917,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723911211',17918,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726374508',17919,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254701741737',17920,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716626609',17921,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254711191318',17922,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725950988',17923,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254703835800',17924,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718850506',17925,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725706062',17926,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254742220420',17927,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722441304',17928,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724009412',17929,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254794205088',17930,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254704895470',17931,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254757578310',17932,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721603320',17933,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254711948128',17934,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723889985',17935,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254794301028',17936,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722773495',17937,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254714406001',17938,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254729469122',17939,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254729255727',17940,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727436433',17941,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('+1(913)253-6462',17942,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724744958',17943,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720666635',17944,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724869055',17945,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254789217579',17946,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726244171',17947,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724894516',17948,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728094909',17949,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254706926488',17950,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724829166',17951,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254792677905',17952,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254790039145',17953,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722819003',17954,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254741646464',17955,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724333313',17956,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716055788',17957,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727455617',17958,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254708016072',17959,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725236980',17960,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722385559',17961,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254718683276',17962,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722111531',17963,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254711449640',17964,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720939895',17965,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254794321118',17966,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254737732787',17967,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710172593',17968,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254721135228',17969,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254701692605',17970,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722294052',17971,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724399782',17972,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254746341929',17973,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254715259372',17974,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725275421',17975,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254746379267',17976,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720300385',17977,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725944424',17978,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726006946',17979,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710864860',17980,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254711469181',17981,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254776387893',17982,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720980146',17983,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727811338',17984,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726640444',17985,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726038621',17986,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('22559270691',17987,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254716406111',17988,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722540508',17989,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254790495177',17990,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254795478175',17991,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254717625495',17992,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254713588899',17993,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720170807',17994,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707189591',17995,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254714686212',17996,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720374624',17997,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254796314006',17998,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254722888679',17999,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254715517241',18000,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254704714707',18001,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254720001256',18002,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254728589926',18003,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254715417893',18004,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723858329',18005,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('256771728145',18006,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254706266388',18007,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254794124319',18008,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710728130',18009,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710953283',18010,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726290585',18011,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254714351102',18012,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254702010644',18013,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710870357',18014,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726691886',18015,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254796577053',18016,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254712244464',18017,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727829357',18018,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723738213',18019,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254707026607',18020,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254703302638',18021,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254748971062',18022,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254726609192',18023,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254710679152',18024,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254727619806',18025,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254703460720',18026,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254724676725',18027,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254705303921',18028,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254703408110',18029,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254713756203',18030,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254795584407',18031,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254723486622',18032,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254714220233',18033,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254719891856',18034,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254725858646',18035,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254702618925',18036,'','','2025-06-01 13:22:45pm','active','','','','','KES',''),('254712624204',18037,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721910739',18038,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722507120',18039,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720425074',18040,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254724787065',18041,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722811460',18042,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254737774020',18043,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722264121',18044,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721813999',18045,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254705638918',18046,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254706871387',18047,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254725574079',18048,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721804639',18049,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722625213',18050,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254729915742',18051,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254726143418',18052,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722999559',18053,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722893655',18054,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254708058809',18055,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721256460',18056,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254725828182',18057,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254724648668',18058,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254710848002',18059,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254717197888',18060,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722552524',18061,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254701562626',18062,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254727578064',18063,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722899172',18064,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254725465614',18065,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254725745077',18066,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722453855',18067,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254724335164',18068,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254725926241',18069,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720820029',18070,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721684773',18071,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254797665767',18072,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720726149',18073,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254715196248',18074,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254702118954',18075,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254728043102',18076,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721637096',18077,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720884309',18078,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722754108',18079,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722962943',18080,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722720406',18081,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254723058278',18082,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254711172383',18083,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254780108409',18084,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254735628972',18085,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254727136843',18086,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721822919',18087,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720960286',18088,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722338959',18089,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720737190',18090,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254729858037',18091,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254727735748',18092,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722817842',18093,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254792169550',18094,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254742495278',18095,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721368558',18096,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254723293604',18097,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720979599',18098,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254794568537',18099,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722869226',18100,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254726363715',18101,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254724452574',18102,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254775241649',18103,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720847874',18104,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254713885547',18105,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722553001',18106,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254702836304',18107,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720537097',18108,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254728371334',18109,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722460305',18110,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254708628473',18111,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722818932',18112,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254727626773',18113,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('256778818285',18114,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254799339497',18115,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721608221',18116,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254101648668',18117,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254706546080',18118,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721331925',18119,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254723795318',18120,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722723348',18121,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254723335191',18122,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722878528',18123,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722236058',18124,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720818931',18125,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254723685441',18126,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722330208',18127,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254707068006',18128,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254716757585',18129,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254700581842',18130,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254717183908',18131,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254724325393',18132,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254729974984',18133,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254706310670',18134,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254707097290',18135,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254712144181',18136,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254733727168',18137,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254723568655',18138,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722618805',18139,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720454729',18140,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720016150',18141,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254733875440',18142,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254710957975',18143,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254706180581',18144,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254705916624',18145,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721335926',18146,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254727595367',18147,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254791296477',18148,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254725291932',18149,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254712541376',18150,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254728832519',18151,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254711387632',18152,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254700807594',18153,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722337794',18154,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254723222594',18155,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722783184',18156,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720780595',18157,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254705522296',18158,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722981309',18159,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254725516530',18160,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254795820811',18161,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254729559898',18162,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721375550',18163,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721311703',18164,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254723930372',18165,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722725064',18166,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722792945',18167,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254728263673',18168,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254729487892',18169,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254724735775',18170,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721854755',18171,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721279453',18172,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254713552302',18173,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254726524321',18174,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722266265',18175,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721258097',18176,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720852277',18177,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('You\"class=\"x1iyjqo2x6ikm8rx10wlt62xlyipyvxuxw1ft_ao3eselectable-textcopyable-text\"style=\"min-height:',18178,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('Gym',18179,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('Leon',18180,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('Lin',18181,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('Mbogo',18182,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('Stella',18183,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721597252',18184,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254712624204',18185,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721910739',18186,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722507120',18187,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720425074',18188,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254724787065',18189,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722811460',18190,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254737774020',18191,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722264121',18192,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721813999',18193,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254705638918',18194,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254706871387',18195,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254725574079',18196,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721804639',18197,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722625213',18198,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254729915742',18199,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254726143418',18200,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722999559',18201,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722893655',18202,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254708058809',18203,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721256460',18204,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254725828182',18205,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254724648668',18206,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254710848002',18207,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254717197888',18208,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722552524',18209,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254701562626',18210,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254727578064',18211,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722899172',18212,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254725465614',18213,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254725745077',18214,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722453855',18215,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254724335164',18216,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254725926241',18217,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720820029',18218,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721684773',18219,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254797665767',18220,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720726149',18221,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254715196248',18222,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254702118954',18223,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254728043102',18224,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721637096',18225,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720884309',18226,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722754108',18227,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722962943',18228,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722720406',18229,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254723058278',18230,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254711172383',18231,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254780108409',18232,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254735628972',18233,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254727136843',18234,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721822919',18235,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720960286',18236,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722338959',18237,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720737190',18238,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254729858037',18239,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254727735748',18240,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722817842',18241,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254792169550',18242,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254742495278',18243,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721368558',18244,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254723293604',18245,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720979599',18246,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254794568537',18247,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722869226',18248,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254726363715',18249,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254724452574',18250,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254775241649',18251,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720847874',18252,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254713885547',18253,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722553001',18254,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254702836304',18255,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720537097',18256,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254728371334',18257,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722460305',18258,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254708628473',18259,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722818932',18260,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254727626773',18261,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('256778818285',18262,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254799339497',18263,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721608221',18264,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254101648668',18265,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254706546080',18266,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721331925',18267,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254723795318',18268,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722723348',18269,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254723335191',18270,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722878528',18271,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722236058',18272,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720818931',18273,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254723685441',18274,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722330208',18275,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254707068006',18276,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254716757585',18277,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254700581842',18278,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254717183908',18279,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254724325393',18280,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254729974984',18281,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254706310670',18282,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254707097290',18283,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254712144181',18284,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254733727168',18285,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254723568655',18286,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722618805',18287,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720454729',18288,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720016150',18289,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254733875440',18290,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254710957975',18291,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254706180581',18292,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254705916624',18293,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721335926',18294,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254727595367',18295,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254791296477',18296,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254725291932',18297,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254712541376',18298,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254728832519',18299,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254711387632',18300,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254700807594',18301,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722337794',18302,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254723222594',18303,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722783184',18304,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720780595',18305,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254705522296',18306,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722981309',18307,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254725516530',18308,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254795820811',18309,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254729559898',18310,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721375550',18311,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721311703',18312,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254723930372',18313,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722725064',18314,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722792945',18315,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254728263673',18316,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254729487892',18317,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254724735775',18318,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721854755',18319,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721279453',18320,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254713552302',18321,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254726524321',18322,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254722266265',18323,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254721258097',18324,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254720852277',18325,'','','2025-06-01 13:30:34pm','active','','','','','KES',''),('254110030292',18326,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254111374797',18327,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254111953261',18328,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254112232512',18329,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254112421524',18330,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254112492690',18331,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254112626771',18332,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254113234144',18333,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254113362506',18334,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254113386097',18335,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254113413967',18336,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254113665845',18337,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254113815796',18338,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254114038488',18339,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254114121434',18340,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254114132676',18341,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254114202923',18342,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254114491100',18343,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254115150757',18344,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254115379145',18345,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254115600035',18346,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254115606088',18347,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254115670388',18348,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254115690990',18349,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254115803631',18350,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254202000121',18351,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254202131222',18352,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254202444414',18353,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700041909',18354,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700106795',18355,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700195597',18356,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700239312',18357,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700322829',18358,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700337773',18359,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700389887',18360,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700405636',18361,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700407570',18362,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700416335',18363,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700446551',18364,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700519756',18365,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700743494',18366,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700796985',18367,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700882410',18368,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700917574',18369,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254701016811',18370,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254701091317',18371,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254701344449',18372,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254701346327',18373,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254701364186',18374,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254701396155',18375,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254701522968',18376,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254701892825',18377,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254701908731',18378,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254701949984',18379,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702111432',18380,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702115791',18381,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702126007',18382,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702222310',18383,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702457749',18384,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702484549',18385,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702507921',18386,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702514078',18387,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702520328',18388,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702607470',18389,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702633818',18390,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702639917',18391,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702947573',18392,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702965954',18393,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703119288',18394,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703133443',18395,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703154313',18396,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703232150',18397,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703253026',18398,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703277182',18399,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703363843',18400,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703365951',18401,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703497216',18402,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703647284',18403,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703647319',18404,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703654239',18405,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703757379',18406,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703766689',18407,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703770055',18408,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703807352',18409,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254704081582',18410,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254704117619',18411,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254704168756',18412,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254704293812',18413,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254704441069',18414,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254704562970',18415,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254704817443',18416,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705036720',18417,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705056960',18418,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705361810',18419,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705460008',18420,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705469424',18421,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705502901',18422,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705601251',18423,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705718025',18424,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705721612',18425,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705741078',18426,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705755396',18427,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705785037',18428,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705836024',18429,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705837881',18430,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705844650',18431,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705882004',18432,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705919936',18433,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706034621',18434,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706059249',18435,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706117844',18436,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706123136',18437,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706379929',18438,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706438819',18439,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706557803',18440,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706630566',18441,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706846305',18442,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706861071',18443,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706949349',18444,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706961734',18445,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707063366',18446,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707140904',18447,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707229556',18448,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707242620',18449,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707308038',18450,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707458198',18451,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707462882',18452,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707530415',18453,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707543132',18454,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707580660',18455,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707646457',18456,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707662249',18457,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707828319',18458,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707885566',18459,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707969058',18460,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254708012434',18461,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254708043762',18462,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254708072945',18463,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254708181781',18464,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254708273124',18465,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254708306861',18466,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254708420117',18467,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254708781671',18468,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254708811529',18469,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254709746214',18470,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710127370',18471,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710280270',18472,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710401874',18473,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710428446',18474,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710484926',18475,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710573708',18476,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710689321',18477,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710814640',18478,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710828131',18479,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710848286',18480,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710852887',18481,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710965167',18482,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710980075',18483,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711133115',18484,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711152062',18485,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711279414',18486,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711287135',18487,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711342314',18488,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711494105',18489,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711580335',18490,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711597407',18491,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711602225',18492,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711669787',18493,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711686621',18494,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711759941',18495,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711843859',18496,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711847481',18497,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711854427',18498,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711860722',18499,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711939396',18500,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711956214',18501,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711994393',18502,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254712052810',18503,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254712160286',18504,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254712239748',18505,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254712278294',18506,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254712296457',18507,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254712370075',18508,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254712403291',18509,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254712532004',18510,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254712648593',18511,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254712795308',18512,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254712830738',18513,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713010881',18514,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713054505',18515,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713067141',18516,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713092858',18517,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713149222',18518,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713227238',18519,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713236518',18520,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713271546',18521,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713413312',18522,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713441634',18523,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713595188',18524,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713833516',18525,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713895569',18526,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713931189',18527,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254714079848',18528,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254714130780',18529,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254714206642',18530,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254714259073',18531,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254714520150',18532,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254714663289',18533,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254714706140',18534,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254714730427',18535,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254714871528',18536,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715156000',18537,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715199219',18538,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715302888',18539,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715409730',18540,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715442489',18541,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715477892',18542,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715514334',18543,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715526752',18544,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715555383',18545,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715574662',18546,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715581378',18547,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715619222',18548,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715738974',18549,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715767676',18550,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715904741',18551,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716067137',18552,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716074155',18553,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716208642',18554,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716214712',18555,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716338977',18556,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716417794',18557,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716514834',18558,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716542343',18559,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716575796',18560,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716807767',18561,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716930397',18562,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716973110',18563,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716976443',18564,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716986935',18565,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717000808',18566,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717106443',18567,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717216298',18568,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717409531',18569,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717511877',18570,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717527225',18571,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717558212',18572,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717580036',18573,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717732964',18574,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717855910',18575,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717873214',18576,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717906930',18577,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254718057231',18578,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254718180425',18579,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254718243535',18580,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254718247344',18581,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254718374757',18582,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254718521211',18583,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254718564594',18584,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254718654324',18585,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254718659907',18586,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254718744388',18587,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254718782488',18588,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254719334501',18589,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254719606104',18590,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254719688079',18591,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254719696958',18592,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254719755185',18593,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720010397',18594,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720048675',18595,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720050211',18596,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720112027',18597,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720220583',18598,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720234176',18599,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720250520',18600,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720253645',18601,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720291493',18602,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720299553',18603,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720310021',18604,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720449595',18605,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720511354',18606,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720544171',18607,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720575051',18608,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720629603',18609,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720758104',18610,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720785048',18611,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720788266',18612,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720842178',18613,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720842415',18614,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720867471',18615,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720923933',18616,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721140771',18617,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721173454',18618,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721207271',18619,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721302640',18620,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721326948',18621,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721331961',18622,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721396569',18623,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721408808',18624,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721502251',18625,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721521285',18626,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721548378',18627,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721564977',18628,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721588666',18629,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721620320',18630,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721632516',18631,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721713504',18632,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721717575',18633,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721725710',18634,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721752396',18635,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721816797',18636,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721844008',18637,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721908182',18638,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721935704',18639,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721974221',18640,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722112116',18641,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722142542',18642,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722164523',18643,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722172052',18644,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722207277',18645,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722227404',18646,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722263634',18647,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722294756',18648,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722300290',18649,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722318571',18650,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722326078',18651,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722355107',18652,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722356734',18653,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722363005',18654,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722385371',18655,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722424136',18656,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722427144',18657,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722443590',18658,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722445743',18659,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722445815',18660,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722446258',18661,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722447358',18662,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722474887',18663,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722483165',18664,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722513082',18665,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722542500',18666,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722567388',18667,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722570018',18668,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722570363',18669,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722573792',18670,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722587390',18671,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722621770',18672,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722624722',18673,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722625719',18674,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722639674',18675,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722648149',18676,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722656142',18677,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722657719',18678,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722659307',18679,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722685278',18680,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722709727',18681,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722713918',18682,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722721081',18683,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722733369',18684,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722736620',18685,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722737766',18686,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722744746',18687,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722755873',18688,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722759471',18689,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722768403',18690,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722769866',18691,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722782787',18692,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722831145',18693,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722833714',18694,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722859297',18695,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722877364',18696,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722892232',18697,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722903609',18698,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722906672',18699,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722959077',18700,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722967544',18701,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722970797',18702,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722972374',18703,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722974623',18704,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722985420',18705,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723243468',18706,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723285609',18707,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723293523',18708,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723326062',18709,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723394544',18710,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723423129',18711,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723428105',18712,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723428592',18713,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723438710',18714,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723440211',18715,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723452807',18716,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723460538',18717,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723558917',18718,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723565990',18719,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723570600',18720,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723584566',18721,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723644899',18722,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723702535',18723,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723719170',18724,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723720165',18725,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723807641',18726,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723837685',18727,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723855561',18728,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723889371',18729,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723930152',18730,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723987628',18731,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723990253',18732,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723993906',18733,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724225178',18734,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724262118',18735,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724411109',18736,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724425593',18737,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724557022',18738,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724600270',18739,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724604760',18740,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724634264',18741,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724659789',18742,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724677950',18743,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724748574',18744,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724796354',18745,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724840340',18746,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724912790',18747,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724926871',18748,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724963075',18749,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724968648',18750,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724990079',18751,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724994619',18752,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724998160',18753,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725101023',18754,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725118797',18755,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725171639',18756,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725226049',18757,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725322321',18758,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725322370',18759,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725363575',18760,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725373379',18761,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725440457',18762,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725527085',18763,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725604005',18764,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725613025',18765,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725670896',18766,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725680764',18767,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725701488',18768,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725791154',18769,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725877213',18770,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725882347',18771,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725907091',18772,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725971480',18773,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726009967',18774,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726071355',18775,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726103067',18776,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726148038',18777,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726207313',18778,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726227296',18779,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726290117',18780,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726297241',18781,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726304923',18782,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726310400',18783,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726322991',18784,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726364821',18785,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726390101',18786,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726454458',18787,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726508938',18788,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726529047',18789,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726530094',18790,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726532337',18791,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726571772',18792,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726573094',18793,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('193more\"class=\"x1iyjqo2x6ikm8rx10wlt62xlyipyvxuxw1ft_ao3eselectable-textcopyable-text\"style=\"min-hei',18794,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('Biometric',18795,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('Bluechip',18796,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('Caro',18797,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('Charity',18798,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('Dunga',18799,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('GK',18800,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('Hosiptal',18801,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('Maina',18802,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('Mbaruk',18803,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('Mercy',18804,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('Mercy',18805,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('Myogenic',18806,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('Nina',18807,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('Obwaka',18808,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('Okwiri',18809,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('Peter',18810,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('Preacher',18811,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('Regina',18812,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('Top',18813,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('Wambugu',18814,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('Website',18815,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254718229370',18816,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254729940929',18817,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725208863',18818,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('+1(206)966-0922',18819,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('+1(214)397-8771',18820,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('+1(302)561-5845',18821,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('+1(437)788-5824',18822,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('+1(704)604-2747',18823,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254101836384',18824,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254102722964',18825,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254110030292',18826,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254111374797',18827,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254111953261',18828,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254112232512',18829,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254112421524',18830,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254112492690',18831,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254112626771',18832,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254113234144',18833,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254113362506',18834,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254113386097',18835,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254113413967',18836,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254113665845',18837,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254113815796',18838,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254114038488',18839,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254114121434',18840,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254114132676',18841,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254114202923',18842,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254114491100',18843,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254115150757',18844,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254115379145',18845,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254115600035',18846,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254115606088',18847,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254115670388',18848,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254115690990',18849,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254115803631',18850,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254202000121',18851,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254202131222',18852,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254202444414',18853,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700041909',18854,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700106795',18855,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700195597',18856,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700239312',18857,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700322829',18858,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700337773',18859,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700389887',18860,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700405636',18861,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700407570',18862,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700416335',18863,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700446551',18864,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700519756',18865,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700743494',18866,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700796985',18867,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700882410',18868,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254700917574',18869,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254701016811',18870,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254701091317',18871,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254701344449',18872,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254701346327',18873,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254701364186',18874,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254701396155',18875,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254701522968',18876,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254701892825',18877,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254701908731',18878,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254701949984',18879,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702111432',18880,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702115791',18881,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702126007',18882,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702222310',18883,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702457749',18884,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702484549',18885,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702507921',18886,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702514078',18887,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702520328',18888,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702607470',18889,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702633818',18890,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702639917',18891,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702947573',18892,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254702965954',18893,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703119288',18894,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703133443',18895,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703154313',18896,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703232150',18897,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703253026',18898,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703277182',18899,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703363843',18900,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703365951',18901,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703497216',18902,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703647284',18903,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703647319',18904,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703654239',18905,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703757379',18906,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703766689',18907,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703770055',18908,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254703807352',18909,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254704081582',18910,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254704117619',18911,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254704168756',18912,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254704293812',18913,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254704441069',18914,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254704562970',18915,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254704817443',18916,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705036720',18917,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705056960',18918,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705361810',18919,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705460008',18920,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705469424',18921,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705502901',18922,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705601251',18923,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705718025',18924,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705721612',18925,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705741078',18926,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705755396',18927,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705785037',18928,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705836024',18929,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705837881',18930,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705844650',18931,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705882004',18932,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254705919936',18933,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706034621',18934,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706059249',18935,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706117844',18936,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706123136',18937,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706379929',18938,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706438819',18939,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706557803',18940,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706630566',18941,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706846305',18942,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706861071',18943,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706949349',18944,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254706961734',18945,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707063366',18946,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707140904',18947,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707229556',18948,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707242620',18949,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707308038',18950,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707458198',18951,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707462882',18952,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707530415',18953,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707543132',18954,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707580660',18955,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707646457',18956,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707662249',18957,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707828319',18958,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707885566',18959,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254707969058',18960,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254708012434',18961,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254708043762',18962,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254708072945',18963,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254708181781',18964,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254708273124',18965,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254708306861',18966,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254708420117',18967,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254708781671',18968,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254708811529',18969,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254709746214',18970,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710127370',18971,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710280270',18972,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710401874',18973,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710428446',18974,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710484926',18975,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710573708',18976,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710689321',18977,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710814640',18978,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710828131',18979,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710848286',18980,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710852887',18981,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710965167',18982,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254710980075',18983,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711133115',18984,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711152062',18985,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711279414',18986,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711287135',18987,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711342314',18988,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711494105',18989,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711580335',18990,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711597407',18991,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711602225',18992,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711669787',18993,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711686621',18994,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711759941',18995,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711843859',18996,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711847481',18997,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711854427',18998,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711860722',18999,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711939396',19000,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711956214',19001,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254711994393',19002,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254712052810',19003,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254712160286',19004,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254712239748',19005,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254712278294',19006,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254712296457',19007,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254712370075',19008,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254712403291',19009,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254712532004',19010,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254712648593',19011,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254712795308',19012,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254712830738',19013,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713010881',19014,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713054505',19015,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713067141',19016,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713092858',19017,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713149222',19018,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713227238',19019,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713236518',19020,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713271546',19021,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713413312',19022,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713441634',19023,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713595188',19024,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713833516',19025,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713895569',19026,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254713931189',19027,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254714079848',19028,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254714130780',19029,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254714206642',19030,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254714259073',19031,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254714520150',19032,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254714663289',19033,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254714706140',19034,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254714730427',19035,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254714871528',19036,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715156000',19037,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715199219',19038,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715302888',19039,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715409730',19040,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715442489',19041,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715477892',19042,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715514334',19043,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715526752',19044,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715555383',19045,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715574662',19046,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715581378',19047,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715619222',19048,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715738974',19049,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715767676',19050,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254715904741',19051,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716067137',19052,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716074155',19053,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716208642',19054,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716214712',19055,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716338977',19056,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716417794',19057,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716514834',19058,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716542343',19059,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716575796',19060,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716807767',19061,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716930397',19062,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716973110',19063,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716976443',19064,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254716986935',19065,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717000808',19066,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717106443',19067,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717216298',19068,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717409531',19069,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717511877',19070,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717527225',19071,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717558212',19072,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717580036',19073,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717732964',19074,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717855910',19075,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717873214',19076,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254717906930',19077,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254718057231',19078,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254718180425',19079,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254718243535',19080,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254718247344',19081,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254718374757',19082,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254718521211',19083,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254718564594',19084,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254718654324',19085,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254718659907',19086,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254718744388',19087,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254718782488',19088,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254719334501',19089,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254719606104',19090,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254719688079',19091,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254719696958',19092,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254719755185',19093,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720010397',19094,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720048675',19095,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720050211',19096,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720112027',19097,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720220583',19098,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720234176',19099,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720250520',19100,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720253645',19101,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720291493',19102,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720299553',19103,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720310021',19104,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720449595',19105,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720511354',19106,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720544171',19107,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720575051',19108,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720629603',19109,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720758104',19110,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720785048',19111,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720788266',19112,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720842178',19113,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720842415',19114,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720867471',19115,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254720923933',19116,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721140771',19117,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721173454',19118,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721207271',19119,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721302640',19120,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721326948',19121,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721331961',19122,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721396569',19123,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721408808',19124,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721502251',19125,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721521285',19126,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721548378',19127,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721564977',19128,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721588666',19129,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721620320',19130,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721632516',19131,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721713504',19132,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721717575',19133,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721725710',19134,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721752396',19135,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721816797',19136,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721844008',19137,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721908182',19138,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721935704',19139,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254721974221',19140,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722112116',19141,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722142542',19142,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722164523',19143,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722172052',19144,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722207277',19145,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722227404',19146,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722263634',19147,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722294756',19148,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722300290',19149,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722318571',19150,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722326078',19151,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722355107',19152,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722356734',19153,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722363005',19154,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722385371',19155,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722424136',19156,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722427144',19157,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722443590',19158,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722445743',19159,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722445815',19160,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722446258',19161,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722447358',19162,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722474887',19163,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722483165',19164,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722513082',19165,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722542500',19166,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722567388',19167,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722570018',19168,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722570363',19169,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722573792',19170,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722587390',19171,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722621770',19172,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722624722',19173,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722625719',19174,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722639674',19175,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722648149',19176,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722656142',19177,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722657719',19178,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722659307',19179,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722685278',19180,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722709727',19181,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722713918',19182,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722721081',19183,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722733369',19184,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722736620',19185,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722737766',19186,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722744746',19187,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722755873',19188,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722759471',19189,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722768403',19190,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722769866',19191,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722782787',19192,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722831145',19193,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722833714',19194,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722859297',19195,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722877364',19196,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722892232',19197,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722903609',19198,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722906672',19199,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722959077',19200,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722967544',19201,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722970797',19202,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722972374',19203,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722974623',19204,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254722985420',19205,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723243468',19206,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723285609',19207,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723293523',19208,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723326062',19209,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723394544',19210,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723423129',19211,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723428105',19212,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723428592',19213,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723438710',19214,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723440211',19215,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723452807',19216,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723460538',19217,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723558917',19218,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723565990',19219,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723570600',19220,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723584566',19221,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723644899',19222,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723702535',19223,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723719170',19224,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723720165',19225,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723807641',19226,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723837685',19227,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723855561',19228,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723889371',19229,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723930152',19230,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723987628',19231,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723990253',19232,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254723993906',19233,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724225178',19234,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724262118',19235,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724411109',19236,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724425593',19237,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724557022',19238,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724600270',19239,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724604760',19240,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724634264',19241,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724659789',19242,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724677950',19243,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724748574',19244,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724796354',19245,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724840340',19246,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724912790',19247,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724926871',19248,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724963075',19249,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724968648',19250,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724990079',19251,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724994619',19252,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254724998160',19253,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725101023',19254,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725118797',19255,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725171639',19256,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725226049',19257,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725322321',19258,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725322370',19259,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725363575',19260,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725373379',19261,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725440457',19262,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725527085',19263,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725604005',19264,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725613025',19265,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725670896',19266,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725680764',19267,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725701488',19268,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725791154',19269,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725877213',19270,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725882347',19271,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725907091',19272,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254725971480',19273,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726009967',19274,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726071355',19275,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726103067',19276,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726148038',19277,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726207313',19278,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726227296',19279,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726290117',19280,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726297241',19281,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726304923',19282,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726310400',19283,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726322991',19284,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726364821',19285,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726390101',19286,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726454458',19287,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726508938',19288,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726529047',19289,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726530094',19290,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726532337',19291,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726571772',19292,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254726573094',19293,'','','2025-06-01 13:34:48pm','active','','','','','KES',''),('254795386440',19294,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720396335',19295,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254725879279',19296,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254723538997',19297,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254701106730',19298,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254714880173',19299,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254793599648',19300,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254735633082',19301,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254792440279',19302,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('250788319602',19303,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254101453370',19304,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254101883952',19305,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254110242405',19306,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254111275239',19307,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254111437655',19308,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254113951409',19309,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254114951444',19310,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254700476466',19311,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254700478843',19312,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254700656035',19313,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254700740649',19314,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254701374731',19315,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254701673090',19316,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254702223659',19317,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254702245879',19318,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254702695686',19319,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254702710722',19320,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254702840246',19321,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254702868183',19322,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254703586899',19323,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254703859881',19324,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254704153577',19325,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254704210622',19326,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254704942733',19327,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254705050065',19328,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254705139236',19329,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254705145102',19330,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254706359471',19331,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254706410554',19332,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254706459297',19333,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254706501087',19334,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254707049010',19335,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254707449606',19336,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254707517328',19337,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254707684319',19338,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254708421435',19339,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254708915776',19340,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254708962611',19341,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254710166873',19342,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254710345639',19343,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254710411792',19344,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254710426520',19345,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254710473926',19346,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254710559354',19347,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254710577509',19348,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254710582892',19349,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254711188300',19350,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254711468774',19351,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254711567263',19352,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254711733016',19353,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254711755556',19354,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254712161342',19355,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254713306982',19356,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254713321522',19357,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254713393203',19358,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254713932375',19359,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254714194583',19360,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254714530239',19361,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254714799984',19362,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254714850749',19363,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254714978228',19364,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254715043147',19365,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254715127006',19366,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254715344160',19367,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254715443024',19368,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254715531814',19369,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254715576265',19370,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254716138735',19371,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254716291592',19372,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254716542343',19373,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254716586326',19374,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254716894469',19375,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254717444623',19376,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254717687200',19377,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254717906733',19378,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254718222011',19379,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254718254328',19380,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254719452333',19381,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254719839097',19382,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720011178',19383,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720066374',19384,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720159712',19385,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720264558',19386,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720341352',19387,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720495702',19388,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720498693',19389,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720512711',19390,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720526092',19391,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720533576',19392,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720659193',19393,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720701819',19394,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720787370',19395,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720794271',19396,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720821085',19397,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720828474',19398,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720942029',19399,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721301299',19400,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721482813',19401,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721488509',19402,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721519447',19403,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721552820',19404,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721573602',19405,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721597863',19406,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721677126',19407,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721691802',19408,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721808657',19409,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721818223',19410,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721818560',19411,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721860547',19412,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721868936',19413,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721869639',19414,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721889752',19415,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721904833',19416,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721917005',19417,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721937038',19418,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722149027',19419,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722151006',19420,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722160323',19421,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722227089',19422,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722285767',19423,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722304453',19424,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722337074',19425,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722340579',19426,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722356871',19427,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722386847',19428,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722395404',19429,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722460690',19430,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722483640',19431,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722485131',19432,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722576756',19433,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722592022',19434,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722693228',19435,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722707227',19436,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722727203',19437,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722793932',19438,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722801578',19439,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722821723',19440,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722878875',19441,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722938873',19442,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722944689',19443,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722976942',19444,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254723011368',19445,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254723557048',19446,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254723680764',19447,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254723716560',19448,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254723750391',19449,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254723793899',19450,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254723817450',19451,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254723922559',19452,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254724112747',19453,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254724217589',19454,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254724295831',19455,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254724412193',19456,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254724442536',19457,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254724557664',19458,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254724635949',19459,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254724746180',19460,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254724829341',19461,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254724971636',19462,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254725148513',19463,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254725232894',19464,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254725295633',19465,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254725465407',19466,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254725565842',19467,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254725741735',19468,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254725925650',19469,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254726008053',19470,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254726160127',19471,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254726332415',19472,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254727372836',19473,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254727542227',19474,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254727796048',19475,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254727870109',19476,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254727972275',19477,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254728038056',19478,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254728440834',19479,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254728480656',19480,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254728676937',19481,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254729055015',19482,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254729065994',19483,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254729366445',19484,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254729448932',19485,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254729586127',19486,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254729654627',19487,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254729921241',19488,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254731839646',19489,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254732360389',19490,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254732970041',19491,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254733333174',19492,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254734824005',19493,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254735475476',19494,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254737311720',19495,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254739042644',19496,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254740434886',19497,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254742238555',19498,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254742359275',19499,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254742713390',19500,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254743710487',19501,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254743935795',19502,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254745066656',19503,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254745873783',19504,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254748109055',19505,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254748202022',19506,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254748589497',19507,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254751900900',19508,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254754966360',19509,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254757620389',19510,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254762088904',19511,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254768497211',19512,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254768598061',19513,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254769249900',19514,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254769498851',19515,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254780047123',19516,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254780837270',19517,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254781504745',19518,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254782272216',19519,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254783492929',19520,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254788693822',19521,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254790601170',19522,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254790926560',19523,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254791359251',19524,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254791536403',19525,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254791781649',19526,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254792552002',19527,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254792793432',19528,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254793025484',19529,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254793030071',19530,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254794681149',19531,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254794703583',19532,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254797452737',19533,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254797457230',19534,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254797818181',19535,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254797829426',19536,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('You\"class=\"x1iyjqo2x6ikm8rx10wlt62xlyipyvxuxw1ft_ao3eselectable-textcopyable-text\"style=\"min-height:',19537,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('MALCOME',19538,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('Martin',19539,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('Nzula',19540,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('Violet',19541,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721843034',19542,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254795386440',19543,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720396335',19544,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254725879279',19545,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254723538997',19546,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254701106730',19547,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254714880173',19548,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254793599648',19549,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254735633082',19550,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254792440279',19551,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('250788319602',19552,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254101453370',19553,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254101883952',19554,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254110242405',19555,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254111275239',19556,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254111437655',19557,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254113951409',19558,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254114951444',19559,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254700476466',19560,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254700478843',19561,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254700656035',19562,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254700740649',19563,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254701374731',19564,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254701673090',19565,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254702223659',19566,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254702245879',19567,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254702695686',19568,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254702710722',19569,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254702840246',19570,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254702868183',19571,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254703586899',19572,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254703859881',19573,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254704153577',19574,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254704210622',19575,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254704942733',19576,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254705050065',19577,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254705139236',19578,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254705145102',19579,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254706359471',19580,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254706410554',19581,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254706459297',19582,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254706501087',19583,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254707049010',19584,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254707449606',19585,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254707517328',19586,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254707684319',19587,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254708421435',19588,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254708915776',19589,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254708962611',19590,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254710166873',19591,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254710345639',19592,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254710411792',19593,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254710426520',19594,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254710473926',19595,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254710559354',19596,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254710577509',19597,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254710582892',19598,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254711188300',19599,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254711468774',19600,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254711567263',19601,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254711733016',19602,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254711755556',19603,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254712161342',19604,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254713306982',19605,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254713321522',19606,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254713393203',19607,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254713932375',19608,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254714194583',19609,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254714530239',19610,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254714799984',19611,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254714850749',19612,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254714978228',19613,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254715043147',19614,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254715127006',19615,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254715344160',19616,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254715443024',19617,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254715531814',19618,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254715576265',19619,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254716138735',19620,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254716291592',19621,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254716542343',19622,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254716586326',19623,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254716894469',19624,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254717444623',19625,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254717687200',19626,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254717906733',19627,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254718222011',19628,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254718254328',19629,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254719452333',19630,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254719839097',19631,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720011178',19632,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720066374',19633,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720159712',19634,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720264558',19635,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720341352',19636,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720495702',19637,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720498693',19638,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720512711',19639,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720526092',19640,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720533576',19641,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720659193',19642,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720701819',19643,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720787370',19644,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720794271',19645,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720821085',19646,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720828474',19647,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254720942029',19648,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721301299',19649,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721482813',19650,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721488509',19651,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721519447',19652,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721552820',19653,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721573602',19654,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721597863',19655,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721677126',19656,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721691802',19657,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721808657',19658,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721818223',19659,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721818560',19660,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721860547',19661,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721868936',19662,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721869639',19663,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721889752',19664,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721904833',19665,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721917005',19666,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254721937038',19667,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722149027',19668,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722151006',19669,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722160323',19670,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722227089',19671,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722285767',19672,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722304453',19673,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722337074',19674,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722340579',19675,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722356871',19676,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722386847',19677,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722395404',19678,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722460690',19679,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722483640',19680,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722485131',19681,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722576756',19682,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722592022',19683,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722693228',19684,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722707227',19685,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722727203',19686,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722793932',19687,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722801578',19688,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722821723',19689,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722878875',19690,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722938873',19691,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722944689',19692,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254722976942',19693,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254723011368',19694,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254723557048',19695,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254723680764',19696,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254723716560',19697,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254723750391',19698,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254723793899',19699,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254723817450',19700,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254723922559',19701,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254724112747',19702,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254724217589',19703,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254724295831',19704,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254724412193',19705,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254724442536',19706,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254724557664',19707,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254724635949',19708,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254724746180',19709,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254724829341',19710,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254724971636',19711,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254725148513',19712,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254725232894',19713,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254725295633',19714,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254725465407',19715,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254725565842',19716,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254725741735',19717,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254725925650',19718,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254726008053',19719,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254726160127',19720,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254726332415',19721,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254727372836',19722,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254727542227',19723,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254727796048',19724,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254727870109',19725,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254727972275',19726,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254728038056',19727,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254728440834',19728,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254728480656',19729,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254728676937',19730,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254729055015',19731,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254729065994',19732,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254729366445',19733,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254729448932',19734,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254729586127',19735,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254729654627',19736,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254729921241',19737,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254731839646',19738,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254732360389',19739,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254732970041',19740,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254733333174',19741,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254734824005',19742,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254735475476',19743,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254737311720',19744,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254739042644',19745,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254740434886',19746,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254742238555',19747,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254742359275',19748,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254742713390',19749,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254743710487',19750,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254743935795',19751,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254745066656',19752,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254745873783',19753,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254748109055',19754,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254748202022',19755,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254748589497',19756,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254751900900',19757,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254754966360',19758,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254757620389',19759,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254762088904',19760,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254768497211',19761,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254768598061',19762,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254769249900',19763,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254769498851',19764,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254780047123',19765,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254780837270',19766,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254781504745',19767,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254782272216',19768,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254783492929',19769,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254788693822',19770,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254790601170',19771,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254790926560',19772,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254791359251',19773,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254791536403',19774,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254791781649',19775,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254792552002',19776,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254792793432',19777,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254793025484',19778,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254793030071',19779,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254794681149',19780,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254794703583',19781,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254797452737',19782,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254797457230',19783,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254797818181',19784,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254797829426',19785,'','','2025-06-01 13:39:27pm','active','','','','','KES',''),('254795964545',19786,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254726987429',19787,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254725519898',19788,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254716209147',19789,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254797888244',19790,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254723634459',19791,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722348307',19792,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720175322',19793,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254723538997',19794,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720838022',19795,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254725600710',19796,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722855481',19797,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254735633082',19798,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254721783662',19799,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254799650104',19800,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254726122350',19801,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254725506442',19802,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720891233',19803,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254791040734',19804,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722153309',19805,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254724366459',19806,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254728411962',19807,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722246554',19808,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720716487',19809,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254702290419',19810,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254718501426',19811,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720386278',19812,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('97470116962',19813,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254796931197',19814,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254721373871',19815,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254797821835',19816,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720447755',19817,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254723309556',19818,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254736413386',19819,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254726244118',19820,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254721219143',19821,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254708550472',19822,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722310584',19823,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254712323337',19824,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254710686716',19825,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722810599',19826,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720752183',19827,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254733911023',19828,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254790624574',19829,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254752413386',19830,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254777667178',19831,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254762759672',19832,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254724847063',19833,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254716974239',19834,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254748953470',19835,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254706194597',19836,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254702407807',19837,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720818144',19838,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254721803548',19839,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254707842569',19840,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254725246992',19841,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254727976661',19842,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254728434146',19843,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254701676922',19844,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254716739448',19845,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254717919143',19846,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254795004354',19847,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254732444996',19848,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722355107',19849,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254729047355',19850,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254723584307',19851,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254721430373',19852,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720083967',19853,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722759485',19854,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254707171155',19855,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254710435987',19856,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722380009',19857,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254719770136',19858,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254725129216',19859,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254713152128',19860,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254711301826',19861,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254724610271',19862,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254797846595',19863,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254746301554',19864,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254757300209',19865,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722232753',19866,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254724669294',19867,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254746246118',19868,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254725468228',19869,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254748525443',19870,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254712713194',19871,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254727899613',19872,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254704618382',19873,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722739312',19874,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254790554354',19875,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254723608055',19876,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254105679186',19877,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254723969536',19878,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254712640033',19879,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254742689229',19880,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722653928',19881,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254723433435',19882,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254726332898',19883,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254721213678',19884,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254797137317',19885,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254711348938',19886,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254721806098',19887,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254725265768',19888,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722622098',19889,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254790591214',19890,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254716724562',19891,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254714243819',19892,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254710935104',19893,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254727010514',19894,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254786413386',19895,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254710823535',19896,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722870149',19897,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254780628358',19898,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254726581487',19899,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254724759855',19900,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254746761533',19901,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722606579',19902,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722846149',19903,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254708237474',19904,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254725311814',19905,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254724216495',19906,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254794703562',19907,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254721837019',19908,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254729450751',19909,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254718375916',19910,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254746518631',19911,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254723719523',19912,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254715715351',19913,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254701349800',19914,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254799854677',19915,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254114333400',19916,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254725903862',19917,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254742713390',19918,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254728914006',19919,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254745541077',19920,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254725018470',19921,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254701574059',19922,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254723822012',19923,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254723096064',19924,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254726390399',19925,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254701035836',19926,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720566836',19927,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254788765559',19928,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720972223',19929,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254727150448',19930,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254726494016',19931,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254711679231',19932,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254725264890',19933,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720997335',19934,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254705363447',19935,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254779960004',19936,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254740289866',19937,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('You\"class=\"x1iyjqo2x6ikm8rx10wlt62xlyipyvxuxw1ft_ao3eselectable-textcopyable-text\"style=\"min-height:',19938,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('Carol',19939,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('Chrispus',19940,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('Cilantro',19941,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('Dinero',19942,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('DRN',19943,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('Golden',19944,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('Job',19945,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('Joe',19946,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('Kisii',19947,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('Linsi',19948,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('MaWife',19949,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('Prudence',19950,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254721843034',19951,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254795964545',19952,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254726987429',19953,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254725519898',19954,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254716209147',19955,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254797888244',19956,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254723634459',19957,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722348307',19958,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720175322',19959,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254723538997',19960,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720838022',19961,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254725600710',19962,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722855481',19963,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254735633082',19964,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254721783662',19965,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254799650104',19966,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254726122350',19967,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254725506442',19968,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720891233',19969,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254791040734',19970,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722153309',19971,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254724366459',19972,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254728411962',19973,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722246554',19974,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720716487',19975,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254702290419',19976,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254718501426',19977,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720386278',19978,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('97470116962',19979,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254796931197',19980,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254721373871',19981,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254797821835',19982,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720447755',19983,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254723309556',19984,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254736413386',19985,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254726244118',19986,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254721219143',19987,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254708550472',19988,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722310584',19989,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254712323337',19990,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254710686716',19991,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722810599',19992,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720752183',19993,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254733911023',19994,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254790624574',19995,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254752413386',19996,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254777667178',19997,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254762759672',19998,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254724847063',19999,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254716974239',20000,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254748953470',20001,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254706194597',20002,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254702407807',20003,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720818144',20004,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254721803548',20005,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254707842569',20006,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254725246992',20007,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254727976661',20008,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254728434146',20009,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254701676922',20010,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254716739448',20011,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254717919143',20012,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254795004354',20013,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254732444996',20014,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722355107',20015,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254729047355',20016,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254723584307',20017,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254721430373',20018,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720083967',20019,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722759485',20020,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254707171155',20021,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254710435987',20022,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722380009',20023,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254719770136',20024,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254725129216',20025,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254713152128',20026,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254711301826',20027,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254724610271',20028,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254797846595',20029,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254746301554',20030,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254757300209',20031,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722232753',20032,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254724669294',20033,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254746246118',20034,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254725468228',20035,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254748525443',20036,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254712713194',20037,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254727899613',20038,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254704618382',20039,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722739312',20040,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254790554354',20041,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254723608055',20042,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254105679186',20043,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254723969536',20044,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254712640033',20045,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254742689229',20046,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722653928',20047,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254723433435',20048,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254726332898',20049,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254721213678',20050,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254797137317',20051,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254711348938',20052,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254721806098',20053,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254725265768',20054,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722622098',20055,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254790591214',20056,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254716724562',20057,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254714243819',20058,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254710935104',20059,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254727010514',20060,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254786413386',20061,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254710823535',20062,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722870149',20063,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254780628358',20064,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254726581487',20065,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254724759855',20066,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254746761533',20067,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722606579',20068,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254722846149',20069,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254708237474',20070,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254725311814',20071,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254724216495',20072,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254794703562',20073,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254721837019',20074,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254729450751',20075,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254718375916',20076,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254746518631',20077,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254723719523',20078,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254715715351',20079,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254701349800',20080,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254799854677',20081,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254114333400',20082,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254725903862',20083,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254742713390',20084,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254728914006',20085,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254745541077',20086,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254725018470',20087,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254701574059',20088,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254723822012',20089,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254723096064',20090,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254726390399',20091,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254701035836',20092,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720566836',20093,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254788765559',20094,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720972223',20095,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254727150448',20096,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254726494016',20097,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254711679231',20098,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254725264890',20099,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254720997335',20100,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254705363447',20101,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254779960004',20102,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254740289866',20103,'','','2025-06-01 13:39:40pm','active','','','','','KES',''),('254798609185',20104,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254733827426',20105,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254739787555',20106,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254725618888',20107,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254733220565',20108,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722821177',20109,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721545358',20110,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254780525883',20111,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254710481715',20112,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254701210942',20113,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254720828186',20114,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721419310',20115,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722514774',20116,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254732521543',20117,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254727993327',20118,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721635250',20119,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722380983',20120,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254712675719',20121,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254725541112',20122,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254723688841',20123,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254723371094',20124,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722805244',20125,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254703248303',20126,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721680111',20127,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722922690',20128,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721411424',20129,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721887006',20130,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722248942',20131,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('8613433061650',20132,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254799751405',20133,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721705346',20134,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254710952162',20135,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722460202',20136,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722403344',20137,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722970814',20138,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722390923',20139,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722734843',20140,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722818752',20141,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722896752',20142,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254736642449',20143,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722768397',20144,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254723276023',20145,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254733342007',20146,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254733850058',20147,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722524267',20148,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722347908',20149,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722777182',20150,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254720824523',20151,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722233107',20152,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722512963',20153,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254728606331',20154,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254706616532',20155,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722216712',20156,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254720733492',20157,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722216275',20158,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254742700041',20159,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254714555111',20160,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254724244342',20161,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722681216',20162,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722455264',20163,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254724555910',20164,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721881166',20165,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254740469722',20166,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254733642664',20167,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254723664993',20168,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254724483955',20169,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254795757436',20170,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722795815',20171,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722518535',20172,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254729035803',20173,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722602699',20174,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254723970525',20175,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722334605',20176,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254720883453',20177,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254733884809',20178,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722880875',20179,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254724422422',20180,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254733150263',20181,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721440900',20182,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722540854',20183,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722806435',20184,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254720587555',20185,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722262763',20186,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722513235',20187,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722773568',20188,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254789743304',20189,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722660888',20190,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721247454',20191,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722528746',20192,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722766026',20193,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254706519999',20194,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254728142622',20195,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721297492',20196,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722720005',20197,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722389367',20198,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('+1(443)308-7904',20199,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722332598',20200,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721319860',20201,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722772453',20202,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722735329',20203,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722436464',20204,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722282693',20205,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254727500812',20206,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722750560',20207,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722297615',20208,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721604360',20209,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254734554471',20210,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254700477710',20211,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254723042948',20212,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254720152870',20213,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722775541',20214,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722948348',20215,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722894853',20216,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722806797',20217,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722829513',20218,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722797023',20219,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254728740550',20220,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254713555801',20221,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721518674',20222,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722233100',20223,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722509622',20224,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722324268',20225,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722866597',20226,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722707241',20227,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721675293',20228,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722210516',20229,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722767205',20230,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254748597571',20231,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721602229',20232,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722894596',20233,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254720412164',20234,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254720582989',20235,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722722544',20236,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254708986865',20237,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722369210',20238,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722303341',20239,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254718901395',20240,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722659778',20241,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722756380',20242,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254704417920',20243,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722521639',20244,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722659041',20245,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722306171',20246,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254701763963',20247,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722715736',20248,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254723554217',20249,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722523770',20250,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254717421794',20251,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721335152',20252,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254759679995',20253,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254723356910',20254,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254725846314',20255,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722277274',20256,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722301589',20257,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('You\"class=\"x1iyjqo2x6ikm8rx10wlt62xlyipyvxuxw1ft_ao3eselectable-textcopyable-text\"style=\"min-height:',20258,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('Max',20259,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('Mercy',20260,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('Ntv',20261,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254798609185',20262,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254733827426',20263,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254739787555',20264,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254725618888',20265,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254733220565',20266,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722821177',20267,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721545358',20268,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254780525883',20269,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254710481715',20270,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254701210942',20271,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254720828186',20272,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721419310',20273,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722514774',20274,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254732521543',20275,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254727993327',20276,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721635250',20277,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722380983',20278,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254712675719',20279,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254725541112',20280,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254723688841',20281,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254723371094',20282,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722805244',20283,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254703248303',20284,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721680111',20285,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722922690',20286,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721411424',20287,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721887006',20288,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722248942',20289,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('8613433061650',20290,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254799751405',20291,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721705346',20292,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254710952162',20293,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722460202',20294,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722403344',20295,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722970814',20296,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722390923',20297,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722734843',20298,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722818752',20299,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722896752',20300,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254736642449',20301,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722768397',20302,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254723276023',20303,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254733342007',20304,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254733850058',20305,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722524267',20306,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722347908',20307,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722777182',20308,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254720824523',20309,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722233107',20310,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722512963',20311,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254728606331',20312,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254706616532',20313,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722216712',20314,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254720733492',20315,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722216275',20316,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254742700041',20317,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254714555111',20318,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254724244342',20319,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722681216',20320,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722455264',20321,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254724555910',20322,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721881166',20323,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254740469722',20324,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254733642664',20325,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254723664993',20326,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254724483955',20327,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254795757436',20328,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722795815',20329,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722518535',20330,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254729035803',20331,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722602699',20332,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254723970525',20333,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722334605',20334,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254720883453',20335,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254733884809',20336,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722880875',20337,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254724422422',20338,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254733150263',20339,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721440900',20340,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722540854',20341,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722806435',20342,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254720587555',20343,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722262763',20344,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722513235',20345,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722773568',20346,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254789743304',20347,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722660888',20348,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721247454',20349,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722528746',20350,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722766026',20351,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254706519999',20352,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254728142622',20353,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721297492',20354,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722720005',20355,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722389367',20356,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('+1(443)308-7904',20357,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722332598',20358,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721319860',20359,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722772453',20360,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722735329',20361,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722436464',20362,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722282693',20363,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254727500812',20364,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722750560',20365,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722297615',20366,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721604360',20367,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254734554471',20368,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254700477710',20369,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254723042948',20370,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254720152870',20371,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722775541',20372,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722948348',20373,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722894853',20374,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722806797',20375,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722829513',20376,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722797023',20377,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254728740550',20378,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254713555801',20379,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721518674',20380,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722233100',20381,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722509622',20382,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722324268',20383,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722866597',20384,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722707241',20385,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721675293',20386,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722210516',20387,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722767205',20388,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254748597571',20389,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721602229',20390,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722894596',20391,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254720412164',20392,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254720582989',20393,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722722544',20394,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254708986865',20395,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722369210',20396,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722303341',20397,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254718901395',20398,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722659778',20399,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722756380',20400,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254704417920',20401,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722521639',20402,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722659041',20403,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722306171',20404,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254701763963',20405,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722715736',20406,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254723554217',20407,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722523770',20408,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254717421794',20409,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254721335152',20410,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254759679995',20411,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254723356910',20412,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254725846314',20413,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722277274',20414,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254722301589',20415,'','','2025-06-01 13:45:05pm','active','','','','','KES',''),('254729627162',20416,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254715280964',20417,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722701897',20418,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254700222344',20419,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254114608846',20420,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722896231',20421,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254727415589',20422,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254716709255',20423,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254726200755',20424,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723741985',20425,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254729809557',20426,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254728128353',20427,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254718410601',20428,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254790355472',20429,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722647388',20430,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254715606099',20431,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254704908556',20432,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724567426',20433,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722895092',20434,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254105769656',20435,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254729585763',20436,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254106074598',20437,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254799356826',20438,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254713736945',20439,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254729642650',20440,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724820399',20441,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254113166247',20442,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254113166296',20443,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254726039264',20444,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254113166383',20445,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254799407620',20446,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724744972',20447,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254780742708',20448,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254769705999',20449,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254799189671',20450,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254704914995',20451,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254715212675',20452,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720236825',20453,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254715413867',20454,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254738575349',20455,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254745697346',20456,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723214580',20457,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254715328072',20458,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723663659',20459,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254750522282',20460,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254711565806',20461,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254736044440',20462,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721241356',20463,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254790457100',20464,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254729975795',20465,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254705562353',20466,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723843121',20467,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722844359',20468,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254786173086',20469,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721911122',20470,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254791924335',20471,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254792126607',20472,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254733438720',20473,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254729825986',20474,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254758063210',20475,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254713294729',20476,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722579599',20477,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254714896214',20478,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720784153',20479,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721639164',20480,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725170440',20481,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254752387142',20482,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254759899775',20483,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('447932558472',20484,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254741840746',20485,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725170268',20486,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254700100797',20487,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722949843',20488,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722431784',20489,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723710096',20490,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254713514660',20491,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254707253829',20492,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254728730098',20493,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723033137',20494,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254793764782',20495,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254790261024',20496,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254796682821',20497,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254783599776',20498,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254757808816',20499,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254704454538',20500,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721554954',20501,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254703235252',20502,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254716987830',20503,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724810600',20504,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254112895898',20505,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254780073059',20506,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254706793387',20507,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254726709420',20508,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254731269789',20509,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720675161',20510,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723551440',20511,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254711834812',20512,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723050778',20513,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722491257',20514,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254713382278',20515,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254715548363',20516,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254783208034',20517,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254113809110',20518,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254745149075',20519,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723557048',20520,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721799390',20521,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254733367359',20522,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254710823445',20523,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254791748982',20524,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254710400016',20525,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254710254524',20526,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723687579',20527,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254754625160',20528,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721494583',20529,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254726616669',20530,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254743843147',20531,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254716100335',20532,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254726892433',20533,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254714583491',20534,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254713725164',20535,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720285946',20536,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254738696319',20537,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725121083',20538,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724524264',20539,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254100504834',20540,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254718002702',20541,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254742708418',20542,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254714494843',20543,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254752645416',20544,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254793590127',20545,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254735210874',20546,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254706467189',20547,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254704718919',20548,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254768479547',20549,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254736282138',20550,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254728161325',20551,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254726711605',20552,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254112810845',20553,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254751938660',20554,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254735353993',20555,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254714275020',20556,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254702870939',20557,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254732819791',20558,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254792925858',20559,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722117253',20560,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254716653156',20561,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721258144',20562,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724572201',20563,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254707212009',20564,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254797849680',20565,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254740515628',20566,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720589516',20567,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722274576',20568,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725068537',20569,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254711961710',20570,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724408481',20571,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('2347058094690',20572,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254712812887',20573,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254703545191',20574,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723352715',20575,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254718191789',20576,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254707666387',20577,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254799217005',20578,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724219658',20579,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254712534091',20580,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722250373',20581,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724782317',20582,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722847975',20583,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724588797',20584,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724922274',20585,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725925152',20586,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254710504066',20587,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721364045',20588,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724632979',20589,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722611073',20590,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721396405',20591,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722798590',20592,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254733898678',20593,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254790653855',20594,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725894055',20595,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254798434285',20596,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254700166166',20597,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254726314608',20598,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254703644013',20599,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724309299',20600,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722988277',20601,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254703740084',20602,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254769481793',20603,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725772407',20604,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254701214934',20605,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254746947164',20606,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722335640',20607,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720470479',20608,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722842432',20609,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254701346327',20610,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254748202022',20611,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254717752670',20612,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254792917918',20613,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254790247874',20614,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722871456',20615,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725754814',20616,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254727458615',20617,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722967126',20618,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720606880',20619,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254757755959',20620,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254704818181',20621,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254746288850',20622,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254704619089',20623,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254781789869',20624,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254791627552',20625,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724382063',20626,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254726997094',20627,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254702386166',20628,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254788065105',20629,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724725343',20630,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254711172806',20631,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722531309',20632,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254742701066',20633,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254777913320',20634,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254743927535',20635,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254752983777',20636,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254716512518',20637,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254701429300',20638,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254729500303',20639,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254780840216',20640,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254712909444',20641,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254717587988',20642,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254700236236',20643,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254788007077',20644,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254729872831',20645,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254798476789',20646,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254711850854',20647,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254795839263',20648,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720533004',20649,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724701051',20650,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722818825',20651,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723445470',20652,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722943656',20653,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254717265587',20654,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724965128',20655,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254728022222',20656,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725609979',20657,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254707179914',20658,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254716964114',20659,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725457446',20660,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722778858',20661,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254751687711',20662,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254716724017',20663,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254717444976',20664,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725712819',20665,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254738409590',20666,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723455218',20667,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254791768968',20668,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254714457234',20669,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254798844552',20670,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254742425428',20671,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720340239',20672,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254715971278',20673,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254762172209',20674,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254740706567',20675,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254716523713',20676,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722118520',20677,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254114333400',20678,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254704677199',20679,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254732966066',20680,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720743427',20681,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722891352',20682,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254790516690',20683,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254711156734',20684,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254756927033',20685,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254714442668',20686,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254704607094',20687,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254710833701',20688,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254717362943',20689,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254796610746',20690,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254711689424',20691,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721637557',20692,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720980104',20693,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254714238244',20694,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254756705007',20695,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254751086176',20696,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720945368',20697,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721863235',20698,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724612465',20699,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254701110102',20700,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254714354805',20701,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254735443980',20702,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254702624753',20703,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722710399',20704,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254704235498',20705,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254113069050',20706,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254737048009',20707,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('2348138167187',20708,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254727478734',20709,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254791406771',20710,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723660431',20711,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722809786',20712,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254757408927',20713,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254716979912',20714,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722268887',20715,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723327996',20716,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724201614',20717,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254746623666',20718,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725965158',20719,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723916989',20720,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254711324613',20721,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723725796',20722,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254793715220',20723,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254113166382',20724,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721314242',20725,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722223969',20726,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722775402',20727,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254748955879',20728,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254741279522',20729,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254743714343',20730,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723122754',20731,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254712780813',20732,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254718906297',20733,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254111219934',20734,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254793767159',20735,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254731621890',20736,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722710481',20737,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254715096621',20738,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254742019997',20739,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254710688224',20740,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254745104373',20741,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254705119238',20742,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725606213',20743,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254794217393',20744,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254700400209',20745,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725512927',20746,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254715411251',20747,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254710259831',20748,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722814599',20749,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254750299699',20750,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720998686',20751,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725717442',20752,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254768900482',20753,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254726011265',20754,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254726226995',20755,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254797643093',20756,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254114725665',20757,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254716889916',20758,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254707429639',20759,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254713231136',20760,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254716803209',20761,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254736616581',20762,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254727485330',20763,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254728225125',20764,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254714045083',20765,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721633345',20766,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254727707244',20767,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722760520',20768,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254713020971',20769,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254759068522',20770,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720828798',20771,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254711542022',20772,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254714581953',20773,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254701039384',20774,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254742181146',20775,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254707178168',20776,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254746190586',20777,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254710823535',20778,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254759115969',20779,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721366175',20780,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254733508784',20781,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254769796479',20782,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254705164961',20783,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722450420',20784,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254795386440',20785,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254768293448',20786,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720298344',20787,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254746157613',20788,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254733217925',20789,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254719290640',20790,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723822012',20791,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254748176481',20792,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('256774536820',20793,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254708273124',20794,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721895221',20795,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721885352',20796,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254736478648',20797,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254746906864',20798,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254700033078',20799,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254715104656',20800,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254717772960',20801,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724459190',20802,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722288023',20803,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721669715',20804,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254711109827',20805,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254798408408',20806,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254714459713',20807,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254719104519',20808,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723439990',20809,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723365571',20810,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254743606108',20811,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254768404875',20812,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254768202980',20813,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254712205129',20814,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722134296',20815,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254705695537',20816,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254703594440',20817,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254790554354',20818,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254727242477',20819,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254795528628',20820,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254710431585',20821,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254700516624',20822,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('447900395010',20823,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720454345',20824,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254754035101',20825,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721231722',20826,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254780312435',20827,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254795397498',20828,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254114180781',20829,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725022058',20830,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254799440545',20831,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725931123',20832,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723220329',20833,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723049480',20834,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254746751663',20835,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722709085',20836,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254735161377',20837,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254701206169',20838,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722902935',20839,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254717568278',20840,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254707828319',20841,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722608597',20842,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254704640302',20843,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720125165',20844,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722585551',20845,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254785279008',20846,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721470457',20847,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254714714594',20848,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721488509',20849,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254700410356',20850,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720666102',20851,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721158585',20852,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254717329654',20853,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721733117',20854,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254705502222',20855,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254728445505',20856,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254711188300',20857,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254729259499',20858,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254739117883',20859,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254797410228',20860,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724781534',20861,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254739262241',20862,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722582555',20863,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254701288737',20864,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254728255105',20865,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254712216022',20866,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254727243892',20867,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720716631',20868,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254776360295',20869,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720060431',20870,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721533822',20871,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254101549170',20872,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720940822',20873,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725653134',20874,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254715555383',20875,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721926360',20876,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722675314',20877,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721328507',20878,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254702342828',20879,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254704902051',20880,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254719408244',20881,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('263785535583',20882,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254700896642',20883,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254714253779',20884,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721709485',20885,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254727906089',20886,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254727122025',20887,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254705562197',20888,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724479215',20889,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721255947',20890,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254791631680',20891,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254718683852',20892,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722655911',20893,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254700719110',20894,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722543028',20895,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254701898503',20896,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254729419004',20897,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254705601370',20898,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254708476378',20899,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721717722',20900,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254733319418',20901,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725129300',20902,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254740977843',20903,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721900118',20904,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725094221',20905,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721962673',20906,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254702219430',20907,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254708097275',20908,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254728788297',20909,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('919099081376',20910,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254728464952',20911,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254790064413',20912,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254112070791',20913,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722211904',20914,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722918034',20915,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254735220386',20916,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254743424242',20917,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254789033037',20918,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254741653795',20919,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254707674649',20920,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254798369246',20921,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724363886',20922,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254743243091',20923,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254713248463',20924,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723940176',20925,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724792602',20926,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254714494843',20927,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254768479547',20928,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254717353829',20929,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254702892442',20930,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254728247875',20931,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254713502032',20932,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254715650931',20933,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254747890369',20934,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254701687134',20935,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725116966',20936,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254733283777',20937,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723291030',20938,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722607495',20939,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254768259034',20940,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254717320440',20941,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254777627815',20942,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254762454646',20943,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254704326137',20944,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722731965',20945,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254711121475',20946,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724981808',20947,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254759573005',20948,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254733391293',20949,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723921358',20950,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254798142511',20951,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254795044850',20952,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254790700043',20953,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254717022276',20954,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725526406',20955,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722493406',20956,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722334040',20957,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254711578336',20958,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721739329',20959,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254706081760',20960,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254748597973',20961,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254105060994',20962,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723229379',20963,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720046121',20964,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724217074',20965,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722899517',20966,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721386677',20967,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720804647',20968,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254718039113',20969,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254735129679',20970,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254741471255',20971,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725684352',20972,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254705415043',20973,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722136185',20974,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722797126',20975,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720300998',20976,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254735219319',20977,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254111625081',20978,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254700359086',20979,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723852483',20980,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254741718671',20981,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254700467182',20982,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254728901578',20983,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254713322701',20984,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722245004',20985,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722260111',20986,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254782337270',20987,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722710038',20988,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721815675',20989,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720779301',20990,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721518182',20991,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254713112299',20992,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721662772',20993,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254793660409',20994,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254711266108',20995,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254717856149',20996,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254750256455',20997,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254702707705',20998,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254792301128',20999,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720418450',21000,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724484592',21001,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721588666',21002,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254729719820',21003,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254726869558',21004,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254726110390',21005,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720899815',21006,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722847961',21007,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722315165',21008,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254796339603',21009,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254715487217',21010,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720613597',21011,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254742797501',21012,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254728541650',21013,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254737777793',21014,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722663133',21015,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721434132',21016,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254703673865',21017,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254703210839',21018,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720406007',21019,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722933357',21020,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720445698',21021,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254707458198',21022,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254715388994',21023,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254797456556',21024,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254114035900',21025,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254706133510',21026,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722547088',21027,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254704448122',21028,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254740107241',21029,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254714880173',21030,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254795403980',21031,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254786433754',21032,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724917377',21033,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254712542510',21034,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254793870186',21035,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254720733828',21036,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254702366721',21037,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721639179',21038,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725158179',21039,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254702455243',21040,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722444860',21041,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254794915796',21042,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254743943542',21043,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254702425834',21044,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725024451',21045,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724287848',21046,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722724232',21047,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254762003001',21048,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254704985080',21049,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254788143502',21050,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254724963624',21051,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254796304345',21052,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722449386',21053,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254729808956',21054,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254742924146',21055,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254711729323',21056,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721684386',21057,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254754549472',21058,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254113877988',21059,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254768507235',21060,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722442681',21061,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254729940929',21062,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254706368306',21063,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721261236',21064,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254799422559',21065,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254705150150',21066,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254726116976',21067,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254795483016',21068,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254748451910',21069,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254727776431',21070,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254703232150',21071,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722758478',21072,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254737808081',21073,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254798518336',21074,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254706948939',21075,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254725157475',21076,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722257500',21077,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254702074234',21078,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723230840',21079,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254723888839',21080,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254100603902',21081,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254714686134',21082,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254722714693',21083,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254758345090',21084,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('2347047373153',21085,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('2348087036518',21086,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('2349122083299',21087,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254100198798',21088,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254100643620',21089,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254102252030',21090,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254102310367',21091,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254102800800',21092,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254106395781',21093,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254110508645',21094,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254112205203',21095,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254112908914',21096,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254113222005',21097,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254113424458',21098,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254113486143',21099,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254114150674',21100,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254114771732',21101,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254115150757',21102,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254115751098',21103,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254117333010',21104,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254117656174',21105,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254700037619',21106,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254700087031',21107,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254700101820',21108,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254700504564',21109,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254700519844',21110,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254700528447',21111,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254700607756',21112,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254700622213',21113,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254701114047',21114,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254701908909',21115,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254702115184',21116,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254702118611',21117,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254702157003',21118,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254702246129',21119,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254702527776',21120,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254702544845',21121,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254702657476',21122,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254702925898',21123,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254703394944',21124,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254703546487',21125,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254703795388',21126,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254703871085',21127,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254704094393',21128,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254704104906',21129,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254704409086',21130,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254704594404',21131,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254704821745',21132,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254704834656',21133,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254704966541',21134,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254705503775',21135,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254705580608',21136,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254705866057',21137,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254705888215',21138,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254706267600',21139,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254706311442',21140,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254706493387',21141,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254706609184',21142,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254706655396',21143,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254706737433',21144,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254707038112',21145,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254707087511',21146,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254707088897',21147,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254707171155',21148,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254707188807',21149,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254707251584',21150,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254707274561',21151,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254707323342',21152,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254707357717',21153,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254707534252',21154,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254707546013',21155,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254707599595',21156,'','','2025-06-01 13:46:02pm','active','','','','','KES',''),('254721257733',21157,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254757643303',21158,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254724014388',21159,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254721291723',21160,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254786533339',21161,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254729663284',21162,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254714362526',21163,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254715801408',21164,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254703740084',21165,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254723461487',21166,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254718209040',21167,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254725759896',21168,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254706633598',21169,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254704141009',21170,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254723436247',21171,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254720828233',21172,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254705876730',21173,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254725430318',21174,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254780330094',21175,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254703738241',21176,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254707179914',21177,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254702625266',21178,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254723455218',21179,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254720130762',21180,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254720612582',21181,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254729430307',21182,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254729987140',21183,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254712695186',21184,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254718906297',21185,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254724996395',21186,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254721566616',21187,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254722692466',21188,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254705164961',21189,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254711536911',21190,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254717712911',21191,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254769866752',21192,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254704522533',21193,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254715460379',21194,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254726616994',21195,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254710766870',21196,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254746460036',21197,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254728616422',21198,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254722687084',21199,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254717329654',21200,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254738484835',21201,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254720614355',21202,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254722595080',21203,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254701035904',21204,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254700326613',21205,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254721717722',21206,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254712801036',21207,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254721512345',21208,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254723972418',21209,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254721486584',21210,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254790263436',21211,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254707664406',21212,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254112070791',21213,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254721258982',21214,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254711642441',21215,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254722428165',21216,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254722493406',21217,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254714680078',21218,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254723667517',21219,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254703727127',21220,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254797766753',21221,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254724392967',21222,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254796873470',21223,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254714895246',21224,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254725250920',21225,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254707354885',21226,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254722950574',21227,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254715370463',21228,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254714574695',21229,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254724632979',21230,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254712731682',21231,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254722763277',21232,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254722372439',21233,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254727167937',21234,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254726667497',21235,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254737362778',21236,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254715956939',21237,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254716727006',21238,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254721610650',21239,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254717433810',21240,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254769124444',21241,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254707875169',21242,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254720442456',21243,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254106792202',21244,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254722639314',21245,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254720005519',21246,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254711150153',21247,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254716437463',21248,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254720805835',21249,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254721859560',21250,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254720918943',21251,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254745589201',21252,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254722663133',21253,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254722332072',21254,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254712251458',21255,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254745298326',21256,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254710265315',21257,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254723598679',21258,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254710740214',21259,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254707957496',21260,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254112770215',21261,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254721733090',21262,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254717873214',21263,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254712401842',21264,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254721326398',21265,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254720705215',21266,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254722983198',21267,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254735633082',21268,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254722137400',21269,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254792171596',21270,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254716257048',21271,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254726224659',21272,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254724963624',21273,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254728334107',21274,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254708181781',21275,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254708836517',21276,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254793251627',21277,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254741266845',21278,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254722296417',21279,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254721636460',21280,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254723514122',21281,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254790091611',21282,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254703100200',21283,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254738100200',21284,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254712214853',21285,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254721169441',21286,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254112738039',21287,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254701931532',21288,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254702220927',21289,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254702521107',21290,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254702909862',21291,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254703859906',21292,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254704338109',21293,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254706343705',21294,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254707163341',21295,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254708821979',21296,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254710199317',21297,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254710259831',21298,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254710326157',21299,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254710836837',21300,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254711187935',21301,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254711785203',21302,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254712540948',21303,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254712673537',21304,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254712678251',21305,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254712863145',21306,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254713439161',21307,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254713980282',21308,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254714572290',21309,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254714870233',21310,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254715220761',21311,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254715757234',21312,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254717612022',21313,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254718182845',21314,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254718443860',21315,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254718589092',21316,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254719768829',21317,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254719861563',21318,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254720075939',21319,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254720139463',21320,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254720267516',21321,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254721256187',21322,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254721432387',21323,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254721825914',21324,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254721911122',21325,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254722408793',21326,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254722643656',21327,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254722645102',21328,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254722653947',21329,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254722738922',21330,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254722883408',21331,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254722893058',21332,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254722949998',21333,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254722972657',21334,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254723025068',21335,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254723101075',21336,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254723286250',21337,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254723400442',21338,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254723590502',21339,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254724917820',21340,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254725965158',21341,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254726127308',21342,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254726486311',21343,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254726761075',21344,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254726793940',21345,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254727404440',21346,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254727711744',21347,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254728442251',21348,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254728510885',21349,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254729481768',21350,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254729736585',21351,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254735123233',21352,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254745460081',21353,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254757283597',21354,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254768404875',21355,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254790207997',21356,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254790617201',21357,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254791474158',21358,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254796217808',21359,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254797137317',21360,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254798207757',21361,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254799211858',21362,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254799689651',21363,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('256776639854',21364,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('You',21365,'','','2025-06-01 13:46:18pm','active','','','','','KES',''),('254759472180',21366,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720951363',21367,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254799030781',21368,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254724226666',21369,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721256901',21370,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254707048461',21371,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254729270498',21372,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720696320',21373,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722875933',21374,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722318329',21375,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254715156822',21376,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721577591',21377,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254786643921',21378,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722286112',21379,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254727640476',21380,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254724874950',21381,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254716726029',21382,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720120630',21383,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254717057195',21384,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722628037',21385,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254707678298',21386,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254729885382',21387,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723828823',21388,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720248034',21389,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722782967',21390,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254717115552',21391,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254705198503',21392,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254728963127',21393,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254727594799',21394,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254790997776',21395,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722714337',21396,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721542393',21397,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254728606727',21398,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722961746',21399,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254114445613',21400,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254719212557',21401,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254710456037',21402,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722452058',21403,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254717666012',21404,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720379811',21405,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254727802707',21406,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720462163',21407,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722979513',21408,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254727477685',21409,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254728835335',21410,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254718334328',21411,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254716426061',21412,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254705669877',21413,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254727447938',21414,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254788286816',21415,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723202859',21416,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254793032482',21417,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254726555999',21418,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254733636590',21419,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725716257',21420,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254728492372',21421,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254713592975',21422,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720847430',21423,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722672220',21424,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254715845847',21425,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254716431302',21426,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722754625',21427,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254724874026',21428,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254715008232',21429,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254745507698',21430,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254111409057',21431,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254727570601',21432,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721889752',21433,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722219501',21434,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254718206992',21435,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254700530568',21436,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722975553',21437,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254724373801',21438,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('+1(205)482-6121',21439,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722825691',21440,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254726432000',21441,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721117576',21442,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254726809528',21443,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254705123129',21444,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720596160',21445,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723046700',21446,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254719314061',21447,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254729631730',21448,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722327737',21449,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254724675545',21450,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254716472033',21451,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254112470259',21452,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722946344',21453,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722236115',21454,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722424273',21455,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254726749147',21456,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254719498019',21457,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254704549571',21458,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254708660756',21459,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254726969549',21460,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721388669',21461,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722301118',21462,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254798872998',21463,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254741761221',21464,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722766454',21465,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723841336',21466,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722226198',21467,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720246075',21468,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254715638668',21469,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722313480',21470,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254798711697',21471,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725010000',21472,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254729631002',21473,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254712604331',21474,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721450442',21475,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720588910',21476,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720526092',21477,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722422957',21478,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254713115656',21479,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723333602',21480,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722588899',21481,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722984690',21482,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723623816',21483,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254714361459',21484,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254714598950',21485,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254736400366',21486,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723162898',21487,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722278292',21488,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254729346417',21489,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720463928',21490,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254716010927',21491,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725932730',21492,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723226163',21493,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254724853207',21494,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254727179931',21495,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254797807050',21496,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254727831000',21497,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723044085',21498,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722139576',21499,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254716786432',21500,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725845142',21501,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254714016377',21502,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722402666',21503,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254718370183',21504,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254112967575',21505,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720817733',21506,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254789869866',21507,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254741210850',21508,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254712349528',21509,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254712132439',21510,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254716019815',21511,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254703231350',21512,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722497381',21513,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254726555603',21514,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720009158',21515,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722639986',21516,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254704897474',21517,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720148142',21518,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254770238231',21519,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254702647581',21520,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254768836935',21521,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254724283782',21522,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254736334075',21523,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254714574007',21524,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254705544860',21525,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721444443',21526,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722579170',21527,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254700159054',21528,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254742417306',21529,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254700182681',21530,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722452979',21531,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254719451842',21532,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254716859473',21533,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254726121185',21534,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723731080',21535,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720981992',21536,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254707535643',21537,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254701095895',21538,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722229156',21539,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254729177896',21540,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254726511953',21541,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254717451659',21542,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254798007557',21543,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254712878150',21544,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254719644002',21545,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254724416841',21546,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721705222',21547,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725400459',21548,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725446890',21549,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254780320247',21550,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721519542',21551,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725960517',21552,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254706290999',21553,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722876504',21554,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254718228888',21555,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254731967831',21556,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722773583',21557,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254711188885',21558,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254728179121',21559,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('447442270992',21560,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720474362',21561,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254711645095',21562,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721577878',21563,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254715189164',21564,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725327071',21565,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254746515784',21566,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721737099',21567,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254711496927',21568,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254716108337',21569,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723871371',21570,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720555636',21571,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254724530538',21572,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254792173132',21573,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254712984364',21574,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254714429544',21575,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('256752946125',21576,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254712034443',21577,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254702359618',21578,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722686679',21579,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254702235775',21580,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254713189496',21581,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723531906',21582,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254712827818',21583,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254707373453',21584,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722714294',21585,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254789561023',21586,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720704265',21587,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721314476',21588,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254726702815',21589,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722402229',21590,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254711176531',21591,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722229530',21592,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254713464246',21593,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254714254440',21594,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721932514',21595,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725485917',21596,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('256776638156',21597,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725266886',21598,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721469200',21599,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725486999',21600,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254710124463',21601,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722398359',21602,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254702508131',21603,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722985614',21604,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254719800008',21605,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254711716065',21606,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254702933315',21607,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723927383',21608,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722837916',21609,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254729914572',21610,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254724632970',21611,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723946627',21612,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254707247412',21613,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722694833',21614,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254716226557',21615,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725264890',21616,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722857336',21617,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254729008249',21618,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254728756392',21619,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('You\"class=\"x1iyjqo2x6ikm8rx10wlt62xlyipyvxuxw1ft_ao3eselectable-textcopyable-text\"style=\"min-height:',21620,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('Kcb',21621,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('Milka',21622,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('Murtaza',21623,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('Zipporah',21624,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254759472180',21625,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720951363',21626,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254799030781',21627,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254724226666',21628,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721256901',21629,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254707048461',21630,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254729270498',21631,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720696320',21632,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722875933',21633,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722318329',21634,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254715156822',21635,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721577591',21636,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254786643921',21637,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722286112',21638,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254727640476',21639,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254724874950',21640,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254716726029',21641,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720120630',21642,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254717057195',21643,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722628037',21644,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254707678298',21645,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254729885382',21646,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723828823',21647,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720248034',21648,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722782967',21649,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254717115552',21650,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254705198503',21651,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254728963127',21652,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254727594799',21653,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254790997776',21654,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722714337',21655,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721542393',21656,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254728606727',21657,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722961746',21658,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254114445613',21659,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254719212557',21660,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254710456037',21661,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722452058',21662,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254717666012',21663,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720379811',21664,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254727802707',21665,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720462163',21666,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722979513',21667,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254727477685',21668,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254728835335',21669,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254718334328',21670,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254716426061',21671,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254705669877',21672,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254727447938',21673,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254788286816',21674,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723202859',21675,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254793032482',21676,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254726555999',21677,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254733636590',21678,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725716257',21679,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254728492372',21680,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254713592975',21681,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720847430',21682,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722672220',21683,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254715845847',21684,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254716431302',21685,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722754625',21686,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254724874026',21687,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254715008232',21688,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254745507698',21689,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254111409057',21690,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254727570601',21691,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721889752',21692,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722219501',21693,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254718206992',21694,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254700530568',21695,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722975553',21696,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254724373801',21697,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('+1(205)482-6121',21698,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722825691',21699,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254726432000',21700,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721117576',21701,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254726809528',21702,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254705123129',21703,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720596160',21704,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723046700',21705,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254719314061',21706,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254729631730',21707,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722327737',21708,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254724675545',21709,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254716472033',21710,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254112470259',21711,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722946344',21712,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722236115',21713,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722424273',21714,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254726749147',21715,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254719498019',21716,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254704549571',21717,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254708660756',21718,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254726969549',21719,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721388669',21720,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722301118',21721,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254798872998',21722,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254741761221',21723,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722766454',21724,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723841336',21725,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722226198',21726,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720246075',21727,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254715638668',21728,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722313480',21729,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254798711697',21730,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725010000',21731,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254729631002',21732,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254712604331',21733,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721450442',21734,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720588910',21735,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720526092',21736,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722422957',21737,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254713115656',21738,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723333602',21739,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722588899',21740,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722984690',21741,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723623816',21742,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254714361459',21743,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254714598950',21744,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254736400366',21745,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723162898',21746,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722278292',21747,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254729346417',21748,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720463928',21749,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254716010927',21750,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725932730',21751,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723226163',21752,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254724853207',21753,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254727179931',21754,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254797807050',21755,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254727831000',21756,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723044085',21757,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722139576',21758,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254716786432',21759,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725845142',21760,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254714016377',21761,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722402666',21762,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254718370183',21763,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254112967575',21764,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720817733',21765,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254789869866',21766,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254741210850',21767,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254712349528',21768,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254712132439',21769,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254716019815',21770,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254703231350',21771,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722497381',21772,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254726555603',21773,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720009158',21774,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722639986',21775,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254704897474',21776,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720148142',21777,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254770238231',21778,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254702647581',21779,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254768836935',21780,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254724283782',21781,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254736334075',21782,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254714574007',21783,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254705544860',21784,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721444443',21785,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722579170',21786,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254700159054',21787,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254742417306',21788,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254700182681',21789,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722452979',21790,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254719451842',21791,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254716859473',21792,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254726121185',21793,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723731080',21794,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720981992',21795,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254707535643',21796,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254701095895',21797,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722229156',21798,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254729177896',21799,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254726511953',21800,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254717451659',21801,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254798007557',21802,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254712878150',21803,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254719644002',21804,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254724416841',21805,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721705222',21806,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725400459',21807,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725446890',21808,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254780320247',21809,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721519542',21810,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725960517',21811,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254706290999',21812,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722876504',21813,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254718228888',21814,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254731967831',21815,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722773583',21816,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254711188885',21817,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254728179121',21818,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('447442270992',21819,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720474362',21820,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254711645095',21821,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721577878',21822,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254715189164',21823,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725327071',21824,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254746515784',21825,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721737099',21826,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254711496927',21827,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254716108337',21828,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723871371',21829,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720555636',21830,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254724530538',21831,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254792173132',21832,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254712984364',21833,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254714429544',21834,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('256752946125',21835,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254712034443',21836,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254702359618',21837,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722686679',21838,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254702235775',21839,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254713189496',21840,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723531906',21841,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254712827818',21842,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254707373453',21843,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722714294',21844,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254789561023',21845,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254720704265',21846,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721314476',21847,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254726702815',21848,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722402229',21849,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254711176531',21850,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722229530',21851,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254713464246',21852,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254714254440',21853,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721932514',21854,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725485917',21855,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('256776638156',21856,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725266886',21857,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721469200',21858,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725486999',21859,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254710124463',21860,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722398359',21861,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254702508131',21862,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722985614',21863,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254719800008',21864,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254711716065',21865,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254702933315',21866,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723927383',21867,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722837916',21868,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254729914572',21869,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254724632970',21870,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254723946627',21871,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254707247412',21872,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722694833',21873,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254716226557',21874,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254725264890',21875,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254722857336',21876,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254729008249',21877,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254728756392',21878,'','','2025-06-01 13:49:22pm','active','','','','','KES',''),('254721498688',21879,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722899500',21880,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254759472180',21881,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254729380860',21882,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254723922280',21883,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254720704915',21884,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254724987124',21885,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254710744174',21886,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254706221625',21887,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722620093',21888,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254726538215',21889,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254720107653',21890,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254724966129',21891,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254715120730',21892,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254717969472',21893,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722367427',21894,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722773252',21895,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722717570',21896,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254711629751',21897,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254725241784',21898,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722809195',21899,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722460218',21900,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254725825518',21901,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254721292766',21902,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254728200066',21903,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254714875006',21904,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254723594143',21905,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254711109299',21906,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254721441532',21907,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254715222902',21908,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254728613991',21909,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254723965333',21910,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254721865952',21911,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254723004951',21912,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254711420053',21913,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254721202369',21914,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254724846901',21915,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254726320211',21916,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254721163335',21917,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722282293',21918,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254712030280',21919,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254724738052',21920,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254718993175',21921,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254725800429',21922,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254729604661',21923,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254721360474',21924,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254718897204',21925,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254721658139',21926,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722818098',21927,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722474750',21928,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254725241493',21929,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254720426189',21930,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254737400242',21931,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254725777195',21932,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254714246843',21933,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254739234191',21934,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254721738386',21935,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722412603',21936,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722159245',21937,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254725036556',21938,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722718872',21939,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254734442846',21940,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254727670520',21941,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254762325280',21942,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254725732483',21943,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254721401976',21944,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722375423',21945,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722503989',21946,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254726255784',21947,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254721421057',21948,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254717606657',21949,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254727476855',21950,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254726433793',21951,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254723313193',21952,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254707988999',21953,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722411550',21954,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722944496',21955,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722329328',21956,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('You\"class=\"x1iyjqo2x6ikm8rx10wlt62xlyipyvxuxw1ft_ao3eselectable-textcopyable-text\"style=\"min-height:',21957,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('Zipporah',21958,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254727874860',21959,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254721498688',21960,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722899500',21961,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254759472180',21962,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254729380860',21963,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254723922280',21964,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254720704915',21965,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254724987124',21966,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254710744174',21967,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254706221625',21968,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722620093',21969,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254726538215',21970,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254720107653',21971,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254724966129',21972,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254715120730',21973,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254717969472',21974,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722367427',21975,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722773252',21976,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722717570',21977,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254711629751',21978,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254725241784',21979,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722809195',21980,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722460218',21981,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254725825518',21982,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254721292766',21983,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254728200066',21984,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254714875006',21985,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254723594143',21986,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254711109299',21987,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254721441532',21988,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254715222902',21989,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254728613991',21990,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254723965333',21991,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254721865952',21992,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254723004951',21993,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254711420053',21994,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254721202369',21995,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254724846901',21996,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254726320211',21997,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254721163335',21998,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722282293',21999,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254712030280',22000,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254724738052',22001,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254718993175',22002,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254725800429',22003,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254729604661',22004,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254721360474',22005,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254718897204',22006,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254721658139',22007,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722818098',22008,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722474750',22009,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254725241493',22010,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254720426189',22011,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254737400242',22012,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254725777195',22013,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254714246843',22014,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254739234191',22015,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254721738386',22016,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722412603',22017,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722159245',22018,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254725036556',22019,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722718872',22020,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254734442846',22021,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254727670520',22022,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254762325280',22023,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254725732483',22024,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254721401976',22025,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722375423',22026,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722503989',22027,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254726255784',22028,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254721421057',22029,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254717606657',22030,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254727476855',22031,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254726433793',22032,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254723313193',22033,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254707988999',22034,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722411550',22035,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722944496',22036,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722329328',22037,'','','2025-06-01 13:52:12pm','active','','','','','KES',''),('254722341548',22038,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722617785',22039,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254759472180',22040,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254720597125',22041,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722672130',22042,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254742500347',22043,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254728771835',22044,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254799834354',22045,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254706820105',22046,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254720025455',22047,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722800315',22048,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254729235342',22049,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254725302948',22050,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722748872',22051,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722945461',22052,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254721414505',22053,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254788852587',22054,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254721735760',22055,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254707636262',22056,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254720398089',22057,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722403709',22058,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254714765489',22059,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254726849665',22060,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254740678872',22061,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722875906',22062,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254711557790',22063,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722513442',22064,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254724107120',22065,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254742489209',22066,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254792354903',22067,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('211917591400',22068,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254725769736',22069,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254723660371',22070,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254714719028',22071,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254724275854',22072,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722799299',22073,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254725676295',22074,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254720707617',22075,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254718161656',22076,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254720292780',22077,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722517539',22078,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254787031760',22079,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254721321663',22080,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722769072',22081,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722763405',22082,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254723624079',22083,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254728602406',22084,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254723827625',22085,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254741481522',22086,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254727845953',22087,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254729611316',22088,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254721307683',22089,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254720326097',22090,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254725790322',22091,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254725431359',22092,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722492619',22093,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254724292692',22094,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722211831',22095,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254720857925',22096,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254792021795',22097,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254726598127',22098,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254721440324',22099,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254720491020',22100,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254725690472',22101,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722672344',22102,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254718964946',22103,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722722897',22104,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722611483',22105,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254725348018',22106,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254705125174',22107,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722659456',22108,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254724005446',22109,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722168507',22110,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254792004221',22111,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254725438675',22112,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254726124370',22113,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254729700000',22114,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254732580270',22115,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722419516',22116,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254723774725',22117,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('97439985430',22118,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722642042',22119,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('You\"class=\"x1iyjqo2x6ikm8rx10wlt62xlyipyvxuxw1ft_ao3eselectable-textcopyable-text\"style=\"min-height:',22120,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('Francis',22121,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('Zipporah',22122,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722798590',22123,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722341548',22124,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722617785',22125,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254759472180',22126,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254720597125',22127,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722672130',22128,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254742500347',22129,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254728771835',22130,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254799834354',22131,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254706820105',22132,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254720025455',22133,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722800315',22134,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254729235342',22135,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254725302948',22136,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722748872',22137,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722945461',22138,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254721414505',22139,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254788852587',22140,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254721735760',22141,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254707636262',22142,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254720398089',22143,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722403709',22144,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254714765489',22145,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254726849665',22146,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254740678872',22147,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722875906',22148,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254711557790',22149,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722513442',22150,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254724107120',22151,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254742489209',22152,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254792354903',22153,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('211917591400',22154,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254725769736',22155,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254723660371',22156,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254714719028',22157,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254724275854',22158,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722799299',22159,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254725676295',22160,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254720707617',22161,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254718161656',22162,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254720292780',22163,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722517539',22164,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254787031760',22165,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254721321663',22166,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722769072',22167,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722763405',22168,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254723624079',22169,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254728602406',22170,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254723827625',22171,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254741481522',22172,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254727845953',22173,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254729611316',22174,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254721307683',22175,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254720326097',22176,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254725790322',22177,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254725431359',22178,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722492619',22179,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254724292692',22180,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722211831',22181,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254720857925',22182,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254792021795',22183,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254726598127',22184,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254721440324',22185,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254720491020',22186,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254725690472',22187,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722672344',22188,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254718964946',22189,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722722897',22190,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722611483',22191,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254725348018',22192,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254705125174',22193,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722659456',22194,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254724005446',22195,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722168507',22196,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254792004221',22197,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254725438675',22198,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254726124370',22199,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254729700000',22200,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254732580270',22201,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722419516',22202,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254723774725',22203,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('97439985430',22204,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254722642042',22205,'','','2025-06-01 13:56:15pm','active','','','','','KES',''),('254759472180',22206,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723145796',22207,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723568952',22208,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254726976436',22209,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254727221748',22210,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254727791099',22211,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254712466557',22212,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254725389681',22213,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254716568535',22214,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721382526',22215,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254725845562',22216,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721950985',22217,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721481495',22218,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254710653965',22219,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722812405',22220,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722828383',22221,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254725841396',22222,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254712253906',22223,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254726768964',22224,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722374194',22225,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723238349',22226,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254707490468',22227,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721365599',22228,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721870816',22229,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722250695',22230,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721469928',22231,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254713659329',22232,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721680067',22233,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254731918418',22234,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721789540',22235,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721552330',22236,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722455899',22237,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254115653399',22238,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254710345914',22239,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254787989123',22240,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720925579',22241,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254716868378',22242,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722592431',22243,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254707680305',22244,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254700879752',22245,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254719168798',22246,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722984928',22247,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254726950409',22248,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721937665',22249,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722897595',22250,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254733891309',22251,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723695981',22252,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722349904',22253,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724641413',22254,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254757275507',22255,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254728147613',22256,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722556205',22257,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254704395874',22258,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722265665',22259,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722313971',22260,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724491374',22261,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254702056140',22262,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722827421',22263,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254708786786',22264,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721702626',22265,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254704187331',22266,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720576676',22267,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722283409',22268,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254711647841',22269,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723889906',22270,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722327041',22271,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720908866',22272,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722209886',22273,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722826695',22274,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721727907',22275,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721916568',22276,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254726957957',22277,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723298664',22278,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722566551',22279,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254111378601',22280,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723173399',22281,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722653041',22282,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254745532372',22283,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721879898',22284,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254729597718',22285,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722720021',22286,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720010539',22287,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721929803',22288,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722858316',22289,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254725974446',22290,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722898456',22291,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722652294',22292,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722311616',22293,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254729715385',22294,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254715669146',22295,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721612966',22296,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722488277',22297,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722961832',22298,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721841917',22299,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254701081708',22300,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721303711',22301,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254704118502',22302,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722347129',22303,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254707772222',22304,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254728384444',22305,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722611298',22306,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723396142',22307,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254735628972',22308,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721966688',22309,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254713817831',22310,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723926777',22311,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722602320',22312,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721992263',22313,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721707888',22314,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254725495051',22315,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723946631',22316,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723990901',22317,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722868980',22318,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722791941',22319,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721623798',22320,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722287351',22321,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723342006',22322,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254708098976',22323,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722297206',22324,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722961739',22325,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724706001',22326,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724728063',22327,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722591686',22328,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254728032095',22329,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722565813',22330,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254710493679',22331,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254700435843',22332,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254708735330',22333,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254707559789',22334,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720068012',22335,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254703776599',22336,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722335228',22337,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724699963',22338,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254713549000',22339,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721816403',22340,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254726224968',22341,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254705426662',22342,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254746264596',22343,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721909487',22344,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722783470',22345,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722833189',22346,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254725707448',22347,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722523086',22348,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723268421',22349,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720842949',22350,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720844423',22351,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722511050',22352,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722781537',22353,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720307997',22354,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254713591134',22355,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254728848710',22356,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724767706',22357,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722495263',22358,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722950845',22359,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724804693',22360,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722469932',22361,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722251179',22362,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721211372',22363,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254740211541',22364,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724628455',22365,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254710670419',22366,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254729373244',22367,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254700000999',22368,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721969140',22369,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723357050',22370,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723347954',22371,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721609827',22372,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723570476',22373,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722802773',22374,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254710950911',22375,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723208306',22376,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254704201777',22377,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254706446674',22378,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254712765351',22379,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720812193',22380,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722461124',22381,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721578739',22382,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722958518',22383,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722720306',22384,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722552344',22385,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722486964',22386,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721523366',22387,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722406084',22388,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720086689',22389,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721215107',22390,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722787019',22391,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722450549',22392,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723438039',22393,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721748805',22394,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254710984073',22395,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254115252434',22396,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720400330',22397,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723178672',22398,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254733725434',22399,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722858227',22400,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254729945600',22401,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724481212',22402,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254791014797',22403,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721599408',22404,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254705922187',22405,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723336395',22406,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254728661875',22407,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254729156452',22408,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254702580757',22409,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723674353',22410,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254706383809',22411,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722776883',22412,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254708343005',22413,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254711845921',22414,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720643613',22415,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254705126329',22416,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254729347075',22417,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720309404',22418,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724160195',22419,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722260081',22420,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723258452',22421,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724365544',22422,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254713795235',22423,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722387441',22424,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722980824',22425,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254702808881',22426,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722909532',22427,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254726285371',22428,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254726950750',22429,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722388485',22430,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254727048923',22431,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720780370',22432,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254733738436',22433,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722884248',22434,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254727781129',22435,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254712802566',22436,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722281253',22437,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722626949',22438,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254719244706',22439,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254712226039',22440,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721941943',22441,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254713703840',22442,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254729989416',22443,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254710218111',22444,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721697414',22445,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724408040',22446,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254712084323',22447,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722414586',22448,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722720015',22449,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254725514475',22450,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724168490',22451,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('You\"class=\"x1iyjqo2x6ikm8rx10wlt62xlyipyvxuxw1ft_ao3eselectable-textcopyable-text\"style=\"min-height:',22452,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('Delphirm',22453,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('Jaky',22454,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('Mather',22455,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('Mugo',22456,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('Nyambura',22457,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('Orchards',22458,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('Pork',22459,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('Top',22460,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('Wainaina',22461,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('Zacharia',22462,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('Zipporah',22463,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254725360579',22464,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254759472180',22465,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723145796',22466,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723568952',22467,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254726976436',22468,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254727221748',22469,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254727791099',22470,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254712466557',22471,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254725389681',22472,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254716568535',22473,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721382526',22474,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254725845562',22475,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721950985',22476,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721481495',22477,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254710653965',22478,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722812405',22479,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722828383',22480,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254725841396',22481,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254712253906',22482,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254726768964',22483,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722374194',22484,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723238349',22485,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254707490468',22486,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721365599',22487,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721870816',22488,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722250695',22489,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721469928',22490,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254713659329',22491,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721680067',22492,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254731918418',22493,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721789540',22494,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721552330',22495,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722455899',22496,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254115653399',22497,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254710345914',22498,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254787989123',22499,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720925579',22500,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254716868378',22501,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722592431',22502,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254707680305',22503,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254700879752',22504,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254719168798',22505,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722984928',22506,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254726950409',22507,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721937665',22508,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722897595',22509,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254733891309',22510,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723695981',22511,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722349904',22512,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724641413',22513,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254757275507',22514,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254728147613',22515,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722556205',22516,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254704395874',22517,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722265665',22518,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722313971',22519,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724491374',22520,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254702056140',22521,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722827421',22522,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254708786786',22523,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721702626',22524,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254704187331',22525,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720576676',22526,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722283409',22527,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254711647841',22528,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723889906',22529,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722327041',22530,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720908866',22531,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722209886',22532,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722826695',22533,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721727907',22534,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721916568',22535,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254726957957',22536,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723298664',22537,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722566551',22538,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254111378601',22539,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723173399',22540,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722653041',22541,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254745532372',22542,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721879898',22543,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254729597718',22544,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722720021',22545,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720010539',22546,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721929803',22547,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722858316',22548,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254725974446',22549,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722898456',22550,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722652294',22551,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722311616',22552,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254729715385',22553,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254715669146',22554,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721612966',22555,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722488277',22556,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722961832',22557,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721841917',22558,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254701081708',22559,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721303711',22560,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254704118502',22561,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722347129',22562,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254707772222',22563,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254728384444',22564,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722611298',22565,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723396142',22566,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254735628972',22567,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721966688',22568,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254713817831',22569,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723926777',22570,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722602320',22571,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721992263',22572,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721707888',22573,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254725495051',22574,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723946631',22575,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723990901',22576,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722868980',22577,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722791941',22578,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721623798',22579,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722287351',22580,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723342006',22581,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254708098976',22582,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722297206',22583,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722961739',22584,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724706001',22585,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724728063',22586,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722591686',22587,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254728032095',22588,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722565813',22589,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254710493679',22590,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254700435843',22591,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254708735330',22592,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254707559789',22593,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720068012',22594,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254703776599',22595,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722335228',22596,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724699963',22597,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254713549000',22598,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721816403',22599,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254726224968',22600,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254705426662',22601,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254746264596',22602,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721909487',22603,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722783470',22604,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722833189',22605,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254725707448',22606,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722523086',22607,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723268421',22608,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720842949',22609,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720844423',22610,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722511050',22611,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722781537',22612,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720307997',22613,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254713591134',22614,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254728848710',22615,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724767706',22616,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722495263',22617,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722950845',22618,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724804693',22619,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722469932',22620,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722251179',22621,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721211372',22622,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254740211541',22623,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724628455',22624,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254710670419',22625,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254729373244',22626,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254700000999',22627,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721969140',22628,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723357050',22629,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723347954',22630,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721609827',22631,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723570476',22632,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722802773',22633,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254710950911',22634,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723208306',22635,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254704201777',22636,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254706446674',22637,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254712765351',22638,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720812193',22639,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722461124',22640,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721578739',22641,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722958518',22642,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722720306',22643,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722552344',22644,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722486964',22645,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721523366',22646,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722406084',22647,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720086689',22648,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721215107',22649,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722787019',22650,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722450549',22651,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723438039',22652,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721748805',22653,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254710984073',22654,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254115252434',22655,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720400330',22656,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723178672',22657,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254733725434',22658,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722858227',22659,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254729945600',22660,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724481212',22661,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254791014797',22662,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721599408',22663,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254705922187',22664,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723336395',22665,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254728661875',22666,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254729156452',22667,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254702580757',22668,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723674353',22669,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254706383809',22670,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722776883',22671,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254708343005',22672,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254711845921',22673,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720643613',22674,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254705126329',22675,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254729347075',22676,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720309404',22677,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724160195',22678,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722260081',22679,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254723258452',22680,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724365544',22681,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254713795235',22682,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722387441',22683,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722980824',22684,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254702808881',22685,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722909532',22686,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254726285371',22687,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254726950750',22688,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722388485',22689,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254727048923',22690,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254720780370',22691,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254733738436',22692,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722884248',22693,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254727781129',22694,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254712802566',22695,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722281253',22696,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722626949',22697,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254719244706',22698,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254712226039',22699,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721941943',22700,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254713703840',22701,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254729989416',22702,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254710218111',22703,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254721697414',22704,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724408040',22705,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254712084323',22706,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722414586',22707,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254722720015',22708,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254725514475',22709,'','','2025-06-01 13:56:50pm','active','','','','','KES',''),('254724168490',22710,'','','2025-06-01 13:56:50pm','active','','','','','KES',''); /*!40000 ALTER TABLE `contacts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `countrycodes` -- DROP TABLE IF EXISTS `countrycodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `countrycodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=253 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `countrycodes` -- LOCK TABLES `countrycodes` WRITE; /*!40000 ALTER TABLE `countrycodes` DISABLE KEYS */; INSERT INTO `countrycodes` VALUES (1,'ASCENSION ISLAND ','AC',NULL,'Y'),(2,'ANDORRA','AD',NULL,'Y'),(3,'UNITED ARAB EMIRATES ','AE',NULL,'Y'),(4,'ANTIGUA AND BARBUDA','AG',NULL,'Y'),(5,'ANGUILLA','AI',NULL,'Y'),(6,'ALBANIA ','AL',NULL,'Y'),(7,'ARMENIA','AM',NULL,'Y'),(8,'NETHERLANDS ANTILLES ','AN',NULL,'Y'),(9,'ANGOLA','AO',NULL,'Y'),(10,'ANTARCTICA','AQ',NULL,'Y'),(11,'ARGENTINA','AR',NULL,'Y'),(12,'AMERICAN SAMOA','AS',NULL,'Y'),(13,'AUSTRIA','AT',NULL,'Y'),(14,'AUSTRALIA','AU',NULL,'Y'),(15,'ARUBA','AW',NULL,'Y'),(16,'ALAND ISLANDS','AX',NULL,'Y'),(17,'AZERBAIJAN','AZ',NULL,'Y'),(18,'BOSNIA AND HERZEGOVINA ','BA',NULL,'Y'),(19,'BARBADOS ','BB',NULL,'Y'),(20,'BANGLADESH ','BD',NULL,'Y'),(21,'BELGIUM ','BE',NULL,'Y'),(22,'BURKINA FASO ','BF',NULL,'Y'),(23,'BULGARIA ','BG',NULL,'Y'),(24,'BAHRAIN','BH',NULL,'Y'),(25,'BURUNDI ','BI',NULL,'Y'),(26,'BENIN ','BJ',NULL,'Y'),(27,'BERMUDA ','BM',NULL,'Y'),(28,'BRUNEI DARUSSALAM ','BN',NULL,'Y'),(29,'BOLIVIA ','BO',NULL,'Y'),(30,'BRAZIL ','BR',NULL,'Y'),(31,'BAHAMAS ','BS',NULL,'Y'),(32,'BHUTAN ','BT',NULL,'Y'),(33,'BOUVET ISLAND ','BV',NULL,'Y'),(34,'BOTSWANA ','BW',NULL,'Y'),(35,'BELARUS ','BY',NULL,'Y'),(36,'BELIZE ','BZ',NULL,'Y'),(37,'CANADA ','CA',NULL,'Y'),(38,'COCOS (KEELING) ISLANDS ','CC',NULL,'Y'),(39,'CONGO, DEMOCRATIC REPUBLIC ','CD',NULL,'Y'),(40,'CENTRAL AFRICAN REPUBLIC ','CF',NULL,'Y'),(41,'CONGO ','CG',NULL,'Y'),(42,'SWITZERLAND ','CH',NULL,'Y'),(43,'COTE D\'IVOIRE (IVORY COAST) ','CI',NULL,'Y'),(44,'COOK ISLANDS ','CK',NULL,'Y'),(45,'CHILE ','CL',NULL,'Y'),(46,'CAMEROON ','CM',NULL,'Y'),(47,'CHINA ','CN',NULL,'Y'),(48,'COLOMBIA ','CO',NULL,'Y'),(49,'COSTA RICA ','CR',NULL,'Y'),(50,'CZECHOSLOVAKIA (FORMER) ','CS',NULL,'Y'),(51,'CUBA ','CU',NULL,'Y'),(52,'CAPE VERDE ','CV',NULL,'Y'),(53,'CHRISTMAS ISLAND ','CX',NULL,'Y'),(54,'CYPRUS ','CY',NULL,'Y'),(55,'CZECH REPUBLIC ','CZ',NULL,'Y'),(56,'GERMANY ','DE',NULL,'Y'),(57,'DJIBOUTI ','DJ',NULL,'Y'),(58,'DENMARK ','DK',NULL,'Y'),(59,'DOMINICA ','DM',NULL,'Y'),(60,'DOMINICAN REPUBLIC ','DO',NULL,'Y'),(61,'ALGERIA','DZ',NULL,'Y'),(62,'ECUADOR ','EC',NULL,'Y'),(63,'ESTONIA ','EE',NULL,'Y'),(64,'EGYPT ','EG',NULL,'Y'),(65,'WESTERN SAHARA ','EH',NULL,'Y'),(66,'ERITREA ','ER',NULL,'Y'),(67,'SPAIN ','ES',NULL,'Y'),(68,'ETHIOPIA ','ET',NULL,'Y'),(69,'EUROPEAN UNION ','EU',NULL,'Y'),(70,'FINLAND ','FI',NULL,'Y'),(71,'FIJI ','FJ',NULL,'Y'),(72,'FALKLAND ISLANDS (MALVINAS) ','FK',NULL,'Y'),(73,'MICRONESIA ','FM',NULL,'Y'),(74,'FAROE ISLANDS ','FO',NULL,'Y'),(75,'FRANCE ','FR',NULL,'Y'),(76,'FRANCE, METROPOLITAN ','FX',NULL,'Y'),(77,'GABON ','GA',NULL,'Y'),(78,'GREAT BRITAIN (UK) ','GB',NULL,'Y'),(79,'GRENADA ','GD',NULL,'Y'),(80,'GEORGIA ','GE',NULL,'Y'),(81,'FRENCH GUIANA ','GF',NULL,'Y'),(82,'GUERNSEY ','GG',NULL,'Y'),(83,'GHANA ','GH',NULL,'Y'),(84,'GIBRALTAR ','GI',NULL,'Y'),(85,'GREENLAND ','GL',NULL,'Y'),(86,'GAMBIA ','GM',NULL,'Y'),(87,'GUINEA ','GN',NULL,'Y'),(88,'GUADELOUPE ','GP',NULL,'Y'),(89,'EQUATORIAL GUINEA ','GQ',NULL,'Y'),(90,'GREECE ','GR',NULL,'Y'),(91,'S. GEORGIA AND S. SANDWICH ISLS. ','GS',NULL,'Y'),(92,'GUATEMALA ','GT',NULL,'Y'),(93,'GUAM ','GU',NULL,'Y'),(94,'GUINEA BISSAU ','GW',NULL,'Y'),(95,'GUYANA ','GY',NULL,'Y'),(96,'HONG KONG ','HK',NULL,'Y'),(97,'HEARD AND MCDONALD ISLANDS ','HM',NULL,'Y'),(98,'HONDURAS ','HN',NULL,'Y'),(99,'CROATIA (HRVATSKA) ','HR',NULL,'Y'),(100,'HAITI ','HT',NULL,'Y'),(101,'HUNGARY ','HU',NULL,'Y'),(102,'INDONESIA ','ID',NULL,'Y'),(103,'IRELAND ','IE',NULL,'Y'),(104,'ISRAEL ','IL',NULL,'Y'),(105,'ISLE OF MAN ','IM',NULL,'Y'),(106,'INDIA ','IN',NULL,'Y'),(107,'BRITISH INDIAN OCEAN TERRITORY ','IO',NULL,'Y'),(108,'IRAQ ','IQ',NULL,'Y'),(109,'IRAN ','IR',NULL,'Y'),(110,'ICELAND ','IS',NULL,'Y'),(111,'ITALY ','IT',NULL,'Y'),(112,'JERSEY ','JE',NULL,'Y'),(113,'JAMAICA ','JM',NULL,'Y'),(114,'JORDAN ','JO',NULL,'Y'),(115,'JAPAN ','JP',NULL,'Y'),(116,'KENYA ','KE',NULL,'Y'),(117,'KYRGYZSTAN ','KG',NULL,'Y'),(118,'CAMBODIA ','KH',NULL,'Y'),(119,'KIRIBATI ','KI',NULL,'Y'),(120,'COMOROS ','KM',NULL,'Y'),(121,'SAINT KITTS AND NEVIS ','KN',NULL,'Y'),(122,'NORTH KOREA','KP',NULL,'Y'),(123,'SOUTH KOREA','KR',NULL,'Y'),(124,'KUWAIT ','KW',NULL,'Y'),(125,'CAYMAN ISLANDS ','KY',NULL,'Y'),(126,'KAZAKHSTAN ','KZ',NULL,'Y'),(127,'LAOS ','LA',NULL,'Y'),(128,'LEBANON ','LB',NULL,'Y'),(129,'SAINT LUCIA ','LC',NULL,'Y'),(130,'LIECHTENSTEIN ','LI',NULL,'Y'),(131,'SRI LANKA ','LK',NULL,'Y'),(132,'LIBERIA ','LR',NULL,'Y'),(133,'LESOTHO ','LS',NULL,'Y'),(134,'LITHUANIA ','LT',NULL,'Y'),(135,'LUXEMBOURG ','LU',NULL,'Y'),(136,'LATVIA ','LV',NULL,'Y'),(137,'LIBYA ','LY',NULL,'Y'),(138,'MOROCCO ','MA',NULL,'Y'),(139,'MONACO ','MC',NULL,'Y'),(140,'MOLDOVA ','MD',NULL,'Y'),(141,'MONTENEGRO ','ME',NULL,'Y'),(142,'MADAGASCAR ','MG',NULL,'Y'),(143,'MARSHALL ISLANDS ','MH',NULL,'Y'),(144,'F.Y.R.O.M. (MACEDONIA) ','MK',NULL,'Y'),(145,'MALI ','ML',NULL,'Y'),(146,'MYANMAR ','MM',NULL,'Y'),(147,'MONGOLIA ','MN',NULL,'Y'),(148,'MACAU ','MO',NULL,'Y'),(149,'NORTHERN MARIANA ISLANDS ','MP',NULL,'Y'),(150,'MARTINIQUE ','MQ',NULL,'Y'),(151,'MAURITANIA ','MR',NULL,'Y'),(152,'MONTSERRAT ','MS',NULL,'Y'),(153,'MALTA ','MT',NULL,'Y'),(154,'MAURITIUS ','MU',NULL,'Y'),(155,'MALDIVES ','MV',NULL,'Y'),(156,'MALAWI ','MW',NULL,'Y'),(157,'MEXICO ','MX',NULL,'Y'),(158,'MALAYSIA ','MY',NULL,'Y'),(159,'MOZAMBIQUE ','MZ',NULL,'Y'),(160,'NAMIBIA ','NA',NULL,'Y'),(161,'NEW CALEDONIA ','NC',NULL,'Y'),(162,'NIGER ','NE',NULL,'Y'),(163,'NORFOLK ISLAND ','NF',NULL,'Y'),(164,'NIGERIA ','NG',NULL,'Y'),(165,'NICARAGUA ','NI',NULL,'Y'),(166,'NETHERLANDS ','NL',NULL,'Y'),(167,'NORWAY ','NO',NULL,'Y'),(168,'NEPAL ','NP',NULL,'Y'),(169,'NAURU ','NR',NULL,'Y'),(170,'NEUTRAL ZONE ','NT',NULL,'Y'),(171,'NIUE ','NU',NULL,'Y'),(172,'NEW ZEALAND (AOTEAROA) ','NZ',NULL,'Y'),(173,'OMAN ','OM',NULL,'Y'),(174,'PANAMA ','PA',NULL,'Y'),(175,'PERU ','PE',NULL,'Y'),(176,'FRENCH POLYNESIA ','PF',NULL,'Y'),(177,'PAPUA NEW GUINEA ','PG',NULL,'Y'),(178,'PHILIPPINES ','PH',NULL,'Y'),(179,'PAKISTAN ','PK',NULL,'Y'),(180,'POLAND ','PL',NULL,'Y'),(181,'ST. PIERRE AND MIQUELON ','PM',NULL,'Y'),(182,'PITCAIRN ','PN',NULL,'Y'),(183,'PUERTO RICO ','PR',NULL,'Y'),(184,'PALESTINIAN TERRITORY, OCCUPIED ','PS',NULL,'Y'),(185,'PORTUGAL ','PT',NULL,'Y'),(186,'PALAU ','PW',NULL,'Y'),(187,'PARAGUAY ','PY',NULL,'Y'),(188,'QATAR ','QA',NULL,'Y'),(189,'REUNION ','RE',NULL,'Y'),(190,'ROMANIA ','RO',NULL,'Y'),(191,'SERBIA ','RS',NULL,'Y'),(192,'RUSSIAN FEDERATION ','RU',NULL,'Y'),(193,'RWANDA ','RW',NULL,'Y'),(194,'SAUDI ARABIA ','SA',NULL,'Y'),(195,'SOLOMON ISLANDS ','SB',NULL,'Y'),(196,'SEYCHELLES ','SC',NULL,'Y'),(197,'SUDAN ','SD',NULL,'Y'),(198,'SWEDEN ','SE',NULL,'Y'),(199,'SINGAPORE ','SG',NULL,'Y'),(200,'ST. HELENA ','SH',NULL,'Y'),(201,'SLOVENIA ','SI',NULL,'Y'),(202,'SVALBARD & JAN MAYEN ISLANDS ','SJ',NULL,'Y'),(203,'SLOVAK REPUBLIC ','SK',NULL,'Y'),(204,'SIERRA LEONE ','SL',NULL,'Y'),(205,'SAN MARINO ','SM',NULL,'Y'),(206,'SENEGAL ','SN',NULL,'Y'),(207,'SOMALIA ','SO',NULL,'Y'),(208,'SURINAME ','SR',NULL,'Y'),(209,'SAO TOME AND PRINCIPE ','ST',NULL,'Y'),(210,'USSR (FORMER) ','SU',NULL,'Y'),(211,'EL SALVADOR ','SV',NULL,'Y'),(212,'SYRIA ','SY',NULL,'Y'),(213,'SWAZILAND ','SZ',NULL,'Y'),(214,'TURKS AND CAICOS ISLANDS ','TC',NULL,'Y'),(215,'CHAD ','TD',NULL,'Y'),(216,'FRENCH SOUTHERN TERRITORIES ','TF',NULL,'Y'),(217,'TOGO ','TG',NULL,'Y'),(218,'THAILAND ','TH',NULL,'Y'),(219,'TAJIKISTAN ','TJ',NULL,'Y'),(220,'TOKELAU ','TK',NULL,'Y'),(221,'TURKMENISTAN ','TM',NULL,'Y'),(222,'TUNISIA ','TN',NULL,'Y'),(223,'TONGA ','TO',NULL,'Y'),(224,'EAST TIMOR ','TP',NULL,'Y'),(225,'TURKEY ','TR',NULL,'Y'),(226,'TRINIDAD AND TOBAGO ','TT',NULL,'Y'),(227,'TUVALU ','TV',NULL,'Y'),(228,'TAIWAN ','TW',NULL,'Y'),(229,'TANZANIA ','TZ',NULL,'Y'),(230,'UKRAINE ','UA',NULL,'Y'),(231,'UGANDA ','UG',NULL,'Y'),(232,'UNITED KINGDOM ','UK',NULL,'Y'),(233,'US MINOR OUTLYING ISLANDS ','UM',NULL,'Y'),(234,'UNITED STATES ','US',NULL,'Y'),(235,'URUGUAY ','UY',NULL,'Y'),(236,'UZBEKISTAN ','UZ',NULL,'Y'),(237,'VATICAN CITY STATE (HOLY SEE) ','VA',NULL,'Y'),(238,'SAINT VINCENT & THE GRENADINES ','VC',NULL,'Y'),(239,'VENEZUELA ','VE',NULL,'Y'),(240,'BRITISH VIRGIN ISLANDS ','VG',NULL,'Y'),(241,'VIRGIN ISLANDS (U.S.) ','VI',NULL,'Y'),(242,'VIET NAM ','VN',NULL,'Y'),(243,'VANUATU ','VU',NULL,'Y'),(244,'WALLIS AND FUTUNA ISLANDS ','WF',NULL,'Y'),(245,'SAMOA ','WS',NULL,'Y'),(246,'YEMEN ','YE',NULL,'Y'),(247,'MAYOTTE ','YT',NULL,'Y'),(248,'SERBIA AND MONTENEGRO (FORMER) ','YU',NULL,'Y'),(249,'SOUTH AFRICA ','ZA',NULL,'Y'),(250,'ZAMBIA ','ZM',NULL,'Y'),(251,'(ZAIRE) SEE CD CONGO, DEMOCRATIC REPUBLIC ','ZR',NULL,'Y'),(252,'ZIMBABWE','ZW',NULL,'Y'); /*!40000 ALTER TABLE `countrycodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `county` -- DROP TABLE IF EXISTS `county`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `county` ( `id` int(40) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `name` varchar(255) DEFAULT NULL, `provincecode` varchar(50) NOT NULL, `description` text NOT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `county` -- LOCK TABLES `county` WRITE; /*!40000 ALTER TABLE `county` DISABLE KEYS */; INSERT INTO `county` VALUES (1,'1','Mombasa','2','Mombasa','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'2','Kwale','2','Kwale','0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,'3','Kilifi','2','Kilifi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'4','Tana River','2','Tana River','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,'5','Lamu','2','Lamu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,'6','Taita-Taveta','2','Taita-Taveta','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'7','Garissa','5','Garissa','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'8','Wajir','5','Wajir','0000-00-00 00:00:00','0000-00-00 00:00:00'),(9,'9','Mandera','5','Mandera','0000-00-00 00:00:00','0000-00-00 00:00:00'),(10,'10','Marsabit','3','Marsabit','0000-00-00 00:00:00','0000-00-00 00:00:00'),(11,'11','Isiolo','3','Isiolo','0000-00-00 00:00:00','0000-00-00 00:00:00'),(12,'12','Meru','3','Meru','0000-00-00 00:00:00','0000-00-00 00:00:00'),(13,'13','Tharaka-Nithi','3','Tharaka-Nithi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(14,'14','Embu','3','Embu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(15,'15','Kitui','3','Kitui','0000-00-00 00:00:00','0000-00-00 00:00:00'),(16,'16','Machakos','3','Machakos','0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,'17','Makueni','3','Makueni','0000-00-00 00:00:00','0000-00-00 00:00:00'),(18,'18','Nyandarua','1','Nyandarua','0000-00-00 00:00:00','0000-00-00 00:00:00'),(19,'19','Nyeri','1','Nyeri','0000-00-00 00:00:00','0000-00-00 00:00:00'),(20,'20','Kirinyaga','1','Kirinyaga','0000-00-00 00:00:00','0000-00-00 00:00:00'),(21,'21','Murang\'a','1','Murang\'a','0000-00-00 00:00:00','0000-00-00 00:00:00'),(22,'22','Kiambu','1','Kiambu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(23,'23','Turkana','7','Turkana','0000-00-00 00:00:00','0000-00-00 00:00:00'),(24,'24','West Pokot','7','West Pokot','0000-00-00 00:00:00','0000-00-00 00:00:00'),(25,'25','Samburu','7','Samburu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(26,'26','Trans-Nzoia','7','Trans-Nzoia','0000-00-00 00:00:00','0000-00-00 00:00:00'),(27,'27','Uasin Gishu','7','Uasin Gishu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(28,'28','Elgeyo-Marakwet','7','Elgeyo-Marakwet','0000-00-00 00:00:00','0000-00-00 00:00:00'),(29,'29','Nandi','7','Nandi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(30,'30','Baringo','7','Baringo','0000-00-00 00:00:00','0000-00-00 00:00:00'),(31,'31','Laikipia','7','Laikipia','0000-00-00 00:00:00','0000-00-00 00:00:00'),(32,'32','Nakuru','7','Nakuru','0000-00-00 00:00:00','0000-00-00 00:00:00'),(33,'33','Narok','7','Narok','0000-00-00 00:00:00','0000-00-00 00:00:00'),(34,'34','Kajiado','7','Kajiado','0000-00-00 00:00:00','0000-00-00 00:00:00'),(35,'35','Kericho','7','Kericho','0000-00-00 00:00:00','0000-00-00 00:00:00'),(36,'36','Bomet','7','Bomet','0000-00-00 00:00:00','0000-00-00 00:00:00'),(37,'37','Kakamega','8','Kakamega','0000-00-00 00:00:00','0000-00-00 00:00:00'),(38,'38','Vihiga','8','Vihiga','0000-00-00 00:00:00','0000-00-00 00:00:00'),(39,'39','Bungoma','8','Bungoma','0000-00-00 00:00:00','0000-00-00 00:00:00'),(40,'40','Busia','8','Busia','0000-00-00 00:00:00','0000-00-00 00:00:00'),(41,'41','Siaya','6','Siaya','0000-00-00 00:00:00','0000-00-00 00:00:00'),(42,'42','Kisumu','6','Kisumu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(43,'43','Homa Bay','6','Homa Bay','0000-00-00 00:00:00','0000-00-00 00:00:00'),(44,'44','Migori','6','Migori','0000-00-00 00:00:00','0000-00-00 00:00:00'),(45,'45','Kisii','6','Kisii','0000-00-00 00:00:00','0000-00-00 00:00:00'),(46,'46','Nyamira','6','Nyamira','0000-00-00 00:00:00','0000-00-00 00:00:00'),(47,'47','Nairobi','4','Nairobi','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `county` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `currency` -- DROP TABLE IF EXISTS `currency`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `currency` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `branchid` int(20) NOT NULL DEFAULT 1, `basecurrency` varchar(30) NOT NULL, `baseamount` varchar(30) NOT NULL, `tocurrency` varchar(30) NOT NULL, `toamount` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `currency` -- LOCK TABLES `currency` WRITE; /*!40000 ALTER TABLE `currency` DISABLE KEYS */; INSERT INTO `currency` VALUES (17,'USD','','2023-07-23 15:56:01','active','9','','1',1,'USD','1','','1'),(18,'TZS','','2023-07-23 15:57:10','active','9','','1',1,'USD','1','','2500'),(29,'EUR','','2023-09-28 09:06:17','active','1','','1',1,'EUR','1','','1'),(30,'GBP','','2023-09-28 09:06:28','active','1','','1',1,'GBP','1','','1'),(31,'KES','','2023-09-28 09:06:42','active','1','','1',1,'KES','1','','1'),(32,'TZS','','2023-09-28 09:07:01','active','1','','1',1,'TZS','1','','1'),(33,'KES','','2023-10-24 11:52:59','active','9','','1',1,'USD','1','','150'),(34,'EUR','','2023-10-29 10:31:44','active','9','','1',1,'USD','1','','0.94'),(35,'GBP','','2023-10-29 10:32:02','active','9','','1',1,'USD','1','','0.83'),(36,'USD','','2023-10-30 14:52:36','active','9','','1',1,'KES','1','','0.0067'),(37,'USD','','2023-11-06 12:36:08','active','9','','1',1,'TZS','1','','0.0004'),(39,'UG','','2025-03-10 22:20:16','active','1','','1',1,'KES','1','','28'); /*!40000 ALTER TABLE `currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `currencycodes` -- DROP TABLE IF EXISTS `currencycodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `currencycodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `symbol` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=180 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `currencycodes` -- LOCK TABLES `currencycodes` WRITE; /*!40000 ALTER TABLE `currencycodes` DISABLE KEYS */; INSERT INTO `currencycodes` VALUES (1,'United Arab Emirates dirham','AED',NULL,'Y','AED','1'),(2,'Afghan afghani','AFN',NULL,'Y','AFN','2'),(3,'Albanian lek','ALL',NULL,'Y','ALL','3'),(4,'Armenian dram','AMD',NULL,'Y','AMD','4'),(5,'Netherlands Antillean guilder','ANG',NULL,'Y','ANG','5'),(6,'Angolan kwanza','AOA',NULL,'Y','AOA','6'),(7,'Argentine peso','ARS',NULL,'Y','ARS','7'),(8,'Australian dollar','AUD',NULL,'Y','AUD','8'),(9,'Aruban florin','AWG',NULL,'Y','AWG','9'),(10,'Azerbaijani manat','AZN',NULL,'Y','AZN','10'),(11,'Bosnia and Herzegovina convertible mark','BAM',NULL,'Y','BAM','11'),(12,'Barbados dollar','BBD',NULL,'Y','BBD','12'),(13,'Bangladeshi taka','BDT',NULL,'Y','BDT','13'),(14,'Bulgarian lev','BGN',NULL,'Y','BGN','14'),(15,'Bahraini dinar','BHD',NULL,'Y','BHD','15'),(16,'Burundian franc','BIF',NULL,'Y','BIF','16'),(17,'Bermudian dollar','BMD',NULL,'Y','BMD','17'),(18,'Brunei dollar','BND',NULL,'Y','BND','18'),(19,'Boliviano','BOB',NULL,'Y','BOB','19'),(20,'Bolivian Mvdol (funds code)','BOV',NULL,'Y','BOV','20'),(21,'Brazilian real','BRL',NULL,'Y','BRL','21'),(22,'Bahamian dollar','BSD',NULL,'Y','BSD','22'),(23,'Bhutanese ngultrum','BTN',NULL,'Y','BTN','23'),(24,'Botswana pula','BWP',NULL,'Y','BWP','24'),(25,'New Belarusian ruble','BYN',NULL,'Y','BYN','25'),(26,'Belarusian ruble','BYR',NULL,'Y','BYR','26'),(27,'Belize dollar','BZD',NULL,'Y','BZD','27'),(28,'Canadian dollar','CAD',NULL,'Y','CAD','28'),(29,'Congolese franc','CDF',NULL,'Y','CDF','29'),(30,'WIR Euro (complementary currency)','CHE',NULL,'Y','CHE','30'),(31,'Swiss franc','CHF',NULL,'Y','CHF','31'),(32,'WIR Franc (complementary currency)','CHW',NULL,'Y','CHW','32'),(33,'Unidad de Fomento (funds code)','CLF',NULL,'Y','CLF','33'),(34,'Chilean peso','CLP',NULL,'Y','CLP','34'),(35,'Chinese yuan','CNY',NULL,'Y','CNY','35'),(36,'Colombian peso','COP',NULL,'Y','COP','36'),(37,'Unidad de Valor Real (UVR) (funds code)','COU',NULL,'Y','COU','37'),(38,'Costa Rican colon','CRC',NULL,'Y','CRC','38'),(39,'Cuban convertible peso','CUC',NULL,'Y','CUC','39'),(40,'Cuban peso','CUP',NULL,'Y','CUP','40'),(41,'Cape Verde escudo','CVE',NULL,'Y','CVE','41'),(42,'Czech koruna','CZK',NULL,'Y','CZK','42'),(43,'Djiboutian franc','DJF',NULL,'Y','DJF','43'),(44,'Danish krone','DKK',NULL,'Y','DKK','44'),(45,'Dominican peso','DOP',NULL,'Y','DOP','45'),(46,'Algerian dinar','DZD',NULL,'Y','DZD','46'),(47,'Egyptian pound','EGP',NULL,'Y','EGP','47'),(48,'Eritrean nakfa','ERN',NULL,'Y','ERN','48'),(49,'Ethiopian birr','ETB',NULL,'Y','ETB','49'),(50,'Euro','EUR',NULL,'Y','EUR','50'),(51,'Fiji dollar','FJD',NULL,'Y','FJD','51'),(52,'Falkland Islands pound','FKP',NULL,'Y','FKP','52'),(53,'Pound sterling','GBP',NULL,'Y','GBP','53'),(54,'Georgian lari','GEL',NULL,'Y','GEL','54'),(55,'Ghanaian cedi','GHS',NULL,'Y','GHS','55'),(56,'Gibraltar pound','GIP',NULL,'Y','GIP','56'),(57,'Gambian dalasi','GMD',NULL,'Y','GMD','57'),(58,'Guinean franc','GNF',NULL,'Y','GNF','58'),(59,'Guatemalan quetzal','GTQ',NULL,'Y','GTQ','59'),(60,'Guyanese dollar','GYD',NULL,'Y','GYD','60'),(61,'Hong Kong dollar','HKD',NULL,'Y','HKD','61'),(62,'Honduran lempira','HNL',NULL,'Y','HNL','62'),(63,'Croatian kuna','HRK',NULL,'Y','HRK','63'),(64,'Haitian gourde','HTG',NULL,'Y','HTG','64'),(65,'Hungarian forint','HUF',NULL,'Y','HUF','65'),(66,'Indonesian rupiah','IDR',NULL,'Y','IDR','66'),(67,'Israeli new shekel','ILS',NULL,'Y','ILS','67'),(68,'Indian rupee','INR',NULL,'Y','INR','68'),(69,'Iraqi dinar','IQD',NULL,'Y','IQD','69'),(70,'Iranian rial','IRR',NULL,'Y','IRR','70'),(71,'Icelandic króna','ISK',NULL,'Y','ISK','71'),(72,'Jamaican dollar','JMD',NULL,'Y','JMD','72'),(73,'Jordanian dinar','JOD',NULL,'Y','JOD','73'),(74,'Japanese yen','JPY',NULL,'Y','JPY','74'),(75,'Kenyan shilling','KES',NULL,'Y','KES','75'),(76,'Kyrgyzstani som','KGS',NULL,'Y','KGS','76'),(77,'Cambodian riel','KHR',NULL,'Y','KHR','77'),(78,'Comoro franc','KMF',NULL,'Y','KMF','78'),(79,'North Korean won','KPW',NULL,'Y','KPW','79'),(80,'South Korean won','KRW',NULL,'Y','KRW','80'),(81,'Kuwaiti dinar','KWD',NULL,'Y','KWD','81'),(82,'Cayman Islands dollar','KYD',NULL,'Y','KYD','82'),(83,'Kazakhstani tenge','KZT',NULL,'Y','KZT','83'),(84,'Lao kip','LAK',NULL,'Y','LAK','84'),(85,'Lebanese pound','LBP',NULL,'Y','LBP','85'),(86,'Sri Lankan rupee','LKR',NULL,'Y','LKR','86'),(87,'Liberian dollar','LRD',NULL,'Y','LRD','87'),(88,'Lesotho loti','LSL',NULL,'Y','LSL','88'),(89,'Libyan dinar','LYD',NULL,'Y','LYD','89'),(90,'Moroccan dirham','MAD',NULL,'Y','MAD','90'),(91,'Moldovan leu','MDL',NULL,'Y','MDL','91'),(92,'Malagasy ariary','MGA',NULL,'Y','MGA','92'),(93,'Macedonian denar','MKD',NULL,'Y','MKD','93'),(94,'Myanmar kyat','MMK',NULL,'Y','MMK','94'),(95,'Mongolian tögrög','MNT',NULL,'Y','MNT','95'),(96,'Macanese pataca','MOP',NULL,'Y','MOP','96'),(97,'Mauritanian ouguiya','MRO',NULL,'Y','MRO','97'),(98,'Mauritian rupee','MUR',NULL,'Y','MUR','98'),(99,'Maldivian rufiyaa','MVR',NULL,'Y','MVR','99'),(100,'Malawian kwacha','MWK',NULL,'Y','MWK','100'),(101,'Mexican peso','MXN',NULL,'Y','MXN','101'),(102,'Mexican Unidad de Inversion (UDI) (funds code)','MXV',NULL,'Y','MXV','102'),(103,'Malaysian ringgit','MYR',NULL,'Y','MYR','103'),(104,'Mozambican metical','MZN',NULL,'Y','MZN','104'),(105,'Namibian dollar','NAD',NULL,'Y','NAD','105'),(106,'Nigerian naira','NGN',NULL,'Y','NGN','106'),(107,'Nicaraguan córdoba','NIO',NULL,'Y','NIO','107'),(108,'Norwegian krone','NOK',NULL,'Y','NOK','108'),(109,'Nepalese rupee','NPR',NULL,'Y','NPR','109'),(110,'New Zealand dollar','NZD',NULL,'Y','NZD','110'),(111,'Omani rial','OMR',NULL,'Y','OMR','111'),(112,'Panamanian balboa','PAB',NULL,'Y','PAB','112'),(113,'Peruvian Sol','PEN',NULL,'Y','PEN','113'),(114,'Papua New Guinean kina','PGK',NULL,'Y','PGK','114'),(115,'Philippine peso','PHP',NULL,'Y','PHP','115'),(116,'Pakistani rupee','PKR',NULL,'Y','PKR','116'),(117,'Polish zloty','PLN',NULL,'Y','PLN','117'),(118,'Paraguayan guaraní','PYG',NULL,'Y','PYG','118'),(119,'Qatari riyal','QAR',NULL,'Y','QAR','119'),(120,'Romanian leu','RON',NULL,'Y','RON','120'),(121,'Serbian dinar','RSD',NULL,'Y','RSD','121'),(122,'Russian ruble','RUB',NULL,'Y','RUB','122'),(123,'Rwandan franc','RWF',NULL,'Y','RWF','123'),(124,'Saudi riyal','SAR',NULL,'Y','SAR','124'),(125,'Solomon Islands dollar','SBD',NULL,'Y','SBD','125'),(126,'Seychelles rupee','SCR',NULL,'Y','SCR','126'),(127,'Sudanese pound','SDG',NULL,'Y','SDG','127'),(128,'Swedish krona/kronor','SEK',NULL,'Y','SEK','128'),(129,'Singapore dollar','SGD',NULL,'Y','SGD','129'),(130,'Saint Helena pound','SHP',NULL,'Y','SHP','130'),(131,'Sierra Leonean leone','SLL',NULL,'Y','SLL','131'),(132,'Somali shilling','SOS',NULL,'Y','SOS','132'),(133,'Surinamese dollar','SRD',NULL,'Y','SRD','133'),(134,'South Sudanese pound','SSP',NULL,'Y','SSP','134'),(135,'São Tomé and Príncipe dobra','STD',NULL,'Y','STD','135'),(136,'Salvadoran colón','SVC',NULL,'Y','SVC','136'),(137,'Syrian pound','SYP',NULL,'Y','SYP','137'),(138,'Swazi lilangeni','SZL',NULL,'Y','SZL','138'),(139,'Thai baht','THB',NULL,'Y','THB','139'),(140,'Tajikistani somoni','TJS',NULL,'Y','TJS','140'),(141,'Turkmenistani manat','TMT',NULL,'Y','TMT','141'),(142,'Tunisian dinar','TND',NULL,'Y','TND','142'),(143,'Tongan pa?anga','TOP',NULL,'Y','TOP','143'),(144,'Turkish lira','TRY',NULL,'Y','TRY','144'),(145,'Trinidad and Tobago dollar','TTD',NULL,'Y','TTD','145'),(146,'New Taiwan dollar','TWD',NULL,'Y','TWD','146'),(147,'Tanzanian shilling','TZS',NULL,'Y','TZS','147'),(148,'Ukrainian hryvnia','UAH',NULL,'Y','UAH','148'),(149,'Ugandan shilling','UGX',NULL,'Y','UGX','149'),(150,'United States dollar','USD',NULL,'Y','USD','150'),(151,'United States dollar (next day) (funds code)','USN',NULL,'Y','USN','151'),(152,'Uruguay Peso en Unidades Indexadas (URUIURUI) (funds code)','UYI',NULL,'Y','UYI','152'),(153,'Uruguayan peso','UYU',NULL,'Y','UYU','153'),(154,'Uzbekistan som','UZS',NULL,'Y','UZS','154'),(155,'Venezuelan bolívar','VEF',NULL,'Y','VEF','155'),(156,'Vietnamese dong','VND',NULL,'Y','VND','156'),(157,'Vanuatu vatu','VUV',NULL,'Y','VUV','157'),(158,'Samoan tala','WST',NULL,'Y','WST','158'),(159,'CFA franc BEAC','XAF',NULL,'Y','XAF','159'),(160,'Silver (one troy ounce)','XAG',NULL,'Y','XAG','160'),(161,'Gold (one troy ounce)','XAU',NULL,'Y','XAU','161'),(162,'European Composite Unit (EURCO) (bond market unit)','XBA',NULL,'Y','XBA','162'),(163,'European Monetary Unit (E.M.U.-6) (bond market unit)','XBB',NULL,'Y','XBB','163'),(164,'European Unit of Account 9 (E.U.A.-9) (bond market unit)','XBC',NULL,'Y','XBC','164'),(165,'European Unit of Account 17 (E.U.A.-17) (bond market unit)','XBD',NULL,'Y','XBD','165'),(166,'East Caribbean dollar','XCD',NULL,'Y','XCD','166'),(167,'Special drawing rights','XDR',NULL,'Y','XDR','167'),(168,'CFA franc BCEAO','XOF',NULL,'Y','XOF','168'),(169,'Palladium (one troy ounce)','XPD',NULL,'Y','XPD','169'),(170,'CFP franc (franc Pacifique)','XPF',NULL,'Y','XPF','170'),(171,'Platinum (one troy ounce)','XPT',NULL,'Y','XPT','171'),(172,'SUCRE','XSU',NULL,'Y','XSU','172'),(173,'Code reserved for testing purposes','XTS',NULL,'Y','XTS','173'),(174,'ADB Unit of Account','XUA',NULL,'Y','XUA','174'),(175,'No currency','XXX',NULL,'Y','XXX','175'),(176,'Yemeni rial','YER',NULL,'Y','YER','176'),(177,'South African rand','ZAR',NULL,'Y','ZAR','177'),(178,'Zambian kwacha','ZMW',NULL,'Y','ZMW','178'),(179,'Zimbabwean dollar A/10','ZWL',NULL,'Y','ZWL','179'); /*!40000 ALTER TABLE `currencycodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customedproductcategory` -- DROP TABLE IF EXISTS `customedproductcategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `customedproductcategory` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `branchid` varchar(30) NOT NULL, `commission` varchar(20) NOT NULL DEFAULT '0', `shipping` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'Percentage', `imgid` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `customedproductcategory` -- LOCK TABLES `customedproductcategory` WRITE; /*!40000 ALTER TABLE `customedproductcategory` DISABLE KEYS */; /*!40000 ALTER TABLE `customedproductcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customer` -- DROP TABLE IF EXISTS `customer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `customer` ( `id` int(11) NOT NULL AUTO_INCREMENT, `firstname` varchar(100) NOT NULL, `surname` varchar(50) NOT NULL, `username` varchar(100) NOT NULL, `phone` varchar(100) NOT NULL, `business` varchar(50) NOT NULL, `county` varchar(50) NOT NULL, `createddate` varchar(50) NOT NULL, `password` varchar(30) NOT NULL, `website` varchar(100) NOT NULL, `dob` varchar(50) NOT NULL, `idno` varchar(50) NOT NULL, `description` text NOT NULL, `box` varchar(50) NOT NULL, `source` varchar(50) DEFAULT NULL, `town` varchar(50) NOT NULL, `country` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `apiaccount_id` varchar(30) NOT NULL DEFAULT '1', `recoverpassword` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `companyid` int(10) NOT NULL DEFAULT 1, `service` text NOT NULL, `usertype` varchar(50) DEFAULT NULL, `smstype` int(10) NOT NULL DEFAULT 2, `refer` text NOT NULL, `email` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `customer` -- LOCK TABLES `customer` WRITE; /*!40000 ALTER TABLE `customer` DISABLE KEYS */; /*!40000 ALTER TABLE `customer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customerfiscalyear` -- DROP TABLE IF EXISTS `customerfiscalyear`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `customerfiscalyear` ( `id` int(40) NOT NULL AUTO_INCREMENT, `name` varchar(60) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `startdate` datetime NOT NULL, `enddate` datetime NOT NULL, `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `opening` decimal(10,2) NOT NULL, `closing` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, `number` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `category` varchar(20) NOT NULL DEFAULT 'customer', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `customerfiscalyear` -- LOCK TABLES `customerfiscalyear` WRITE; /*!40000 ALTER TABLE `customerfiscalyear` DISABLE KEYS */; INSERT INTO `customerfiscalyear` VALUES (1,'','active','2022-00-00 00:00:00','2021-00-00 00:00:00',1,1,'\r\n<div style=\"border:1px solid',3333.00,44444.00,0,'1',0,'member'); /*!40000 ALTER TABLE `customerfiscalyear` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customersupplierbalance` -- DROP TABLE IF EXISTS `customersupplierbalance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `customersupplierbalance` ( `id` int(40) NOT NULL AUTO_INCREMENT, `description` varchar(60) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `startdate` datetime NOT NULL, `enddate` datetime NOT NULL, `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `opening` decimal(10,2) NOT NULL, `closing` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, `number` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `customerid` int(11) NOT NULL, `type` varchar(20) NOT NULL DEFAULT 'customer', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `customersupplierbalance` -- LOCK TABLES `customersupplierbalance` WRITE; /*!40000 ALTER TABLE `customersupplierbalance` DISABLE KEYS */; /*!40000 ALTER TABLE `customersupplierbalance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dailycharges` -- DROP TABLE IF EXISTS `dailycharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dailycharges` ( `myinvoice` varchar(50) DEFAULT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(10) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` text NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL DEFAULT '16', `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'checkin', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, `start` varchar(20) NOT NULL, `close` varchar(20) NOT NULL, `transactioncode` varchar(50) NOT NULL, `name` varchar(20) NOT NULL, `chargeid` varchar(20) NOT NULL, `plotno` varchar(20) NOT NULL, `houseno` varchar(20) NOT NULL, `cost` varchar(20) NOT NULL, `createdat` varchar(30) NOT NULL, `discountedtotal` varchar(20) DEFAULT NULL, `idno` varchar(20) DEFAULT NULL, `phone` varchar(50) DEFAULT NULL, `checkin` varchar(30) DEFAULT NULL, `checkout` varchar(30) DEFAULT NULL, `roomtype` varchar(20) DEFAULT NULL, `bedid` varchar(20) DEFAULT NULL, `bedname` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dailycharges` -- LOCK TABLES `dailycharges` WRITE; /*!40000 ALTER TABLE `dailycharges` DISABLE KEYS */; /*!40000 ALTER TABLE `dailycharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dailycollections` -- DROP TABLE IF EXISTS `dailycollections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dailycollections` ( `id` int(40) NOT NULL AUTO_INCREMENT, `idno` varchar(50) NOT NULL, `description` text NOT NULL, `userid` varchar(50) NOT NULL, `createdat` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `amount` varchar(30) NOT NULL, `name` varchar(30) NOT NULL, `total` varchar(30) NOT NULL, `balance` varchar(30) NOT NULL, `mpesa` varchar(30) NOT NULL, `card` varchar(30) NOT NULL, `credit` varchar(30) NOT NULL, `voucher` varchar(10) NOT NULL, `cheque` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `controller` varchar(30) NOT NULL, `expense` varchar(30) NOT NULL, `cash` varchar(30) NOT NULL, `discount` varchar(30) NOT NULL, `entrydate` varchar(30) NOT NULL, `contact` varchar(30) NOT NULL, `transactioncode` varchar(30) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `tax` decimal(10,2) NOT NULL, `sort` decimal(10,2) NOT NULL, `sortmoney` decimal(10,2) NOT NULL, `transactiondate` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `openingbalance` decimal(10,2) NOT NULL, `closingbalance` decimal(10,2) NOT NULL, `cashcollected` decimal(10,2) NOT NULL, `totalsales` decimal(10,2) NOT NULL, `debt` decimal(10,0) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dailycollections` -- LOCK TABLES `dailycollections` WRITE; /*!40000 ALTER TABLE `dailycollections` DISABLE KEYS */; /*!40000 ALTER TABLE `dailycollections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dailytasks` -- DROP TABLE IF EXISTS `dailytasks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dailytasks` ( `id` int(30) NOT NULL AUTO_INCREMENT, `branchid` int(11) DEFAULT NULL, `status` varchar(11) NOT NULL DEFAULT 'active', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `updateddate` varchar(40) NOT NULL, `taskid` int(11) NOT NULL, `achieved` varchar(20) NOT NULL, `period` varchar(20) NOT NULL, `description` text NOT NULL, `exactdate` varchar(30) NOT NULL, `day` varchar(20) NOT NULL, `comment` text NOT NULL, `updatedby` int(11) NOT NULL, `mykey` varchar(50) NOT NULL, `approval` varchar(20) NOT NULL, PRIMARY KEY (`id`), KEY `contract` (`branchid`), KEY `type` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dailytasks` -- LOCK TABLES `dailytasks` WRITE; /*!40000 ALTER TABLE `dailytasks` DISABLE KEYS */; /*!40000 ALTER TABLE `dailytasks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `damages` -- DROP TABLE IF EXISTS `damages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `damages` ( `id` int(10) NOT NULL AUTO_INCREMENT, `expendituretype` varchar(50) NOT NULL, `user` varchar(50) NOT NULL, `qty` varchar(50) NOT NULL, `details` text NOT NULL, `datedamaged` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `product` text NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `entrydate` varchar(50) NOT NULL, `supplier` varchar(30) NOT NULL, `original` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(5) DEFAULT 1, `invoice` varchar(50) NOT NULL, `buyingprice` varchar(20) NOT NULL, `ttbrice` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `damages` -- LOCK TABLES `damages` WRITE; /*!40000 ALTER TABLE `damages` DISABLE KEYS */; /*!40000 ALTER TABLE `damages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `deals` -- DROP TABLE IF EXISTS `deals`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `deals` ( `id` int(50) NOT NULL AUTO_INCREMENT, `owner` varchar(100) NOT NULL, `title` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `nextstep` text NOT NULL, `contactname` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `fromdate` datetime NOT NULL, `todate` datetime NOT NULL, `probability` varchar(100) NOT NULL, `expectedrevenue` varchar(100) NOT NULL, `stage` varchar(100) NOT NULL, `status` varchar(100) NOT NULL DEFAULT 'active', `comments` text NOT NULL, `userid` varchar(100) NOT NULL, `dateposted` datetime NOT NULL, `companyid` varchar(100) NOT NULL, `allsteps` text NOT NULL, `dealowner` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `deals` -- LOCK TABLES `deals` WRITE; /*!40000 ALTER TABLE `deals` DISABLE KEYS */; /*!40000 ALTER TABLE `deals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dealsfeedback` -- DROP TABLE IF EXISTS `dealsfeedback`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dealsfeedback` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dealsfeedback` -- LOCK TABLES `dealsfeedback` WRITE; /*!40000 ALTER TABLE `dealsfeedback` DISABLE KEYS */; /*!40000 ALTER TABLE `dealsfeedback` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dealstatus` -- DROP TABLE IF EXISTS `dealstatus`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dealstatus` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dealstatus` -- LOCK TABLES `dealstatus` WRITE; /*!40000 ALTER TABLE `dealstatus` DISABLE KEYS */; INSERT INTO `dealstatus` VALUES (1,'Interested',1),(2,'Not Interested',1),(3,'Closed',1),(4,'Don\'t Call me again',1),(5,'Ordered',1),(6,'Not Ordered',1),(7,'Not Picking',1),(8,'Call Later',1); /*!40000 ALTER TABLE `dealstatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `debitcredit` -- DROP TABLE IF EXISTS `debitcredit`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `debitcredit` ( `id` int(30) NOT NULL AUTO_INCREMENT, `account` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `crateddate` datetime NOT NULL, `debit` decimal(10,2) DEFAULT NULL, `credit` decimal(10,2) DEFAULT NULL, `balance` varchar(20) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `description` text NOT NULL, `branch` varchar(30) NOT NULL, `supplier` varchar(30) NOT NULL, `type` varchar(30) NOT NULL, `refno` varchar(30) NOT NULL, `mode` varchar(50) NOT NULL, `confirm` varchar(30) NOT NULL DEFAULT 'No', `updatedat` varchar(30) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL, `transactioncode` varchar(50) NOT NULL, PRIMARY KEY (`id`), KEY `id` (`id`,`account`,`code`,`userid`,`branch`) ) ENGINE=InnoDB AUTO_INCREMENT=92 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `debitcredit` -- LOCK TABLES `debitcredit` WRITE; /*!40000 ALTER TABLE `debitcredit` DISABLE KEYS */; INSERT INTO `debitcredit` VALUES (1,'1100','11747396305','2025-05-16 14:52:19',5000.00,NULL,'','1','1','Good sold','1','13','sales','','','No',NULL,NULL,''),(2,'4000','11747396305','2025-05-16 14:52:19',NULL,5000.00,'','1','1','Good sold','1','13','sales','1','','No',NULL,NULL,''),(3,'1100','11749148988','2025-06-05 21:43:53',50000.00,NULL,'','1','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(4,'4000','11749148988','2025-06-05 21:43:53',NULL,10000.00,'','1','1','Good sold','1','15','sales','3','','No',NULL,NULL,''),(5,'4000','11749148988','2025-06-05 21:43:08',NULL,40000.00,'','1','1','Good sold','1','15','sales','2','','No',NULL,NULL,''),(6,'1100','11749148988','2025-06-05 21:45:09',NULL,10000.00,'','1','1','','1','15','payment','','','No',NULL,NULL,''),(7,'1030','11749148988','2025-06-05 21:45:09',10000.00,NULL,'','1','1','','1','15','payment','','1174914913520310152030','No',NULL,NULL,''),(10,'1100','11749612312','2025-06-11 06:28:08',2900.00,NULL,'','1','1','Good sold','1','14','sales','','','No',NULL,NULL,''),(11,'4000','11749612312','2025-06-11 06:28:08',NULL,2900.00,'','1','1','Good sold','1','14','sales','1','','No',NULL,NULL,''),(12,'1100','11749729099','2025-06-12 14:52:10',2490.00,NULL,'','1','1','Good sold','1','16','sales','','','No',NULL,NULL,''),(13,'4000','11749729099','2025-06-12 14:52:10',NULL,2490.00,'','1','1','Good sold','1','16','sales','1','','No',NULL,NULL,''),(14,'1100','11749793006','2025-06-13 08:39:19',2890.00,NULL,'','1','1','Good sold','1','16','sales','','','No',NULL,NULL,''),(15,'4000','11749793006','2025-06-13 08:39:19',NULL,2890.00,'','1','1','Good sold','1','16','sales','1','','No',NULL,NULL,''),(16,'4000','11749729099','2025-06-13 08:48:24',2490.00,NULL,'','1','1','Returned products','1','16','return','','','No',NULL,NULL,''),(17,'1100','11749729099','2025-06-13 08:48:24',NULL,2490.00,'','1','1','Returned products','1','16','return','','','No',NULL,NULL,''),(18,'5500','11749729099','2025-06-13 08:48:24',NULL,0.00,'','1','1','Cost of goods returned','1','16','sales','1','','No',NULL,NULL,''),(19,'1110','11749729099','2025-06-13 08:48:24',0.00,NULL,'','1','1','Inventory retuned ','1','16','sales','','','No',NULL,NULL,''),(20,'4000','11749793006','2025-06-13 08:50:07',2900.00,NULL,'','1','1','Returned products','1','16','return','','','No',NULL,NULL,''),(21,'1100','11749793006','2025-06-13 08:50:07',NULL,2900.00,'','1','1','Returned products','1','16','return','','','No',NULL,NULL,''),(22,'5500','11749793006','2025-06-13 08:50:07',NULL,0.00,'','1','1','Cost of goods returned','1','16','sales','1','','No',NULL,NULL,''),(23,'1110','11749793006','2025-06-13 08:50:07',0.00,NULL,'','1','1','Inventory retuned ','1','16','sales','','','No',NULL,NULL,''),(34,'1100','11749793833','2025-06-13 08:52:32',2890.00,NULL,'','1','1','Good sold','1','16','sales','','','No',NULL,NULL,''),(35,'4000','11749793833','2025-06-13 08:52:32',NULL,2890.00,'','1','1','Good sold','1','16','sales','1','','No',NULL,NULL,''),(36,'4000','11749793833','2025-06-13 09:53:48',2900.00,NULL,'','1','1','Returned products','1','16','return','','','No',NULL,NULL,''),(37,'1100','11749793833','2025-06-13 09:53:48',NULL,2900.00,'','1','1','Returned products','1','16','return','','','No',NULL,NULL,''),(38,'5500','11749793833','2025-06-13 09:53:48',NULL,0.00,'','1','1','Cost of goods returned','1','16','sales','1','','No',NULL,NULL,''),(39,'1110','11749793833','2025-06-13 09:53:48',0.00,NULL,'','1','1','Inventory retuned ','1','16','sales','','','No',NULL,NULL,''),(42,'1100','11749798214','2025-06-13 10:04:16',2890.00,NULL,'','1','1','Good sold','1','16','sales','','','No',NULL,NULL,''),(43,'4000','11749798214','2025-06-13 10:04:16',NULL,2890.00,'','1','1','Good sold','1','16','sales','1','','No',NULL,NULL,''),(44,'4000','11749798214','2025-06-13 10:05:50',2900.00,NULL,'','1','1','Returned products','1','16','return','','','No',NULL,NULL,''),(45,'1100','11749798214','2025-06-13 10:05:50',NULL,2900.00,'','1','1','Returned products','1','16','return','','','No',NULL,NULL,''),(46,'5500','11749798214','2025-06-13 10:05:50',NULL,0.00,'','1','1','Cost of goods returned','1','16','sales','1','','No',NULL,NULL,''),(47,'1110','11749798214','2025-06-13 10:05:50',0.00,NULL,'','1','1','Inventory retuned ','1','16','sales','','','No',NULL,NULL,''),(48,'4000','11749798214','2025-06-13 10:06:19',2900.00,NULL,'','1','1','Returned products','1','16','return','','','No',NULL,NULL,''),(49,'1100','11749798214','2025-06-13 10:06:19',NULL,2900.00,'','1','1','Returned products','1','16','return','','','No',NULL,NULL,''),(50,'5500','11749798214','2025-06-13 10:06:19',NULL,0.00,'','1','1','Cost of goods returned','1','16','sales','1','','No',NULL,NULL,''),(51,'1110','11749798214','2025-06-13 10:06:19',0.00,NULL,'','1','1','Inventory retuned ','1','16','sales','','','No',NULL,NULL,''),(56,'1100','11749797904','2025-06-13 10:02:17',2890.00,NULL,'','1','1','Good sold','1','16','sales','','','No',NULL,NULL,''),(57,'4000','11749797904','2025-06-13 10:02:17',NULL,2890.00,'','1','1','Good sold','1','16','sales','1','','No',NULL,NULL,''),(60,'4000','11749799099','2025-06-13 09:18:57',NULL,2900.00,'0','1','1','Sales order','1','','','13','','No',NULL,NULL,''),(61,'1100','11749799099','2025-06-13 09:18:57',2900.00,NULL,'0','1','1','Sales order (A/R)','1','','','','','No',NULL,NULL,''),(62,'4000','11749799099','2025-06-13 10:25:49',2900.00,NULL,'','1','1','Returned products','1','16','return','','','No',NULL,NULL,''),(63,'1100','11749799099','2025-06-13 10:25:49',NULL,2900.00,'','1','1','Returned products','1','16','return','','','No',NULL,NULL,''),(64,'5500','11749799099','2025-06-13 10:25:49',NULL,0.00,'','1','1','Cost of goods returned','1','16','sales','1','','No',NULL,NULL,''),(65,'1110','11749799099','2025-06-13 10:25:49',0.00,NULL,'','1','1','Inventory retuned ','1','16','sales','','','No',NULL,NULL,''),(66,'4000','11749797904','2025-06-13 10:26:55',2900.00,NULL,'','1','1','Returned products','1','16','return','','','No',NULL,NULL,''),(67,'1100','11749797904','2025-06-13 10:26:55',NULL,2900.00,'','1','1','Returned products','1','16','return','','','No',NULL,NULL,''),(68,'5500','11749797904','2025-06-13 10:26:55',NULL,0.00,'','1','1','Cost of goods returned','1','16','sales','1','','No',NULL,NULL,''),(69,'1110','11749797904','2025-06-13 10:26:55',0.00,NULL,'','1','1','Inventory retuned ','1','16','sales','','','No',NULL,NULL,''),(70,'1100','11749800136','2025-06-13 10:35:58',2890.00,NULL,'','1','1','Good sold','1','16','sales','','','No',NULL,NULL,''),(71,'4000','11749800136','2025-06-13 10:35:58',NULL,2890.00,'','1','1','Good sold','1','16','sales','1','','No',NULL,NULL,''),(72,'1100','11749801144','2025-06-13 10:53:07',2900.00,NULL,'','1','1','Good sold','1','16','sales','','','No',NULL,NULL,''),(73,'4000','11749801144','2025-06-13 10:53:07',NULL,2900.00,'','1','1','Good sold','1','16','sales','1','','No',NULL,NULL,''),(74,'4000','11749800136','2025-06-13 10:54:53',2900.00,NULL,'','1','1','Returned products','1','16','return','','','No',NULL,NULL,''),(75,'1100','11749800136','2025-06-13 10:54:53',NULL,2900.00,'','1','1','Returned products','1','16','return','','','No',NULL,NULL,''),(76,'5500','11749800136','2025-06-13 10:54:53',NULL,0.00,'','1','1','Cost of goods returned','1','16','sales','1','','No',NULL,NULL,''),(77,'1110','11749800136','2025-06-13 10:54:53',0.00,NULL,'','1','1','Inventory retuned ','1','16','sales','','','No',NULL,NULL,''),(78,'4000','11749800136','2025-06-13 10:55:03',2900.00,NULL,'','1','1','Returned products','1','16','return','','','No',NULL,NULL,''),(79,'1100','11749800136','2025-06-13 10:55:03',NULL,2900.00,'','1','1','Returned products','1','16','return','','','No',NULL,NULL,''),(80,'5500','11749800136','2025-06-13 10:55:03',NULL,0.00,'','1','1','Cost of goods returned','1','16','sales','1','','No',NULL,NULL,''),(81,'1110','11749800136','2025-06-13 10:55:03',0.00,NULL,'','1','1','Inventory retuned ','1','16','sales','','','No',NULL,NULL,''),(82,'4000','11749801144','2025-06-13 10:59:09',2900.00,NULL,'','1','1','Returned products','1','16','return','','','No',NULL,NULL,''),(83,'1100','11749801144','2025-06-13 10:59:09',NULL,2900.00,'','1','1','Returned products','1','16','return','','','No',NULL,NULL,''),(84,'5500','11749801144','2025-06-13 10:59:09',NULL,0.00,'','1','1','Cost of goods returned','1','16','sales','1','','No',NULL,NULL,''),(85,'1110','11749801144','2025-06-13 10:59:09',0.00,NULL,'','1','1','Inventory retuned ','1','16','sales','','','No',NULL,NULL,''),(86,'1100','11749801579','2025-06-13 11:02:21',2900.00,NULL,'','1','1','Good sold','1','16','sales','','','No',NULL,NULL,''),(87,'4000','11749801579','2025-06-13 11:02:21',NULL,2900.00,'','1','1','Good sold','1','16','sales','1','','No',NULL,NULL,''),(90,'5650','11751265099','2025-06-30 09:32:00',1.00,NULL,'0','1','1','transport to mombasa for a training ','1','','','1','','No',NULL,NULL,''),(91,'1000','11751265099','2025-06-30 09:32:00',NULL,1.00,'0','1','1','','1','','','1','','No',NULL,NULL,''); /*!40000 ALTER TABLE `debitcredit` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `delivery` -- DROP TABLE IF EXISTS `delivery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `delivery` ( `id` int(11) NOT NULL AUTO_INCREMENT, `itemid` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `qty` varchar(10) NOT NULL, `buyingprice` decimal(10,2) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `serial` varchar(50) NOT NULL, `orderno` varchar(50) NOT NULL, `name` text NOT NULL, `description` text NOT NULL, `batchno` int(11) NOT NULL, `myid` int(50) NOT NULL, `staff` int(11) NOT NULL, `shipping` decimal(10,2) NOT NULL, `commission` decimal(10,2) NOT NULL, `ordereddate` varchar(50) NOT NULL, `supplier` int(11) NOT NULL DEFAULT 1, `profit` varchar(20) NOT NULL, `commissionrate` varchar(20) NOT NULL, `type` varchar(30) NOT NULL, `mode` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `delivery` -- LOCK TABLES `delivery` WRITE; /*!40000 ALTER TABLE `delivery` DISABLE KEYS */; /*!40000 ALTER TABLE `delivery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `department` -- DROP TABLE IF EXISTS `department`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `department` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` text NOT NULL, `faculty_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `department` -- LOCK TABLES `department` WRITE; /*!40000 ALTER TABLE `department` DISABLE KEYS */; INSERT INTO `department` VALUES (1,'ICT','ICT',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'Sales','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `department` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `depositrefunds` -- DROP TABLE IF EXISTS `depositrefunds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `depositrefunds` ( `id` int(100) NOT NULL AUTO_INCREMENT, `houseno` varchar(100) NOT NULL, `type` varchar(40) NOT NULL, `description` text NOT NULL, `plotno` varchar(100) NOT NULL, `balance` decimal(10,2) NOT NULL, `status` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `branchid` int(30) NOT NULL DEFAULT 1, `amount` decimal(10,2) NOT NULL, `before` varchar(20) DEFAULT NULL, `after` varchar(20) DEFAULT NULL, `bookingid` int(20) NOT NULL, `tenantid` int(11) NOT NULL, `receiptno` varchar(50) NOT NULL, `transactioncode` varchar(50) NOT NULL, `mode` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `depositrefunds` -- LOCK TABLES `depositrefunds` WRITE; /*!40000 ALTER TABLE `depositrefunds` DISABLE KEYS */; /*!40000 ALTER TABLE `depositrefunds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `device` -- DROP TABLE IF EXISTS `device`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `device` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) DEFAULT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `device` -- LOCK TABLES `device` WRITE; /*!40000 ALTER TABLE `device` DISABLE KEYS */; /*!40000 ALTER TABLE `device` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `discount` -- DROP TABLE IF EXISTS `discount`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `discount` ( `id` int(11) NOT NULL AUTO_INCREMENT, `discount` varchar(50) NOT NULL, `name` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `type` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `discount` -- LOCK TABLES `discount` WRITE; /*!40000 ALTER TABLE `discount` DISABLE KEYS */; INSERT INTO `discount` VALUES (1,'1000','BASIC','2023-05-16 14:12:30','active','1','','1',1,'Amount'),(2,'10','PREMIUM DISCOUNT','2023-11-11 07:36:57','active','1','Yes','1',1,'Percentage'),(3,'1000','BASIC','2025-03-17 06:03:30','active','1','No','1',1,'Amount'),(4,'1000','BASIC','2025-03-17 06:13:51','active','1','','1',1,'Amount'); /*!40000 ALTER TABLE `discount` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `distribution` -- DROP TABLE IF EXISTS `distribution`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `distribution` ( `id` int(11) NOT NULL AUTO_INCREMENT, `itemid` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `qty` varchar(10) NOT NULL, `buyingprice` decimal(10,2) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `serial` varchar(50) NOT NULL, `orderno` varchar(50) NOT NULL, `name` text NOT NULL, `description` text NOT NULL, `batchno` int(11) NOT NULL, `myid` int(50) NOT NULL, `staff` int(11) NOT NULL, `shipping` decimal(10,2) NOT NULL, `commission` decimal(10,2) NOT NULL, `ordereddate` varchar(50) NOT NULL, `supplier` int(11) NOT NULL DEFAULT 1, `profit` varchar(20) NOT NULL, `commissionrate` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `distribution` -- LOCK TABLES `distribution` WRITE; /*!40000 ALTER TABLE `distribution` DISABLE KEYS */; /*!40000 ALTER TABLE `distribution` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `district` -- DROP TABLE IF EXISTS `district`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `district` ( `id` int(30) NOT NULL, `code` varchar(50) NOT NULL, `countyid` varchar(10) NOT NULL, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `provincecode` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `district` -- LOCK TABLES `district` WRITE; /*!40000 ALTER TABLE `district` DISABLE KEYS */; /*!40000 ALTER TABLE `district` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `documents` -- DROP TABLE IF EXISTS `documents`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `documents` ( `id` int(50) NOT NULL AUTO_INCREMENT, `documentname` varchar(100) NOT NULL, `idno` varchar(50) NOT NULL, `category` varchar(100) NOT NULL, `name` text NOT NULL, `dateposted` varchar(100) NOT NULL, `description` text NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `entrydate` varchar(50) NOT NULL, `img_id` varchar(100) NOT NULL, `companyid` varchar(50) NOT NULL, `mydocuments` text DEFAULT NULL, `invoice` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `documents` -- LOCK TABLES `documents` WRITE; /*!40000 ALTER TABLE `documents` DISABLE KEYS */; /*!40000 ALTER TABLE `documents` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `doorlock` -- DROP TABLE IF EXISTS `doorlock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `doorlock` ( `id` int(20) NOT NULL AUTO_INCREMENT, `type` varchar(40) NOT NULL, `description` text NOT NULL, `status` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `name` varchar(50) NOT NULL, `companyid` int(5) NOT NULL DEFAULT 1, `branchid` int(20) DEFAULT NULL, `guest` varchar(50) NOT NULL, `roomtype` varchar(50) NOT NULL, `roomno` varchar(50) NOT NULL, `guesttype` varchar(50) NOT NULL, `chargetype` varchar(50) NOT NULL, `issuedqty` varchar(50) NOT NULL, `recycledcardqty` varchar(50) NOT NULL, `state` varchar(50) NOT NULL, `checkintime` varchar(50) NOT NULL, `departuretime` varchar(50) NOT NULL, `vouchertype` varchar(50) NOT NULL, `voucherno` varchar(50) NOT NULL, `checkouttime` varchar(50) NOT NULL, `area1` varchar(50) NOT NULL, `area2` varchar(50) NOT NULL, `operator` varchar(50) NOT NULL, `remark` varchar(50) NOT NULL, `familyroom` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `doorlock` -- LOCK TABLES `doorlock` WRITE; /*!40000 ALTER TABLE `doorlock` DISABLE KEYS */; /*!40000 ALTER TABLE `doorlock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `email_accounts` -- DROP TABLE IF EXISTS `email_accounts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `email_accounts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `email` varchar(50) NOT NULL, `password` varchar(100) NOT NULL, `smtp_host` varchar(50) NOT NULL, `smtp_port` int(11) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `name` varchar(50) NOT NULL, `server` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `protocol` varchar(30) NOT NULL DEFAULT 'smtp', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `email_accounts` -- LOCK TABLES `email_accounts` WRITE; /*!40000 ALTER TABLE `email_accounts` DISABLE KEYS */; INSERT INTO `email_accounts` VALUES (1,'marketing@mombasacontinental.com','Pass@123','mail.mombasacontinental.com',587,1,465,'ROBISEARCH LTD/TASK MANAGER',1,'','mail/smtp'),(2,'support@robisearch.com','support!@##@!','ssl://mail.robisearch.com',465,1,1,'ROBISEARCH LTD/TASK MANAGER',2,'2019-06-23 05:28:28pm','smtp'),(3,'oukobert@gmail.com','0718667391','ssl://smtp.googlemail.com',465,1,1,'robisearch',1,'2019-11-04 11:00:33am','smtp'); /*!40000 ALTER TABLE `email_accounts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `employeecharges` -- DROP TABLE IF EXISTS `employeecharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `employeecharges` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `name` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(20) NOT NULL DEFAULT 'Minus', `amountmode` varchar(20) NOT NULL, `qtymode` varchar(20) NOT NULL, `quantity` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `unit` varchar(50) NOT NULL, `memberid` int(11) NOT NULL, `statutory` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `employeecharges` -- LOCK TABLES `employeecharges` WRITE; /*!40000 ALTER TABLE `employeecharges` DISABLE KEYS */; INSERT INTO `employeecharges` VALUES (3,'9','NSSF','2025-01-21 18:52:19','Active','1','','1','Deduction','Fixed','Fixed',1.00,1800.00,'',1,'NSSF'),(4,'2005','House Levy','2025-01-21 18:53:04','Active','1','','1','Deduction','Fixed','Fixed',1.00,450.00,'1.5',1,'HOUSE LEVY'),(5,'10','SHIF','2025-01-21 18:53:34','Active','1','','1','Deduction','Fixed','Fixed',1.00,825.00,'2.75',1,'NHIF'),(6,'8','PAYE','2025-01-21 18:55:45','Active','1','','1','Deduction','Fixed','Fixed',1.00,731.25,'',1,'PAYE'),(7,'9','NSSF','2025-01-24 06:20:36','Active','1','','1','Deduction','Fixed','Fixed',1.00,1800.00,'',4,'NSSF'),(8,'8','PAYE','2025-01-24 06:20:54','Active','1','','1','Deduction','Fixed','Fixed',1.00,731.25,'',4,'PAYE'),(9,'10','SHIF','2025-01-24 06:21:45','Active','1','','1','Deduction','Fixed','Fixed',1.00,825.00,'2.75',4,'NHIF'),(10,'2005','House Levy','2025-01-24 06:24:17','Active','1','','1','Deduction','Fixed','Fixed',1.00,450.00,'1.5',4,'HOUSE LEVY'); /*!40000 ALTER TABLE `employeecharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `employeepayments` -- DROP TABLE IF EXISTS `employeepayments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `employeepayments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `name` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(20) NOT NULL DEFAULT 'Minus', `amountmode` varchar(20) NOT NULL, `qtymode` varchar(20) NOT NULL, `quantity` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `unit` varchar(50) NOT NULL, `memberid` int(11) NOT NULL, `salaryid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `employeepayments` -- LOCK TABLES `employeepayments` WRITE; /*!40000 ALTER TABLE `employeepayments` DISABLE KEYS */; /*!40000 ALTER TABLE `employeepayments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `etiminitialization` -- DROP TABLE IF EXISTS `etiminitialization`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `etiminitialization` ( `id` int(11) NOT NULL AUTO_INCREMENT, `tin` varchar(50) NOT NULL, `bhfOpenDt` varchar(50) DEFAULT NULL, `createdate` datetime NOT NULL, `sdcId` varchar(50) DEFAULT '00', `mrcNo` text DEFAULT NULL, `cmcKey` text DEFAULT NULL, `companyid` varchar(50) NOT NULL, `branchid` varchar(50) NOT NULL, `updatedid` varchar(20) NOT NULL DEFAULT 'KES', `updatedby` varchar(20) DEFAULT NULL, `userid` int(11) NOT NULL, `name` text NOT NULL, `bhfid` varchar(50) DEFAULT NULL, `bhfSttsCd` varchar(50) DEFAULT NULL, `url` text NOT NULL, `onlineoffline` varchar(20) NOT NULL, `phone` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `status` varchar(50) NOT NULL, `verification` text NOT NULL, `requestdate` varchar(50) NOT NULL, `confirmationdate` varchar(50) NOT NULL, `businesskey` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `etiminitialization` -- LOCK TABLES `etiminitialization` WRITE; /*!40000 ALTER TABLE `etiminitialization` DISABLE KEYS */; /*!40000 ALTER TABLE `etiminitialization` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `etimsactivations` -- DROP TABLE IF EXISTS `etimsactivations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `etimsactivations` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, `computerno` text NOT NULL, `fromdate` varchar(30) NOT NULL, `todate` varchar(30) DEFAULT NULL, `bhfid` varchar(50) NOT NULL, `duration` int(11) NOT NULL, `phone` varchar(20) DEFAULT NULL, `extensiontype` varchar(30) DEFAULT 'New Installation', `computernostatus` varchar(20) NOT NULL DEFAULT 'new', `computernodate` varchar(20) NOT NULL, `computernouserdata` text NOT NULL, `updatedid` int(11) DEFAULT NULL, `tin` text NOT NULL, `sdcId` text NOT NULL, `cmcKey` text NOT NULL, `mrcNo` text NOT NULL, `url` text NOT NULL, `onlineoffline` varchar(50) NOT NULL, `businesskey` text NOT NULL, `code` varchar(50) NOT NULL, `verification` text NOT NULL, `branchid` varchar(5) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `etimsactivations` -- LOCK TABLES `etimsactivations` WRITE; /*!40000 ALTER TABLE `etimsactivations` DISABLE KEYS */; /*!40000 ALTER TABLE `etimsactivations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evaluation` -- DROP TABLE IF EXISTS `evaluation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `evaluation` ( `invoice` varchar(100) NOT NULL, `id` int(20) NOT NULL AUTO_INCREMENT, `serialno` varchar(50) NOT NULL, `insuredname` varchar(50) NOT NULL, `insurer` varchar(50) NOT NULL, `expirydate` varchar(50) NOT NULL, `inspectedby` varchar(50) NOT NULL, `contact` varchar(50) NOT NULL, `policyno` varchar(50) NOT NULL, `instructions` text NOT NULL, `registrationno` varchar(50) NOT NULL, `make` varchar(50) NOT NULL, `model` varchar(50) NOT NULL, `colour` varchar(50) NOT NULL, `yom` varchar(50) NOT NULL, `fueltype` varchar(50) NOT NULL, `engineno` varchar(50) NOT NULL, `chassisno` varchar(50) NOT NULL, `mileage` varchar(50) NOT NULL, `enginerating` varchar(50) NOT NULL, `countryoforigin` varchar(50) NOT NULL, `locationofinspection` varchar(50) NOT NULL, `coachwork` varchar(50) NOT NULL, `mechanical` varchar(50) NOT NULL, `electrical` varchar(50) NOT NULL, `tyres` varchar(50) NOT NULL, `generalcondition` text NOT NULL, `assessedvalue` varchar(50) NOT NULL, `features` text NOT NULL, `anittheft` varchar(50) NOT NULL, `windscreenvalue` varchar(50) NOT NULL, `radiovalue` varchar(50) NOT NULL, `remarks` text NOT NULL, `reportdetails` text NOT NULL, `date` date NOT NULL, `pin` varchar(50) NOT NULL, `userid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `dateposted` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `evaluation` -- LOCK TABLES `evaluation` WRITE; /*!40000 ALTER TABLE `evaluation` DISABLE KEYS */; /*!40000 ALTER TABLE `evaluation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `events` -- DROP TABLE IF EXISTS `events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `events` ( `id` int(50) NOT NULL AUTO_INCREMENT, `title` varchar(100) NOT NULL, `fromdate` varchar(50) NOT NULL, `todate` varchar(50) NOT NULL, `host` varchar(100) NOT NULL, `participants` text NOT NULL, `location` varchar(100) NOT NULL, `status` varchar(40) NOT NULL DEFAULT 'new', `comments` text NOT NULL, `repeated` varchar(50) NOT NULL, `dateposted` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `companyid` varchar(50) NOT NULL, `one` varchar(20) NOT NULL, `two` varchar(20) NOT NULL, `three` varchar(20) DEFAULT NULL, `branchid` int(10) NOT NULL DEFAULT 1, `four` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `events` -- LOCK TABLES `events` WRITE; /*!40000 ALTER TABLE `events` DISABLE KEYS */; /*!40000 ALTER TABLE `events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `expenses` -- DROP TABLE IF EXISTS `expenses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `expenses` ( `id` int(50) NOT NULL AUTO_INCREMENT, `type` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` datetime NOT NULL, `user` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `datespent` datetime NOT NULL, `receiptno` varchar(100) NOT NULL, `idno` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `controller` varchar(100) NOT NULL, `imgid` varchar(100) NOT NULL, `img_id` text NOT NULL, `companyid` varchar(100) NOT NULL, `accounttype` varchar(50) NOT NULL, `bankname` varchar(60) NOT NULL, `supplier` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `paymentmethodes` varchar(30) NOT NULL, `duedate` varchar(30) NOT NULL, `terms` text NOT NULL, `balance` decimal(10,2) NOT NULL, `paid` decimal(10,2) NOT NULL, `updatedat` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `allocation` varchar(20) NOT NULL DEFAULT 'No', `invoicestatus` varchar(20) NOT NULL DEFAULT 'No', `allocationtext` text NOT NULL, `loanpaid` decimal(10,2) NOT NULL, `loanbalance` decimal(10,2) NOT NULL, `duration` varchar(20) NOT NULL, `monthlyrate` varchar(20) NOT NULL, `department` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `expenses` -- LOCK TABLES `expenses` WRITE; /*!40000 ALTER TABLE `expenses` DISABLE KEYS */; INSERT INTO `expenses` VALUES (1,'Expense','1','1','','2025-06-30 09:32:00','','Closed','2025-06-30 09:32:00','','','','david','','7380191751265104','1','','1000','','11751265099','n/a','','',0.00,0.00,'',0,1,'No','No','',0.00,0.00,'','',''); /*!40000 ALTER TABLE `expenses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `faqs` -- DROP TABLE IF EXISTS `faqs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `faqs` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `answers` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `faqs` -- LOCK TABLES `faqs` WRITE; /*!40000 ALTER TABLE `faqs` DISABLE KEYS */; /*!40000 ALTER TABLE `faqs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fingers` -- DROP TABLE IF EXISTS `fingers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `fingers` ( `id` int(100) NOT NULL AUTO_INCREMENT, `admno` varchar(200) NOT NULL, `fingername` varchar(50) NOT NULL, `regdate` varchar(100) NOT NULL, `template` text NOT NULL, `status` varchar(100) NOT NULL DEFAULT 'active', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `fingers` -- LOCK TABLES `fingers` WRITE; /*!40000 ALTER TABLE `fingers` DISABLE KEYS */; /*!40000 ALTER TABLE `fingers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fiscalyear` -- DROP TABLE IF EXISTS `fiscalyear`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `fiscalyear` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(60) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `startdate` datetime NOT NULL, `enddate` datetime NOT NULL, `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `opening` decimal(10,2) NOT NULL, `closing` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `fiscalyear` -- LOCK TABLES `fiscalyear` WRITE; /*!40000 ALTER TABLE `fiscalyear` DISABLE KEYS */; INSERT INTO `fiscalyear` VALUES (1,'2025 Fiscal Year','active','2025-01-01 00:00:00','2025-12-31 23:59:00',1,1,'2025-02-13 11:50:14',0.00,0.00,0); /*!40000 ALTER TABLE `fiscalyear` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `followups` -- DROP TABLE IF EXISTS `followups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `followups` ( `id` int(30) NOT NULL AUTO_INCREMENT, `date` varchar(50) NOT NULL, `followupid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `companyid` varchar(100) NOT NULL, `nextdate` datetime NOT NULL, `feedback` text NOT NULL, `recommendation` text NOT NULL, `challanges` text NOT NULL, `level` varchar(50) NOT NULL, `branchid` int(11) NOT NULL, `finalid` varchar(50) NOT NULL, `dateposted` datetime NOT NULL, `type` varchar(20) NOT NULL DEFAULT 'Deal', `completed` varchar(20) NOT NULL DEFAULT 'no', `dealowner` varchar(20) DEFAULT NULL, `stage` varchar(20) DEFAULT NULL, `allsteps` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `followups` -- LOCK TABLES `followups` WRITE; /*!40000 ALTER TABLE `followups` DISABLE KEYS */; /*!40000 ALTER TABLE `followups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gatepass` -- DROP TABLE IF EXISTS `gatepass`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `gatepass` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `messageid` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, `callername` text NOT NULL, `receiver` text NOT NULL, `calldate` varchar(30) NOT NULL, `phone` varchar(50) NOT NULL, `media` text NOT NULL, `email` varchar(50) DEFAULT NULL, `idno` varchar(50) NOT NULL, `name` varchar(100) NOT NULL, `business` varchar(100) NOT NULL, `vehicleno` varchar(100) NOT NULL, `vehiclecolor` varchar(100) NOT NULL, `vehiclemodel` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `checkindate` varchar(100) NOT NULL, `checkoutdate` varchar(100) NOT NULL, `branchid` int(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gatepass` -- LOCK TABLES `gatepass` WRITE; /*!40000 ALTER TABLE `gatepass` DISABLE KEYS */; /*!40000 ALTER TABLE `gatepass` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `glaccounts` -- DROP TABLE IF EXISTS `glaccounts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `glaccounts` ( `id` int(30) NOT NULL AUTO_INCREMENT, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `accounttype` varchar(50) NOT NULL, `accountname` varchar(80) NOT NULL, `bankname` varchar(50) DEFAULT NULL, `openingdate` varchar(50) NOT NULL, `description` int(11) NOT NULL, `accountstatus` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `number` varchar(50) NOT NULL, `currency` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=221 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `glaccounts` -- LOCK TABLES `glaccounts` WRITE; /*!40000 ALTER TABLE `glaccounts` DISABLE KEYS */; INSERT INTO `glaccounts` VALUES (30,'1','1','1','Control Acc (Cash)','','2018-07-20 13:23:56',1,'','-183735','2020-10-01 13:01:12','1000','1'),(31,'1','1','1','Mpesa','','2020-05-10 17:24:37',1,'','34000','2020-05-10 17:28:13','1010','1'),(33,'351','1','1','KCB account','','2018-06-01',1,'','-3852698','2019-07-30 19:18:31','1030','1'),(34,'1','1','6','Accounts receivable','','2018-06-01',1,'','400','2020-01-07 05:46:09','1100',''),(35,'351','1','6','Inventory assets','','2018-07-20 13:29:27',1,'','-1500','2019-07-20 23:18:46','1110','1'),(36,'2','1','6','checking account','','2018-07-20 14:14:59',1,'','0','2018-07-20 14:15:36pm','1120','KES'),(37,'351','1','6','Tax Assets','','2018-07-20 14:15:37',1,'','0','2019-07-20 13:01:36','1130',''),(38,'2','1','6','loans & advances','','2018-07-20 14:17:01',1,'','0','2018-07-20 14:18:41pm','1140','KES'),(39,'2','1','6','securities & deposits','','2018-07-20 14:18:42',1,'','0','2018-07-20 14:19:49pm','1150','KES'),(40,'351','1','6','Allowance for doubtful accounts','','2018-07-20 14:19:50',1,'','0','2019-07-20 12:05:22','1160',''),(41,'351','1','6','Prepayments','','2018-07-20 14:37:09',1,'','0','2019-07-20 13:03:33','1170',''),(44,'351','1','6','Salary advances','','2018-07-20 14:42:02',1,'','0','2019-07-20 12:58:57','1200',''),(45,'351','1','7','Land','','2018-07-20 14:43:05',1,'','0','2019-07-20 13:00:33','1500',''),(46,'351','1','7','Motor Vehicle','','2018-07-20 15:05:47',1,'','0','2019-07-20 13:04:35','1510',''),(47,'1','1','27','Softwares','','2018-07-20 15:06:36',4,'','0','2019-10-28 05:41:59','1520',''),(48,'351','1','7','Buildings','','2018-07-20 15:07:38',1,'','0','2019-07-20 13:07:02','1530',''),(49,'351','1','7','Plants & Machinery','','2018-07-20 15:09:21',1,'','0','2019-07-20 13:08:16','1540',''),(50,'351','1','7','Office Equipments','','2018-07-20 15:13:54',1,'','0','2019-07-20 13:09:35','1550',''),(51,'351','1','7','Furnitures & Fixtures','','2018-07-20 15:18:17',1,'','0','2019-07-20 13:10:29','1560',''),(52,'351','1','7','Depreciation ','117','2018-07-20 15:20:15',1,'','0','2019-07-20 13:13:53','1570',''),(53,'351','1','7','Depletable assets','','2018-07-20 15:21:07',1,'','0','2019-07-20 13:30:32','1580','1'),(54,'351','1','7','Leasehold improvements','','2018-07-20 15:22:55',1,'','0','2019-07-20 13:36:59','1590',''),(55,'351','1','7','Accumulated depreciation','','2018-07-20 15:23:48',1,'','0','2019-07-20 13:17:21','1600',''),(57,'351','1','9','Capital ','','2018-07-20 15:43:54',1,'','0','2019-07-20 14:18:04','1800',''),(58,'416','1','29','Office purchases','','2018-07-20 16:02:41',5,'','0','2019-10-16 17:53:18','1850',''),(59,'2','1','8','stock of raw materials','','2018-07-20 16:04:29',1,'','0','2018-07-20 16:07:35pm','1860','KES'),(63,'351','1','14','Loan payable','','2018-07-23 12:06:08',2,'','0','2019-07-20 14:11:32','2000',''),(64,'351','1','14','Dividends payable','','2018-07-23 12:33:51',2,'','0','2019-07-20 15:08:15','2010','1'),(65,'2','1','14','Income tax payable','','2018-07-23 12:35:15',2,'','0','2018-07-23 12:36:09pm','2020','KES'),(66,'351','1','14','Accrued Expenses Payable ','','2018-07-23 12:36:09',2,'','0','2019-07-20 13:33:39','2030','1'),(67,'351','1','14','Payroll Liabilities','','2018-07-23 12:37:11',2,'','0','2019-07-20 13:24:33','2040',''),(68,'351','1','14','Current tax liability','','2018-07-23 12:37:58',2,'','0','2019-07-20 15:10:18','2050','1'),(69,'1','1','14','Customer Deposits ','','2018-07-23 12:38:55 ',2,'','0','2024-02-01 06:08:04','2060',''),(70,'351','1','14','Insurance payable','','2018-07-23 12:39:33',2,'','0','2019-07-20 15:12:04','2070',''),(72,'351','1','14','Sales & services tax payable','','2018-07-23 12:40:58',2,'','0','2019-07-20 15:14:57','2090',''),(74,'351','1','14','Bank Overdraft','','2018-07-23 12:43:29',2,'','0','2019-07-20 13:52:34','2110','1'),(75,'351','1','14','Current portion of obligations under finance leases','','2018-07-23 12:44:39',2,'','0','2019-07-20 15:19:30','2120',''),(76,'351','1','15','Long term debt','','2018-07-23 12:57:42',2,'','0','2019-07-20 15:16:19','2500',''),(78,'351','1','15','Notes payable','','2018-07-23 13:00:31',2,'','0','2019-07-20 13:58:01','2510',''),(79,'351','1','15','Liabilities related to assets held for sale','','2018-07-23 13:01:58',2,'','0','2019-07-20 15:28:14','2520','1'),(80,'2','1','15','shareholder notes payable','','2018-07-23 13:02:46',2,'','0','2018-07-23 13:04:38pm','2530','KES'),(81,'351','1','15','Accrued non-current liabilities','','2018-07-23 13:04:38',2,'','0','2019-07-22 09:45:51','2540',''),(82,'2','1','15','accrued holiday payable','','2018-07-23 13:15:07',2,'','0','2018-07-23 13:19:53pm','2550','KES'),(83,'2','1','26','ordinary shares','','2018-07-23 13:54:16',3,'','0','2018-07-23 13:55:37pm','3000','KES'),(84,'1','1','26','opening balance Equity','','2018-07-23 13:55:37',3,'','-50000','2020-05-09 20:15:00','3010',''),(85,'2','1','26','partner contributions','','2018-07-23 13:56:29',3,'','0','2018-07-23 13:57:14pm','3020','KES'),(86,'2','1','26','share capital','','2018-07-23 13:57:15',3,'','0','2018-07-23 13:59:17pm','3030','KES'),(87,'2','1','26','capital stock','','2018-07-23 13:59:18',3,'','0','2018-07-23 14:00:06pm','3040','KES'),(89,'351','1','26','Dividend disbursed','','2018-07-23 14:00:07',3,'','0','2019-07-22 09:44:29','3050',''),(90,'2','1','26','other comprehensive income','','2018-07-23 14:05:14',3,'','0','2018-07-23 14:06:04pm','3060','KES'),(91,'2','1','26','retained earnings','','2018-07-23 14:06:06',3,'','0','2018-07-23 14:06:41pm','3070','KES'),(92,'2','1','26','paid in capital','','2018-07-23 14:06:42',3,'','0','2018-07-23 14:08:06pm','3080','KES'),(93,'2','1','26','equity in earnings of subsidiaries','','2018-07-23 14:08:07',3,'','0','2018-07-23 14:09:00pm','3090','KES'),(94,'351','1','27','Sales','','2018-06-01',4,'','0','2019-07-23 11:30:51','4000',''),(95,'351','1','27','Maintainance/Training fees','94','2018-07-23 14:09:38',4,'','0','2019-07-20 15:53:04','4010',''),(97,'351','1','30','expenses included in valuation','','2018-06-01 ',5,'','0','2019-07-23 11:33:52','5010',''),(98,'351','1','30','stock adjustment','','2018-07-23 14:27:39',5,'','0','2019-07-20 17:25:59','5020',''),(99,'1','1','8','Cost of Good sold','','2018-07-01',5,'','0','2020-05-11 09:26:16','5500',''),(100,'351','1','29','Transport','','2018-06-01',5,'','0','2019-07-23 11:27:46','5510',''),(101,'351','1','29','Rent Expenses','','2018-07-23 14:33:51',5,'','0','2019-07-20 17:40:22','5520',''),(102,'351','1','29','Utilities','','2018-07-23 14:34:24',5,'','0','2019-07-20 17:42:59','5530','1'),(103,'351','1','29','Advertisements','','2018-07-23 14:34:52',5,'','0','2019-07-20 17:47:48','5540','1'),(104,'351','1','29','Salary Costs','','2018-07-23 14:35:41',5,'','50000','2019-07-20 20:26:30','5550',''),(105,'1','1','29','Staff Costs','','2020-07-23 14:36:42',5,'','0','2020-06-30 21:02:43','5560','1'),(106,'351','1','29','Staff Uniforms','105','2018-07-23 14:37:26',5,'','0','2019-07-20 20:43:01','5561','1'),(107,'351','1','29','Staff Welfare ','105','2018-07-23 14:38:50',5,'','0','2019-07-20 20:47:45','5562','1'),(114,'351','1','29','Training Fees','','2018-07-23 14:46:18',5,'','0','2019-07-20 21:00:54','5650','1'),(115,'351','1','29','Marketing expenses','','2018-07-23 14:47:47',5,'','0','2019-07-20 20:59:00','5660',''),(118,'351','1','29','Bid Bond Charges','120','2018-07-23 14:51:10',5,'','0','2019-07-20 21:51:57','5711','1'),(119,'351','1','29','Bank Service Charges ','','2018-07-23 14:54:26',5,'','0','2019-07-20 21:24:05','5700','1'),(120,'351','1','29','Tender expenses','','2018-07-23 14:55:12',5,'','0','2019-07-20 21:49:11','5710',''),(122,'351','1','29','Outsourced Printing & Scanning','','2018-07-23 15:02:34',5,'','0','2019-07-20 21:55:42','5730',''),(123,'351','1','30','Commission on sales','','2018-07-23 15:03:42',5,'','0','2019-07-20 21:56:36','5740','1'),(124,'351','1','29','Accomodation','','2018-07-23 15:04:46',5,'','0','2019-07-20 21:58:04','5750',''),(125,'351','1','29','Professional /Legal expenses','','2018-07-23 15:05:55',5,'','0','2019-07-20 22:28:51','5760','1'),(126,'351','1','28','Postage & Delivery','','2018-07-23 15:06:59',4,'','0','2019-07-20 22:00:51','5770','1'),(127,'1','1','29','Painting','','2018-07-23 15:07:48 ',5,'','0','2024-02-26 12:40:36','5780',''),(128,'351','1','29','Depreciation Expense','','2018-07-23 15:08:24',5,'','0','2019-07-20 22:03:48','5790',''),(129,'351','1','29','Miscellaneous','','2018-07-23 15:09:39',5,'','0','2019-07-20 22:05:47','5800',''),(130,'351','1','27','Point of sale','94','2018-06-01 ',4,'','0','2019-08-08 09:12:19','4020',''),(131,'351','1','27','Bulk Sms','94','2018-07-23 15:12:25',4,'','0','2019-07-20 15:56:23','4030','1'),(132,'351','1','27','property management System','94','2018-07-23 15:13:09',4,'','0','2019-07-20 16:16:00','4040','1'),(133,'351','1','27','Biometric system','94','2018-07-23 15:13:41',4,'','2393.5','2019-07-20 16:14:44','4050','1'),(134,'351','1','27','school management System','94','2018-07-23 15:14:35',4,'','0','2019-07-20 16:17:38','4060','1'),(135,'351','1','27','Hospital management System','94','2018-07-23 15:15:15',4,'','0','2019-07-20 16:19:26','4070',''),(136,'351','1','27','Website Development','94','2018-07-23 15:16:03',4,'','0','2019-07-20 16:25:53','4080','1'),(137,'1','1','27','Vehicle Loan','94','2018-07-23 15:16:38 ',4,'','2000000','2023-05-27 12:46:29','4090',''),(139,'351','1','27','Hardware','94','2018-07-23 15:18:10',4,'','0','2019-07-20 16:49:09','4110','1'),(140,'351','1','27','Graphic Design','94','2018-07-23 15:18:56',4,'','0','2019-07-20 16:50:40','4120','1'),(141,'351','1','27','Thermal rolls','94','2018-07-23 15:19:38',4,'','0','2019-07-20 16:54:33','4130','1'),(143,'479','1','1','Paybill','','2018-07-26 12:58:21',1,'','-6666664999','2019-01-18 17:14:27','1020','1'),(144,'351','1','14','Account payable','','2018-06-01',2,'','0','2019-07-23 11:29:59','2130',''),(148,'351','1','1','Director\'s Account','','2018-06-01',1,'','6000','2019-08-22 08:43:26','1040','1'),(151,'351','1','8','Hardware','58','2018-10-30 09:48:11',5,'','0','2019-09-04 10:25:47','1851','1'),(152,'351','1','27','Labour Fees','94','2018-11-01 12:09:21',4,'','0','2019-07-20 16:57:21','4160','1'),(154,'351','1','29','Supplies','156','2018-11-05 16:43:21',5,'','0','2019-07-18 14:43:13','5900','1'),(155,'1','1','29','Branding','156','2018-11-05 16:46:57 ',5,'','0','2024-02-26 12:40:51','5910',''),(156,'351','1','29','Office Expenses','','2018-11-05 16:47:29',5,'','0','2019-07-18 14:15:56','5920','1'),(157,'351','1','27','Management Information System','94','2019-01-31 16:43:09',4,'','0','2019-07-20 16:58:11','4170','1'),(158,'351','1','29','Mpesa charges','','2019-05-25 12:20:26',5,'','0','2019-07-20 22:26:12','5930','1'),(159,'351','1','1','Petty cash','','2019-06-01',1,'','-577','2019-08-22 15:25:29','1050','1'),(160,'351','1','29','Discount Allowed','','2019-07-08 ',5,'','0','2019-07-20 23:17:13','5030','1'),(161,'351','1','6','Withholding Tax','','2019-07-20 13:24:34',1,'','0','2019-07-20 13:28:18','1210',''),(162,'351','1','6','Discount Recieved','','2019-07-20 13:28:19',1,'','0','2019-07-20 13:29:38','1220','1'),(163,'351','1','6','Accrued Income Receivable ','','2019-07-20 13:33:40',1,'','0','2019-07-20 13:36:05','1230','1'),(164,'351','1','14','NHIF','67','2019-07-20 14:03:52',2,'','0','2019-07-20 14:06:21','2041','1'),(165,'351','1','14','NSSF','67','2019-07-20 14:06:22',2,'','0','2019-07-20 14:07:21','2042',''),(166,'351','1','14','PAYE','67','2019-07-20 14:07:21',2,'','0','2019-07-20 14:08:21','2043','1'),(167,'351','1','14','Net Pay','','2019-07-20 14:08:21',2,'','0','2019-07-20 14:10:20','2045',''),(168,'1','1','27','Donations','131','2019-07-20 15:56:24 ',4,'','140800','2023-03-08 12:44:25','4031','1'),(169,'351','1','27','Bulk Sms Branding','131','2019-07-20 16:07:38',4,'','0','2019-07-20 16:09:27','4032',''),(170,'1','1','27','Bulk Sms Recharge','131','2019-07-20 16:09:28',4,'','0','2019-10-26 13:53:32','4033','1'),(171,'351','1','27','Hotel Accommodation System','94','2019-07-20 16:19:27',4,'','0','2019-07-20 16:23:52','4100','1'),(172,'351','1','27','Miscellaneous Income','94','2019-07-20 16:58:12',4,'','0','2019-07-20 17:00:06','4180','1'),(173,'351','1','27','Mpesa Intergration','94','2019-07-20 17:00:07',4,'','0','2019-07-20 17:02:30','4190','1'),(174,'351','1','27','Biometric Bulk Sms Intergration','94','2019-07-20 17:02:31',4,'','0','2019-07-20 17:38:53','4195',''),(175,'351','1','8','Thermal rolls','58','2019-07-20 17:32:58',5,'','0','2019-09-04 10:26:06','1852','1'),(176,'351','1','29','Electricity','102','2019-07-20 17:42:59',5,'','0','2019-07-20 17:44:30','5531','1'),(177,'351','1','29','Water','102','2019-07-20 17:44:31',5,'','0','2019-07-20 17:45:22','5532','1'),(178,'351','1','29','Wages/Overtime','104','2019-07-20 20:26:31',5,'','0','2019-07-20 20:29:49','5551','1'),(179,'1','1','29','Staff Airtime','105','2020-07-20 20:47:45',5,'','0','2020-06-30 21:03:42','5563','1'),(180,'1','1','29','Medical Expenses ','105','2019-07-20 20:50:12',5,'','0','2020-06-30 22:16:41','5566','1'),(181,'351','1','29','NSSF-Employer','105','2019-07-20 20:51:37',5,'','0','2019-07-20 20:53:29','5565','1'),(182,'351','1','29','Meal Expenses ','','2019-07-20 22:28:52',5,'','0','2019-07-20 22:48:43','5250','1'),(183,'351','1','29','Refunds','','2019-07-20 22:48:44',5,'','0','2019-07-20 22:49:44','5240','1'),(184,'351','1','30','Loss on Disposal of fixed Assets ','','2019-07-20 22:49:45',5,'','0','2019-07-20 22:53:18','5220','1'),(185,'351','1','29','Internet Expenses ','','2019-07-20 22:53:19',5,'','0','2019-07-20 22:56:13','5200',''),(186,'351','1','29','Telephone Expenses ','','2019-07-20 22:56:14',5,'','0','2019-07-20 22:57:42','5210','1'),(187,'351','1','29','Dues & Subscriptions','','2019-07-20 22:57:43',5,'','0','2019-07-20 23:02:13','5180','1'),(188,'351','1','29','Donations','','2019-07-20 23:02:14',5,'','0','2019-07-20 23:03:34','5170','1'),(189,'351','1','29','Chaitable Donations','188','2019-07-20 23:03:35',5,'','0','2019-07-20 23:04:51','5171','1'),(190,'351','1','29','Non-Charitable Donations','188','2019-07-20 23:04:52',5,'','0','2019-07-20 23:08:00','5172','1'),(191,'351','1','29','Business Licences & Permits ','','2019-07-20 23:08:01',5,'','0','2019-07-20 23:09:26','5960','1'),(192,'351','1','29','Bad debts written off','','2019-07-20 23:09:27',5,'','0','2019-07-20 23:10:42','5950','1'),(193,'351','1','29','Bad debts ','','2019-07-20 23:10:43',5,'','0','2019-07-20 23:11:35','5940','1'),(194,'351','1','27','suspense Income A/C','','2019-07-22 22:00:00',4,'','2393.5','2019-07-27 17:14:05','4050','1'),(195,'351','1','29','suspense Expense A/C','','2019-07-22 22:05:38',5,'','0','2019-07-27 17:15:19','5040','1'),(196,'351','1','34','Opening Balance','','2018-06-01',4,'','0','2019-07-30 09:29:55','1060','1'),(197,'351','1','29','CCTV Installation fee','','2018-06-01',5,'','0','2019-08-21 10:15:30','5190','1'),(198,'351','1','29','Director\'s Expenses','','2018-06-01',5,'','0','2019-08-23 14:53:11','5720','1'),(199,'351','1','29','Staff Allowance','105','2019-06-01 ',5,'','-521','2019-10-01 15:22:06','5564','1'),(200,'1','1','1','Witholding Account','','2019-10-01 11:49:23 ',1,'','6666659825.5','2021-11-25 16:26:21','1035','1'),(201,'1','1','7','LAPTOPS','','2020-09-17 09:30:28',1,'','0','2020-09-17 09:31:53','1501',''),(202,'1','1','7','Amblifier','','2020-09-22 10:17:58',1,'','0','2020-09-22 10:19:53','1502',''),(205,'1','1','1','Bonga points Account','','2021-03-08 15:21:56 ',1,'','2000','2021-09-07 06:35:52','1011','1'),(206,'1','1','29','CARE PURCHASE','','2021-07-19 15:02:30 ',5,'','0','2023-05-27 12:48:58','5171',''),(207,'1','1','27','RENT COLLECTED','','2021-09-17 06:42:46',4,'','0','2021-09-17 06:47:13','4161','1'),(208,'1','1','27','DEPOSIT COLLECTED','','2021-09-17 06:14:47',4,'','0','2021-09-17 06:48:29','4162','1'),(209,'1','1','27','WATER/POWER DEPOSIT','','2021-09-17 06:30:48',4,'','0','2021-09-17 06:48:46','4163',''),(210,'1','1','27','PENALTY','','2021-09-17 06:47:48',4,'','0','2021-09-17 06:49:02','4164',''),(211,'1','1','27','WATER','','2021-09-17 06:04:49',4,'','0','2021-09-17 06:49:27','4165','1'),(212,'1','1','27','PARTIAL PAYMENT','','2021-09-17 06:29:49',4,'','0','2021-09-17 06:49:47','4166','1'),(213,'1','1','29','GARBAGE','','2021-09-17 06:49:49 ',5,'','0','2024-05-06 05:36:16','4167',''),(214,'1','1','27','DAMAGES','','2021-09-17 06:09:50',4,'','0','2021-09-17 06:50:31','4168','1'),(215,'1','1','27','AGREEMENT FORM','','2021-09-17 06:32:50',4,'','0','2021-09-17 06:50:50','4169','1'),(216,'1','1','27','POWER','','2021-09-17 06:51:50',4,'','4000','2021-09-17 06:51:16','4171','1'),(217,'1','1','27','SEWAGE','','2021-09-17 06:17:51',4,'','-47000','2021-09-17 06:51:44','4172','1'),(218,'1','1','27','BED ONLY','','2021-09-17 06:45:51',4,'','7000','2021-09-17 06:52:22','4173','1'),(219,'1','1','27','BED AND BREAKFAST','','2021-09-17 06:24:52',4,'','-55555','2021-09-17 06:52:42','4174','1'),(220,'1','1','28','Foreign Exchange gain/loss','','2023-07-30 07:48:19',4,'','0','2023-07-30 07:21:27','4001','5'); /*!40000 ALTER TABLE `glaccounts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `glfiscalyear` -- DROP TABLE IF EXISTS `glfiscalyear`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `glfiscalyear` ( `id` int(40) NOT NULL AUTO_INCREMENT, `name` varchar(60) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `startdate` datetime NOT NULL, `enddate` datetime NOT NULL, `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `opening` decimal(10,2) NOT NULL, `closing` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, `number` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `glfiscalyear` -- LOCK TABLES `glfiscalyear` WRITE; /*!40000 ALTER TABLE `glfiscalyear` DISABLE KEYS */; /*!40000 ALTER TABLE `glfiscalyear` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `glgroups` -- DROP TABLE IF EXISTS `glgroups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `glgroups` ( `id` int(30) NOT NULL AUTO_INCREMENT, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `accounttype` varchar(50) NOT NULL, `accountname` varchar(80) NOT NULL, `groupname` bigint(50) NOT NULL DEFAULT 1, `openingdate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `glgroups` -- LOCK TABLES `glgroups` WRITE; /*!40000 ALTER TABLE `glgroups` DISABLE KEYS */; INSERT INTO `glgroups` VALUES (1,'2','1','1','Banks',0,''),(6,'2','1','1','Current asset',0,''),(7,'2','1','1','Fixed assets',0,''),(8,'2','1','5','Cost of Good Sold',0,''),(9,'2','1','1','Capital asset',0,''),(14,'2','1','2','Current liabilities',0,''),(15,'2','1','2','Longterm liabilities',0,''),(26,'2','1','3','Equity',0,''),(27,'2','1','4','Income',0,''),(28,'2','1','4','Other income',0,''),(29,'2','1','5','Expenses',0,''),(30,'2','1','5','Other expenses',0,''),(31,'2','1','2','Share Capital',0,''),(32,'2','1','2','Retained Earnings',0,''),(33,'2','1','4','Cash',1,''),(34,'2','1','4','Equity',1,''); /*!40000 ALTER TABLE `glgroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `grouping` -- DROP TABLE IF EXISTS `grouping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `grouping` ( `id` int(50) NOT NULL AUTO_INCREMENT, `memberid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `user` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `updatedat` varchar(50) NOT NULL, `categoryid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `grouping` -- LOCK TABLES `grouping` WRITE; /*!40000 ALTER TABLE `grouping` DISABLE KEYS */; /*!40000 ALTER TABLE `grouping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `groupleavedays` -- DROP TABLE IF EXISTS `groupleavedays`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `groupleavedays` ( `id` int(11) NOT NULL AUTO_INCREMENT, `group` int(11) DEFAULT NULL, `employeeno` int(11) DEFAULT NULL, `overtime` int(11) DEFAULT NULL COMMENT 'Link to an overtime request', `startdate` date DEFAULT NULL, `enddate` date DEFAULT NULL, `type` int(11) NOT NULL, `days` decimal(10,2) NOT NULL, `description` text DEFAULT NULL COMMENT 'Description of a credit / debit', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `contract` (`group`), KEY `employee` (`employeeno`), KEY `type` (`type`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `groupleavedays` -- LOCK TABLES `groupleavedays` WRITE; /*!40000 ALTER TABLE `groupleavedays` DISABLE KEYS */; INSERT INTO `groupleavedays` VALUES (1,NULL,1,NULL,'2023-02-15','2023-04-25',1,90.00,'',1,'2023-02-15 12:36:46pm',0),(14,NULL,6,NULL,'2023-01-27','2023-07-11',2,9.49,'',1,'2023-07-11 07:05:18pm',0),(15,NULL,12,NULL,'2023-08-01','2023-12-31',2,21.00,'',1,'2023-08-31 03:04:22am',0),(16,NULL,1,NULL,'2019-06-11','2023-09-02',2,67.83,'',1,'2023-09-02 08:10:55am',0); /*!40000 ALTER TABLE `groupleavedays` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `house` -- DROP TABLE IF EXISTS `house`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `house` ( `id` int(100) NOT NULL AUTO_INCREMENT, `houseno` varchar(100) NOT NULL, `type` varchar(40) NOT NULL, `description` text NOT NULL, `plotno` varchar(100) NOT NULL, `cost` varchar(100) NOT NULL, `status` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `floor` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `vat` decimal(10,2) NOT NULL, `commission` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'rental', `branchid` int(30) NOT NULL DEFAULT 1, `vat2` decimal(10,2) NOT NULL, `paymentdetails` text NOT NULL, `meternumber` text NOT NULL, `utility` varchar(20) DEFAULT 'yes', `waterno` varchar(30) NOT NULL, `waterrate` varchar(30) NOT NULL, `watercharge` varchar(30) NOT NULL, `watermonth` varchar(30) NOT NULL, `wateryear` varchar(30) NOT NULL, `electricityno` varchar(30) NOT NULL, `electricityrate` varchar(30) NOT NULL, `electricitycharge` varchar(30) NOT NULL, `electricitymonth` varchar(30) NOT NULL, `electricityyear` varchar(30) NOT NULL, `bowholeno` varchar(30) NOT NULL, `bowholerate` varchar(30) NOT NULL, `bowholecharge` varchar(30) NOT NULL, `bowholemonth` varchar(30) NOT NULL, `bowholeyear` varchar(30) NOT NULL, `beds` varchar(5) DEFAULT NULL, `bedstatus` varchar(20) NOT NULL DEFAULT 'no', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `house` -- LOCK TABLES `house` WRITE; /*!40000 ALTER TABLE `house` DISABLE KEYS */; /*!40000 ALTER TABLE `house` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `housekeeping` -- DROP TABLE IF EXISTS `housekeeping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `housekeeping` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `houseno` varchar(30) NOT NULL, `plotno` varchar(20) NOT NULL DEFAULT '0', `approvedby` varchar(20) NOT NULL, `comments` text NOT NULL, `approval` varchar(30) NOT NULL DEFAULT 'new', `exactdate` varchar(30) NOT NULL, `type` text NOT NULL, `counter` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `housekeeping` -- LOCK TABLES `housekeeping` WRITE; /*!40000 ALTER TABLE `housekeeping` DISABLE KEYS */; /*!40000 ALTER TABLE `housekeeping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `insurance` -- DROP TABLE IF EXISTS `insurance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `insurance` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text NOT NULL, `status` varchar(20) NOT NULL, `rate` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `branchid` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `insurance` -- LOCK TABLES `insurance` WRITE; /*!40000 ALTER TABLE `insurance` DISABLE KEYS */; /*!40000 ALTER TABLE `insurance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `invoice` -- DROP TABLE IF EXISTS `invoice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `invoice` ( `id` int(40) NOT NULL AUTO_INCREMENT, `plotno` varchar(60) NOT NULL, `houseno` varchar(40) NOT NULL, `tenantid` varchar(100) NOT NULL, `amount` decimal(10,2) NOT NULL, `type` varchar(100) NOT NULL, `description` varchar(100) NOT NULL, `month` varchar(100) NOT NULL, `year` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `duedate` varchar(40) NOT NULL, `paymentstatus` varchar(40) NOT NULL, `paymentmode` varchar(40) NOT NULL, `paymentcode` varchar(100) NOT NULL, `transactioncode` varchar(100) NOT NULL, `approval` varchar(30) NOT NULL DEFAULT 'new', `approvedby` varchar(60) NOT NULL, `approvaldate` varchar(60) NOT NULL, `totalamount` varchar(40) NOT NULL, `paid` decimal(10,2) NOT NULL, `balance` varchar(40) NOT NULL DEFAULT '0', `companyid` varchar(100) NOT NULL DEFAULT '1', `commission` decimal(10,2) NOT NULL, `vat` decimal(10,2) NOT NULL, `paymentdate` varchar(30) NOT NULL, `order` int(11) NOT NULL, `priority` int(11) NOT NULL, `coparent` decimal(10,2) NOT NULL, `coparentcommission` decimal(10,2) NOT NULL, `coparentvat` decimal(10,2) NOT NULL, `coparentdate` varchar(30) NOT NULL, `coparentuserid` int(11) NOT NULL, `chargeid` varchar(30) NOT NULL, `branchid` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `invoice` -- LOCK TABLES `invoice` WRITE; /*!40000 ALTER TABLE `invoice` DISABLE KEYS */; /*!40000 ALTER TABLE `invoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `itemclassification` -- DROP TABLE IF EXISTS `itemclassification`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `itemclassification` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `itm_class_code` varchar(100) DEFAULT NULL, `itm_class_level` varchar(50) NOT NULL, `tax_type_code` varchar(50) DEFAULT NULL, `status` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=1001 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `itemclassification` -- LOCK TABLES `itemclassification` WRITE; /*!40000 ALTER TABLE `itemclassification` DISABLE KEYS */; INSERT INTO `itemclassification` VALUES (1,'VAT Act','99000000','1',NULL,'Y'),(2,'Goods','99010000','2',NULL,'Y'),(3,'Exempt Goods (Paragraph 1 - 99)','99011000','3',NULL,'Y'),(4,'Bovine Semen of tariff number 05111000','99011001','4',NULL,'Y'),(5,'Fish eggs and roes of tariff number 0511990110','99011002','4',NULL,'Y'),(6,'Animal semen other than of bovine of tariff number 0511999010','99011003','4',NULL,'Y'),(7,'Soya beans whether or not broken of tariff numbers 12011000 and 12019000','99011004','4',NULL,'Y'),(8,'Groundnuts not roasted or otherwise cooked In shell of tariff number 12024100','99011005','4',NULL,'Y'),(9,'Groundnuts not roasted or otherwise cooked Shelled whether or not broken of tariff number 12024200','99011006','4',NULL,'Y'),(10,'Copra of tariff number 12030000','99011007','4',NULL,'Y'),(11,'Linseed whether or not broken of tariff number 12040000','99011008','4',NULL,'Y'),(12,'Low erucic acid rape or colza seed of tariff number 12051000','99011009','4',NULL,'Y'),(13,'Other rape or colza seed of tariff number 12059000','99011010','4',NULL,'Y'),(14,'Sunflower seeds whether or not broken of tariff number 12060000','99011011','4',NULL,'Y'),(15,'Cotton seeds whether or not broken Seed of tariff numbers 12072100 and 12072900','99011012','4',NULL,'Y'),(16,'Sesamum seeds whether or not broken of tariff number 12074000','99011013','4',NULL,'Y'),(17,'Mustard seeds whether or not broken of tariff number 12075000','99011014','4',NULL,'Y'),(18,'Safflower seeds whether or not broken 12076000','99011015','4',NULL,'Y'),(19,'Other oil seeds and oleaginous fruits whether or not broken of tariff number 12079900','99011016','4',NULL,'Y'),(20,'Sugarcane of tariff number 1212990300;Sugarcane of tariff number 1212990300;Unprocessed produce of plant species camellia sinensis','99011017','4',NULL,'Y'),(21,'Live animals of chapter 1','99011018','4',NULL,'Y'),(22,'Meat and edible offals of chapter 2 excluding those of heading 0209 and 0210','99011019','4',NULL,'Y'),(23,'Fish and crustaceans molluscs and other aquatic invertebrates of chapter 3 excluding those of tariff heading 0305 0306 and 0307','99011020','4',NULL,'Y'),(24,'Unprocessed milk','99011021','4',NULL,'Y'),(25,'Fresh birds eggs in shell','99011022','4',NULL,'Y'),(26,'Edible Vegetables and certain roots and tubers of Chapter 7 excluding those of tariff heading 0711','99011023','4',NULL,'Y'),(27,'Edible fruits and nuts peal of citrus fruits or melon of chapter 8 excluding those of tariff heading 0811 0812 0813 and 0814','99011024','4',NULL,'Y'),(28,'Cereals of chapter 10 excluding seeds of tariff heading 1002 ','99011025','4',NULL,'Y'),(29,'Syringes with or without needles of tarrif no 90183100','99011032','4',NULL,'Y'),(30,'Tubular metal needles and needles for sutures of tariff number 90183200','99011035','4',NULL,'Y'),(31,'Catheters cannulae and the like of tariff number 90183900','99011036','4',NULL,'Y'),(32,'Blood bags','99011037','4',NULL,'Y'),(33,'Blood and fluid infusion sets','99011038','4',NULL,'Y'),(34,'Materials articles and equipment including motor vehicles listed under the first schedule paragraph 39 of the VAT Act.','99011039','4',NULL,'Y'),(35,'Madeup fishing nets of manmade textile material of tariff number 56081100','99011040','4',NULL,'Y'),(36,'Mosquito nets of tariff No 6304990110','99011041','4',NULL,'Y'),(37,'Materials waste residues and by products whether or not in the form of pellets and preparations of a kind used in animal feeding of tariff numbers as listed in Part 1 of the first schedule of VAT Act 2013','99011043','4',NULL,'Y'),(38,'Unprocessed green tea','99011044','4',NULL,'Y'),(39,'Inputs or raw materials supplied to solar equipment manufacturers for manufacture of solar equipment or deep cycle sealed batteries which exclusively use or store solar power ','99011048','4',NULL,'Y'),(40,'Aircraft parts of heading 8803 excluding parts of goods of heading 8801','99011049','4',NULL,'Y'),(41,'Taxable goods imported or purchased for direct and exclusive use in the implementation of official aid funded projects upon approval by the Cabinet Secretary responsible for the National Treasury','99011051','4',NULL,'Y'),(42,'Goods imported or purchased locally for use by the local film producers and local filming agents upon recommendation by the Kenya Film Commission subject to approval by CS TNT','99011054','4',NULL,'Y'),(43,'Inputs or raw materials locally purchased or imported by manufacturers of agricultural machinery and implements upon approval by the Cabinet Secretary responsible for industrialization','99011056','4',NULL,'Y'),(44,'All goods including material supplies equipment machinery and motor vehicles for official use by the Kenya Defence Forces and the National Police Service','99011057','4',NULL,'Y'),(45,'Direction finding compasses instruments and appliances for aircraft','99011058','4',NULL,'Y'),(46,'Wheat seeds of tariff numbers 10011100 and 1001990100','99011059','4',NULL,'Y'),(47,'Taxable goods for direct and exclusive use for the construction of tourism facilities recreational parks of fifty acres or more convention and conference facilities upon recommendation by the Cabinet Secretary responsible for matters relating to recreational parks','99011062','4',NULL,'Y'),(48,'Taxable goods equipment and apparatus for the direct and exclusive use for construction of specialized hospitals with a minimum bed capacity of fifty with accommodation facilities upon the recommendation by the Cabinet Secretary responsible for health who shall issue guidelines for the criteria to be used to determine eligibility for the exemption provided that notwithstanding this subparagraph any approval granted by the cabinet Secretary before the commencement thereof in respect of the supply of taxable goods and which is in supply of taxable goods and which is in force at such commencement shall continue to apply of the exempted taxable goods is made in full','99011063','4',NULL,'Y'),(49,'Inputs or raw materials locally purchased or imported by manufacturers of clean cook stoves approved by the CS TNT upon recommendation by the CS responsible for energy','99011066','4',NULL,'Y'),(50,'Super absorbent polymer SAP of tariff number 39069000','99011068','4',NULL,'Y'),(51,'Carrier tissue white 1 ply 14 point 5 GSM 47032100','99011069','4',NULL,'Y'),(52,'IP super soft fluff pulp for fluff 310 treated pulp 488 times 125 mm cellose of tariff number 47032100','99011070','4',NULL,'Y'),(53,'Perforated PE film 15 to 22 gsm of tariff number 3990219000','99011071','4',NULL,'Y'),(54,'Spunbound nonwoven 15 to 25 gsm of tariff number 56031100','99011072','4',NULL,'Y'),(55,'Airlid paper with super absorbent polymer 180gsm67 of tariff number 48030000','99011073','4',NULL,'Y'),(56,'Airlid paper with super absorbent polymer 80gsm67 of tariff number 48030000','99011074','4',NULL,'Y'),(57,'Pressure sensitive adhesive of tariff number 3506990100','99011077','4',NULL,'Y'),(58,'Plain polythene filmLPDE of tariff number 399021199010','99011078','4',NULL,'Y'),(59,'Plain polythene filmPE of tariff number 399021199010','99011079','4',NULL,'Y'),(60,'PE white 25 to 40 gsm release paper of tarrif number 48114900','99011080','4',NULL,'Y'),(61,'ADL 25 to 40 gsm of tariff number 56031100','99011081','4',NULL,'Y'),(62,'Elasticized side tape of tariff number 54024400','99011082','4',NULL,'Y'),(63,'12 to 16 gsm spunbound piyropo nonwoven coverstock 12gsm spunbound PP nonwoven SMS hydrophobic leg cuffs of tariff number 56031100','99011083','4',NULL,'Y'),(64,'Polymetric elastic 2 over 3 strands of tariff number 3990199010','99011084','4',NULL,'Y'),(65,'Any other aircraft spare parts imported by aircraft operators or persons engaged in the business of aircraft maintenance upon recommendation by the competent authority responsible for civil aviation','99011089','4',NULL,'Y'),(66,'Inputs for the manufacture of pesticides upon recommendation by the Cabinet Secretary for the time being responsible for matters relating to agriculture','99011090','4',NULL,'Y'),(67,'Locally assembled motor vehicles for transportation of tourists purchased before clearance through Customs following conditions as specified in the VAT Act 2013 1st Schedule Section A no9901','99011091','4',NULL,'Y'),(68,'The supply of natural water excluding bottled water by a NG, CGor any political subdivision thereof or a person approved by the CS responsible for water development for domestic or for industrial use','99011095','4',NULL,'Y'),(69,'Articles of apparel clothing accessories and equipment specially designed for safety or protective purposes for use in registered hospitals and clinics or by CG or LA in firefighting','99011096','4',NULL,'Y'),(70,'Goods imported by passengers arriving from places outside Kenya as specified in the VAT Act 2013 First Schedule section A no 99','99011099','4',NULL,'Y'),(71,'Exempt Goods (Paragraph 100 - 146)','99011100','3',NULL,'Y'),(72,'Alcoholic or non alcoholic beverages supplied to the Kenya Defence Forces Canteen Organization','99011101','4',NULL,'Y'),(73,'Hearing aids excluding parts and accessories of tariff Number 90214000','99011103','4',NULL,'Y'),(74,'Locally manufactured motherboards','99011105','4',NULL,'Y'),(75,'Inputs for the manufacture of motherboards approved by the Cabinet Secretary responsible for information communication technology','99011106','4',NULL,'Y'),(76,'Plant machinery and equipment used in the construction of a plastics recycling plant','99011107','4',NULL,'Y'),(77,'The supply of maize corn flour cassava flour wheat or meslin flour and maize flour containing cassava flour by more than ten percent in weight provided that this paragra','99011108','4',NULL,'Y'),(78,'Goods imported or purchased locally for the direct and exclusive use in the construction of houses under an affordable housing scheme approved by the CS on the recommendation of the CS responsible for matters relating to housing','99011109','4',NULL,'Y'),(79,'Musical instruments and other musical equipment imported or purchased locally for exclusive use by educational institutions upon recommendation by the Cabinet Secretary responsible for Education','99011110','4',NULL,'Y'),(80,'Maize corn seeds of tariff no 10051000','99011111','4',NULL,'Y'),(81,'Taxable good excl. motor vehicle imported or purchased for direct exclusive use in geothermal, oil, mining prospecting, exploration, product sharing as per the Energy Act 2019, Petroleum Act 2019, the Mining Act 2016 upon recommendation by the CS','99011112','4',NULL,'Y'),(82,'Specialized equipment for the development and generation of solar and wind energy upon recommendation to the commissioner by the cabinet secretary responsible for matters relating to energy ','99011113','4',NULL,'Y'),(83,'Taxable goods supplied to persons that had a contract with the government prior to 25-04-2020 and contract provided for exemption from VAT provided that this exemption shall apply to the unexpired period of contract upon recommendation by CS Energy','99011114','4',NULL,'Y'),(84,'Medical ventilators and the inputs for the manufacture of medical ventilators upon recommendation by the cabinet secretary responsible for matters relating to health ','99011115','4',NULL,'Y'),(85,'Physiotherapy accessories treadmills for cardiology therapy and treatment of tariff number 9506990100 for use by licensed hospitals upon approval by the cabinet secretary responsible for matters relating to health ','99011116','4',NULL,'Y'),(86,'Dexpanthenol of tariff number 33049900 used for medical nappy rash treatment by licensed hospitals upon approval by the cabinet secretary responsible for matters relating to health ','99011117','4',NULL,'Y'),(87,'Medicaments of tariff number 30034100 30034200 30034300 30034900 30036000 excluding goods of heading 3002 3005 or 3006 consisting of two or more constituents which have been mixed together for theraputic or prophylactic uses','99011118','4',NULL,'Y'),(88,'Diagnostic or laboratory reagents of tariff number 38220000 on a backing prepared diagnostic or laboratory reagents whether or not on a backing other than those of heading 3002 or 3006 certified reference materials upon approval by CS Health ','99011119','4',NULL,'Y'),(89,'Electrodiagnostic apparatus of tariff numbers 90181100 90181200 90181300 90181400 90181900 90182000 90189000 upon approval by the cabinet secretary responsible for matters relating to health ','99011120','4',NULL,'Y'),(90,'Other instruments and appliances of tariff number 90184100 used in dental sciences dental drill engines whether or not combined on a single base with other dental equipment upon approval by CS Health','99011121','4',NULL,'Y'),(91,'Other instruments and appliances including surgical blades of tariff number 90184900 90185000 90189000 used in dental sciences dental drill engines whether or not combined on a single base with other dental equipment upon approval by CS Health','99011122','4',NULL,'Y'),(92,'Ozone therapy Oxygen therapy aerosol therapy artificial respiration or other theraputic respiration apapratus upon approval by CS Health ','99011123','4',NULL,'Y'),(93,'Other breathing appliances and gas masks excluding protective masks having neither mechanical parts nor replaceable filters upon approval by CS Health','99011124','4',NULL,'Y'),(94,'Artificial teeth and dental fittings of tariff number 90212100 90212900 and artificial parts of the body of tariff number 90213100 90213900 90215000 and 90219000 upon approval by CS Health','99011125','4',NULL,'Y'),(95,'Apparatus based on the use of x rays whether or not for medical surgical or dental of tariff numbers 90221200 90221300 90221400 and 90221900 upon approval by CS Health','99011126','4',NULL,'Y'),(96,'Apparatus based on the use of alpha beta or gamma radiations whether or not medical surgical or dental of tariff numbers 90222100 90222900 90223000 and 90229000 upon approval by CS Health','99011127','4',NULL,'Y'),(97,'Discs tape solid-state nonvolatile storage devices smart cards and other media for the recording of sound or of other phenomena whether or not recorded of tariff number 85238010 but excluding products of chapter 37 software upon approval by CS Health','99011128','4',NULL,'Y'),(98,'Management support services','80161500','3',NULL,'Y'),(99,'Silk fabrics','11161500','3',NULL,'Y'),(100,'Screws','31161500','3',NULL,'Y'),(101,'Agricultural machinery for planting and seeding','21101600','3',NULL,'Y'),(102,'Amebicides and Trichomonacides and Antiprotozoals','51101600','3',NULL,'Y'),(103,'Mechanical engineering','81101600','3',NULL,'Y'),(104,'Paving equipment','22101600','3',NULL,'Y'),(105,'Integrated circuits','32101600','3',NULL,'Y'),(106,'Broadcast advertising','82101600','3',NULL,'Y'),(107,'Fire services','92101600','3',NULL,'Y'),(108,'Processed and synthetic rubber','13101600','3',NULL,'Y'),(109,'Shirts and blouses','53101600','3',NULL,'Y'),(110,'Chemicals and fertilizers production','73101600','3',NULL,'Y'),(111,'Oil and gas utilities','83101600','3',NULL,'Y'),(112,'Political officials','93101600','3',NULL,'Y'),(113,'Lifting equipment and accessories','24101600','3',NULL,'Y'),(114,'Paper processing machines and accessories','44101600','3',NULL,'Y'),(115,'Aid financing','84101600','3',NULL,'Y'),(116,'Solid and gel fuels','15101600','3',NULL,'Y'),(117,'Product and material transport vehicles','25101600','3',NULL,'Y'),(118,'Printing machinery accessories','45101600','3',NULL,'Y'),(119,'Healthcare provider support persons','85101600','3',NULL,'Y'),(120,'Commercial land parcels','95101600','3',NULL,'Y'),(121,'Ammunition','46101600','3',NULL,'Y'),(122,'Outdoor furniture','56101600','3',NULL,'Y'),(123,'Hazardous material decontamination','76101600','3',NULL,'Y'),(124,'Scientific vocational training services','86101600','3',NULL,'Y'),(125,'Water treatment consumables','47101600','3',NULL,'Y'),(126,'Environmental planning','77101600','3',NULL,'Y'),(127,'Food preparation equipment','48101600','3',NULL,'Y'),(128,'Rail cargo transport','78101600','3',NULL,'Y'),(129,'Lamps and lightbulbs','39101600','3',NULL,'Y'),(130,'Collectibles','49101600','3',NULL,'Y'),(131,'Drilling and operation machinery','20111600','3',NULL,'Y'),(132,'Cement and lime','30111600','3',NULL,'Y'),(133,'Flowering plants','70111600','3',NULL,'Y'),(134,'Temporary personnel services','80111600','3',NULL,'Y'),(135,'Meeting facilities','90111600','3',NULL,'Y'),(136,'Stone','11111600','3',NULL,'Y'),(137,'Aquaculture equipment','21111600','3',NULL,'Y'),(138,'Length and thickness and distance measuring instruments','41111600','3',NULL,'Y'),(139,'Antimetabolites','51111600','3',NULL,'Y'),(140,'Computer programmers','81111600','3',NULL,'Y'),(141,'Household assistance and care','91111600','3',NULL,'Y'),(142,'Non technical writing','82111600','3',NULL,'Y'),(143,'Disarmament','92111600','3',NULL,'Y'),(144,'Shoes','53111600','3',NULL,'Y'),(145,'Mobile communications services','83111600','3',NULL,'Y'),(146,'Political representation and participation','93111600','3',NULL,'Y'),(147,'Novelty paper','14111600','3',NULL,'Y'),(148,'Cash handling supplies','44111600','3',NULL,'Y'),(149,'Clocks','54111600','3',NULL,'Y'),(150,'Audit services','84111600','3',NULL,'Y'),(151,'Safety and rescue water craft','25111600','3',NULL,'Y'),(152,'Projectors and supplies','45111600','3',NULL,'Y'),(153,'Non contagious disease prevention and control','85111600','3',NULL,'Y'),(154,'Open traffic thoroughfares','95111600','3',NULL,'Y'),(155,'Power generators','26111600','3',NULL,'Y'),(156,'Building component cleaning services','76111600','3',NULL,'Y'),(157,'Adult education','86111600','3',NULL,'Y'),(158,'Panel systems','56111600','3',NULL,'Y'),(159,'Ironing equipment','47111600','3',NULL,'Y'),(160,'Forming tools','27111600','3',NULL,'Y'),(161,'Environmental rehabilitation','77111600','3',NULL,'Y'),(162,'Passenger railway transportation','78111600','3',NULL,'Y'),(163,'Exterior lighting fixtures and accessories ','39111600','3',NULL,'Y'),(164,'Bird and fowl food','10121600','3',NULL,'Y'),(165,'Asphalts','30121600','3',NULL,'Y'),(166,'Livestock industry','70121600','3',NULL,'Y'),(167,'Business law services','80121600','3',NULL,'Y'),(168,'Travel document assistance','90121600','3',NULL,'Y'),(169,'Drilling bits','20121600','3',NULL,'Y'),(170,'Studio aids','60121600','3',NULL,'Y'),(171,'Wood','11121600','3',NULL,'Y'),(172,'Monetary systems and issues','81121600','3',NULL,'Y'),(173,'Pipette tips','41121600','3',NULL,'Y'),(174,'Veterinary products','42121600','3',NULL,'Y'),(175,'Table and kitchen linen and accessories','52121600','3',NULL,'Y'),(176,'Engraving','82121600','3',NULL,'Y'),(177,'Detective services','92121600','3',NULL,'Y'),(178,'Textile working machinery and equipment and accessories','23121600','3',NULL,'Y'),(179,'Purses and handbags and bags','53121600','3',NULL,'Y'),(180,'Information centers','83121600','3',NULL,'Y'),(181,'International relations and cooperation','93121600','3',NULL,'Y'),(182,'Desk supplies','44121600','3',NULL,'Y'),(183,'Tissue papers','14121600','3',NULL,'Y'),(184,'Funds transfer and clearance and exchange services','84121600','3',NULL,'Y'),(185,'Camera accessories','45121600','3',NULL,'Y'),(186,'Labels','55121600','3',NULL,'Y'),(187,'Medical doctor specialist services','85121600','3',NULL,'Y'),(188,'Transport buildings and structures','95121600','3',NULL,'Y'),(189,'Electrical cable and accessories','26121600','3',NULL,'Y'),(190,'Nonhazardous waste disposal','76121600','3',NULL,'Y'),(191,'Junior colleges','86121600','3',NULL,'Y'),(192,'Floor machines and accessories','47121600','3',NULL,'Y'),(193,'Soil pollution','77121600','3',NULL,'Y'),(194,'Material handling services','78121600','3',NULL,'Y'),(195,'Circuit protection devices and accessories','39121600','3',NULL,'Y'),(196,'Camping furniture','49121600','3',NULL,'Y'),(197,'Animal containment','10131600','3',NULL,'Y'),(198,'Bricks','30131600','3',NULL,'Y'),(199,'Eggs and egg substitutes','50131600','3',NULL,'Y'),(200,'Land and soil preparation','70131600','3',NULL,'Y'),(201,'Sale of property and building','80131600','3',NULL,'Y'),(202,'Musical instrument sets','60131600','3',NULL,'Y'),(203,'Other animal products','11131600','3',NULL,'Y'),(204,'Anticoagulants','51131600','3',NULL,'Y'),(205,'Pyrotechnics','12131600','3',NULL,'Y'),(206,'Blinds and shades','52131600','3',NULL,'Y'),(207,'Photographers and cinematographers','82131600','3',NULL,'Y'),(208,'Medical staff clothing and related articles','42131600','3',NULL,'Y'),(209,'Faceting equipment and accessories','23131600','3',NULL,'Y'),(210,'Bath and body','53131600','3',NULL,'Y'),(211,'Meat and poultry and seafood processing','73131600','3',NULL,'Y'),(212,'Food and nutrition policy planning and programs','93131600','3',NULL,'Y'),(213,'Industrial freezers','24131600','3',NULL,'Y'),(214,'Life and health and accident insurance','84131600','3',NULL,'Y'),(215,'Charity organizations','94131600','3',NULL,'Y'),(216,'Civilian and commercial rotary wing aircraft','25131600','3',NULL,'Y'),(217,'Moving picture media','45131600','3',NULL,'Y'),(218,'Fission fuel assemblies','15131600','3',NULL,'Y'),(219,'Medical ethics','85131600','3',NULL,'Y'),(220,'Portable commercial and industrial buildings and structures','95131600','3',NULL,'Y'),(221,'Toxic spill cleanup','76131600','3',NULL,'Y'),(222,'Music and drama','86131600','3',NULL,'Y'),(223,'Exhaust structures or screening equipment','26131600','3',NULL,'Y'),(224,'Brooms and mops and brushes and accessories','47131600','3',NULL,'Y'),(225,'Noise pollution','77131600','3',NULL,'Y'),(226,'General goods storage','78131600','3',NULL,'Y'),(227,'Wire protection devices','39131600','3',NULL,'Y'),(228,'Valves','40141600','3',NULL,'Y'),(229,'Crop protection','70141600','3',NULL,'Y'),(230,'Sales and business promotion activities','80141600','3',NULL,'Y'),(231,'Non metallic waste and scrap','11141600','3',NULL,'Y'),(232,'Supply chain management','81141600','3',NULL,'Y'),(233,'Domestic laundry appliances and supplies','52141600','3',NULL,'Y'),(234,'Graphic display services','82141600','3',NULL,'Y'),(235,'Rare earth metals','12141600','3',NULL,'Y'),(236,'Basins and bedpans and urinals and admission kits','42141600','3',NULL,'Y'),(237,'Mass transit system construction services','72141600','3',NULL,'Y'),(238,'Leather preparing machinery and accessories','23141600','3',NULL,'Y'),(239,'Thread and yarn processing','73141600','3',NULL,'Y'),(240,'Population','93141600','3',NULL,'Y'),(241,'Miscellaneous sewing supplies','53141600','3',NULL,'Y'),(242,'Cushioning supplies','24141600','3',NULL,'Y'),(243,'Personal credit agencies','84141600','3',NULL,'Y'),(244,'Prefabricated residential buildings and structures','95141600','3',NULL,'Y'),(245,'Darkroom supplies','45141600','3',NULL,'Y'),(246,'Herbal treatments','85141600','3',NULL,'Y'),(247,'Subcritical assembly equipment','26141600','3',NULL,'Y'),(248,'Students organizations','86141600','3',NULL,'Y'),(249,'Inspection','78141600','3',NULL,'Y'),(250,'Cereal seeds','10151600','3',NULL,'Y'),(251,'Roofing accessories','30151600','3',NULL,'Y'),(252,'Compressors','40151600','3',NULL,'Y'),(253,'Edible animal oils and fats','50151600','3',NULL,'Y'),(254,'Forestry industry','70151600','3',NULL,'Y'),(255,'International trade services','80151600','3',NULL,'Y'),(256,'Threads','11151600','3',NULL,'Y'),(257,'Chains','31151600','3',NULL,'Y'),(258,'Cholinergic blocking agents','51151600','3',NULL,'Y'),(259,'Cartography','81151600','3',NULL,'Y'),(260,'Clinical laboratory instruments','41151600','3',NULL,'Y'),(261,'Dental and subspecialty instruments and devices','42151600','3',NULL,'Y'),(262,'Domestic kitchen tools and utensils','52151600','3',NULL,'Y'),(263,'Specialized communication system services','72151600','3',NULL,'Y'),(264,'Cement and ceramics and glass industry machinery and equipment and supplies','23151600','3',NULL,'Y'),(265,'Packaging services','73151600','3',NULL,'Y'),(266,'Public finance','93151600','3',NULL,'Y'),(267,'Nutrition issues','85151600','3',NULL,'Y'),(268,'Security and control equipment','46151600','3',NULL,'Y'),(269,'Ceiling materials','30161600','3',NULL,'Y'),(270,'Purification','40161600','3',NULL,'Y'),(271,'Flora','70161600','3',NULL,'Y'),(272,'Business facilities oversight','80161600','3',NULL,'Y'),(273,'Wool fabrics','11161600','3',NULL,'Y'),(274,'Bolts','31161600','3',NULL,'Y'),(275,'Other oilfield support services','71161600','3',NULL,'Y'),(276,'Electronic mail and messaging services','81161600','3',NULL,'Y'),(277,'Extracorporeal hemodialysis equipment and supplies','42161600','3',NULL,'Y'),(278,'Audio visual equipment accessories','52161600','3',NULL,'Y'),(279,'Foundry supplies','23161600','3',NULL,'Y'),(280,'Manufacture of transport equipment','73161600','3',NULL,'Y'),(281,'Taxes other than income tax','93161600','3',NULL,'Y'),(282,'Water safety','46161600','3',NULL,'Y'),(283,'Racquet and court sports equipment','49161600','3',NULL,'Y'),(284,'Chemical fertilizers and plant nutrients','10171600','3',NULL,'Y'),(285,'Windows','30171600','3',NULL,'Y'),(286,'Water quality management services','70171600','3',NULL,'Y'),(287,'Publicity and marketing support services','80171600','3',NULL,'Y'),(288,'Bushings','31171600','3',NULL,'Y'),(289,'Laxatives','51171600','3',NULL,'Y'),(290,'Stainless steel alloys','11171600','3',NULL,'Y'),(291,'Ecological science services','81171600','3',NULL,'Y'),(292,'Microbiology devices','41171600','3',NULL,'Y'),(293,'Pigments','12171600','3',NULL,'Y'),(294,'Mobile medical services extricating and immobilizing and transporting products','42171600','3',NULL,'Y'),(295,'Manufacture of precision instruments','73171600','3',NULL,'Y'),(296,'International trade','93171600','3',NULL,'Y'),(297,'Defrosting and defogging systems','25171600','3',NULL,'Y'),(298,'Hospice care','85171600','3',NULL,'Y'),(299,'Surveillance and detection equipment','46171600','3',NULL,'Y'),(300,'Boxing equipment','49171600','3',NULL,'Y'),(301,'Non sanitary residential fixtures','30181600','3',NULL,'Y'),(302,'Thyroid and antithyroid drugs','51181600','3',NULL,'Y'),(303,'Blood pressure units and related products','42181600','3',NULL,'Y'),(304,'Oils','12181600','3',NULL,'Y'),(305,'Food cutting machinery','23181600','3',NULL,'Y'),(306,'Automotive chassis','25181600','3',NULL,'Y'),(307,'Safety footwear','46181600','3',NULL,'Y'),(308,'Panel and paint services','78181600','3',NULL,'Y'),(309,'Ladders and scaffolding accessories','30191600','3',NULL,'Y'),(310,'Abrasive wheels','31191600','3',NULL,'Y'),(311,'Electrolytes','51191600','3',NULL,'Y'),(312,'Medical facility building systems','42191600','3',NULL,'Y'),(313,'Personal communications device accessories or parts','43191600','3',NULL,'Y'),(314,'Space transportation support systems and equipment','25191600','3',NULL,'Y'),(315,'Fire fighting equipment','46191600','3',NULL,'Y'),(316,'Adhesives','31201600','3',NULL,'Y'),(317,'Vaccines and antigens and toxoids','51201600','3',NULL,'Y'),(318,'Medical magnetic resonance imaging MRI products','42201600','3',NULL,'Y'),(319,'Chassis components','43201600','3',NULL,'Y'),(320,'Weight and resistance training equipment','49201600','3',NULL,'Y'),(321,'Paint additives','31211600','3',NULL,'Y'),(322,'Bathroom and bathing aids for the physically challenged','42211600','3',NULL,'Y'),(323,'Weighing machinery excluding balances of a sensitivity of 5 cg or better of tariff number 84233100 including weight operated counting or checking machines weighing machine weights of all kinds upon approval by CS Health','99011129','4',NULL,'Y'),(324,'Fetal Doppler Pocket Wgd002 Pc and pulse oximeter finger held Gima band Pc of tariff number 90181900 upon approval by the cabinet sectretary responsible for matters relating to health ','99011130','4',NULL,'Y'),(325,'Sterilizer Dry Heat Wgd001Grx05A Pc autoclave steam tables tops of tariff number 8419902000 upon approval by the cabinet sectretary responsible for matters relating to health ','99011131','4',NULL,'Y'),(326,'Needle holders and urine bags of tariff heading 399026','99011132','4',NULL,'Y'),(327,'Tourniquets of tariff number 3990269099 for use by licensed hospitals upon approval by the cabinet sectretary responsible for matters relating to health ','99011133','4',NULL,'Y'),(328,'Taxable supplies incl. fish feeding and handling water operations cold storage fish cages pond construction, maintenance, fish processing and handling imported or purchased for direct exclusive use on the recommendation of the relevant State Dept','99011134','4',NULL,'Y'),(329,'Pre fabricated biogas digesters ','99011135','4',NULL,'Y'),(330,'Biogas ','99011136','4',NULL,'Y'),(331,'Sustainable fuel briquettes and pellets for household and commercial use ','99011137','4',NULL,'Y'),(332,'The supply of denatured ethanol of tariff number 22072000','99011138','4',NULL,'Y'),(333,'Tractors other than road tractors for semitrailers','99011139','4',NULL,'Y'),(334,'Plant and machinery of chapter 84 and 85 imported by manufacturers of pharmaceutical products or investors in the manufacture of pharmaceutical products upon the recommendation of CS Health','99011140','4',NULL,'Y'),(335,'Medical oxygen supplied to registered hospitals ','99011141','4',NULL,'Y'),(336,'Urine bags adult diapers artificial breasts colostomy or ileostomy bags for medical use ','99011142','4',NULL,'Y'),(337,'Inputs and raw materials used in the manufacture of passenger motor vehicle ','99011143','4',NULL,'Y'),(338,'Locally manufactured passenger motor vehicles: vehicles for the transportation of passengers whose ex-factory value comprises at least 30 percent of parts designed and manufactured in Kenya by an original equipment manufacturer operating in Kenya.','99011144','4',NULL,'Y'),(339,'Taxable goods inputs and raw materials imported or locally purchased by company under SOFA manufacturing human vaccines with a capital investment of atleast 10Bn shillings subject to approval of CS TNT upon recommendation of CS Health','99011145','4',NULL,'Y'),(340,'Such capital goods the exemption of which the Cabinet Secretary may determine to promote investment in the manufacturing sector provided that the value of such investment is not less than two billion shillings ','99011146','4',NULL,'Y'),(341,'Zero Rated Goods','99012000','3',NULL,'Y'),(342,'Shipstores supplied to international sea or air carriers on international voyage or flight','99012003','4',NULL,'Y'),(343,'The supply of coffee and tea for export to coffee or tea auction centers','99012004','4',NULL,'Y'),(344,'Transportation of passengers by air carriers on international flight','99012005','4',NULL,'Y'),(345,'Goods purchased from duty free shops by passengers departing to places outside Kenya','99012009','4',NULL,'Y'),(346,'Inputs or raw materials either produced locally or imported supplied to pharmaceutical manufacturers in Kenya for manufacturing medicaments as approved from time to time by the Cabinet Secretary in consultation with CS Health','99012011','4',NULL,'Y'),(347,'The supply of ordinary bread','99012013','4',NULL,'Y'),(348,'Milk and cream not concentrated nor containing added sugar or other sweetening matter of tariff numbers 04011000 04012000 04014000 04015000','99012015','4',NULL,'Y'),(349,'All inputs and raw materials whether produced locally or imported supplied to manufacturers of agricultural pest control products upon recommendation by CS Agriculture','99012016','4',NULL,'Y'),(350,'Agricultural pest control products','99012019','4',NULL,'Y'),(351,'The supply of maize corn flour cassava flour wheat or meslin flour and maize flour containing cassava flour by more than ten percent in weight','99012022','4',NULL,'Y'),(352,'The Fertilizers of chapter 31','99012024','4',NULL,'Y'),(353,'Inputs of raw materials locally purchased or imported by manufacturers of fertilizer as approved from time to time by the Cabinet Secretary responsible for Agriculture','99012025','4',NULL,'Y'),(354,'Other Rate Goods (8%)','99013000','3',NULL,'Y'),(355,'Petroleum Products','99013001','4',NULL,'Y'),(356,'Services','99020000','2',NULL,'Y'),(357,'Exempt Service','99021000','3',NULL,'Y'),(358,'Financial Services','99021001','4',NULL,'Y'),(359,'Insurance & reinsurance services ','99021002','4',NULL,'Y'),(360,'Education services ','99021003','4',NULL,'Y'),(361,'Medical veterinary dental Ambulance and nursing services','99021004','4',NULL,'Y'),(362,'Agricultural animal husbandry and horticultural services','99021005','4',NULL,'Y'),(363,'Burial and cremation services','99021006','4',NULL,'Y'),(364,'Transportation of passengers by any means of conveyance excluding international air transport or where the means of conveyance is hired or chartered','99021007','4',NULL,'Y'),(365,'Supply by way of sale renting leasing hiring letting of land or residential premises residential premises means land or a building occupied or capable of being occupied as a residence excluding hotel and holiday accomodation and subject to the provi','99021008','4',NULL,'Y'),(366,'Community social and welfare services provided by National Government County Government or any political subdivision thereof','99021009','4',NULL,'Y'),(367,'Tea and coffee brokerage services','99021010','4',NULL,'Y'),(368,'Services rendered by educational, political, religious, welfare & other philanthropic associations to their members and social welfare services provided by charitable organizations.','99021011','4',NULL,'Y'),(369,'Entertainment Services','99021012','4',NULL,'Y'),(370,'Accommodation and Restaurant Services','99021013','4',NULL,'Y'),(371,'Conference services conducted for educational institutions as part of learning where such institutions are approved by the Ministry for the time being responsible for Education','99021014','4',NULL,'Y'),(372,'Car park services provided by National Government County Government anypolitical subdivision therefore by an employer to his employees on the premises of the employer','99021015','4',NULL,'Y'),(373,'The supply of airtime by any person other than by a provider of cellular mobile telephone services or wireless telephone services','99021016','4',NULL,'Y'),(374,'Betting gaming and lotteries services','99021017','4',NULL,'Y'),(375,'Hiring leasing and chartering of aircrafts excluding helicopters of tariff 88021100 and 88021200','99021018','4',NULL,'Y'),(376,'Taxable services for direct and exclusive use in the implementation of official aid funded projects upon approval by the Cabinet Secretary to the National Treasury','99021020','4',NULL,'Y'),(377,'Services imported or procured locally for use by the local film producers or local film agents upon recommendation by the Kenya Film Commission subject to approval by the Cabinet Secretary for the National Treasury','99021021','4',NULL,'Y'),(378,'Supply of sewerage services by the national government a county government any political subdivision thereof or a person approved by the Cabinet Secretary for the time being responsible for water development','99021023','4',NULL,'Y'),(379,'Entry fees into the national parks and national reserves','99021024','4',NULL,'Y'),(380,'The services of tour operators excluding inhouse supplies','99021025','4',NULL,'Y'),(381,'Taxable services for direct and exclusive use for the construction of tourism facilities recreational parks of 50 acres or more convention and conference facilities upon the recommendation by the CS responsible for recreational park','99021026','4',NULL,'Y'),(382,'Taxable services for direct and exclusive use for the construction of specialized hospitals with accommodation facilities upon recommendation by CS Health who shall issue guidelines for the criteria to determine the eligibility for the exemption','99021027','4',NULL,'Y'),(383,'Postal services provide through the supply of postage stamps including rental post boxes or mail bags and subsidiary services thereto','99021029','4',NULL,'Y'),(384,'The transfer of assets and other transactions related to the transfer of asets into real estate investment trusts and asset backed securities','99021033','4',NULL,'Y'),(385,'Zero Rated Service','99022000','3',NULL,'Y'),(386,'The supply of taxable services to international sea or air carriers on international voyage or flight','99022006','4',NULL,'Y'),(387,'Supply of taxable services in respect of goods in transit','99022010','4',NULL,'Y'),(388,'The transportation of goods originating from Kenya to a place outside Kenya','99022020','4',NULL,'Y'),(389,'Transportation of sugarcane from farms to miling factories','99022021','4',NULL,'Y'),(390,'The exportation of taxable services in respect of business process outsourcing ','99022023','4',NULL,'Y'),(391,'Goods or Services','99030000','2',NULL,'Y'),(392,'Exempt Goods or Services','99031000','3',NULL,'Y'),(393,'Zero Rated Goods or Services','99032000','3',NULL,'Y'),(394,'The supply of goods or taxable services to an export processing zone business as specified in the Export Processing Zones Act Cap 517 as being eligible forduty and tax free importation','99032002','4',NULL,'Y'),(395,'Supply to international and regional organizations','99032004','4',NULL,'Y'),(396,'Supply to the War Graves Commission','99032005','4',NULL,'Y'),(397,'Supply to National Red Cross Society and St John Ambulance','99032008','4',NULL,'Y'),(398,'The supply of goods or taxable services to a special economic zone enterprise','99032012','4',NULL,'Y'),(399,'Government Undertaking','99040000','2',NULL,'Y'),(400,'Zero Rated Government Undertaking','99042000','3',NULL,'Y'),(401,'Physical and occupational therapy and rehabilitation products','42250000','2',NULL,'Y'),(402,'Metal forming machinery and accessories','23250000','2',NULL,'Y'),(403,'Structural materials','30260000','2',NULL,'Y'),(404,'Housings and cabinets and casings','31260000','2',NULL,'Y'),(405,'Adrenergic blocking agents','51260000','2',NULL,'Y'),(406,'Postmortem and mortuary equipment and supplies','42260000','2',NULL,'Y'),(407,'Rapid prototyping machinery and accessories','23260000','2',NULL,'Y'),(408,'Diagnoses of endocrine, nutritional and metabolic diseases ','85260000','2',NULL,'Y'),(409,'Machine made parts','31270000','2',NULL,'Y'),(410,'Anaesthetic drugs and related adjuncts and analeptics','51270000','2',NULL,'Y'),(411,'Respiratory and anesthesia and resuscitation products','42270000','2',NULL,'Y'),(412,'Welding and soldering and brazing machinery and accessories and supplies','23270000','2',NULL,'Y'),(413,'Diagnoses of mental and behavioral disorders ','85270000','2',NULL,'Y'),(414,'Stampings and sheet components','31280000','2',NULL,'Y'),(415,'Antibacterials','51280000','2',NULL,'Y'),(416,'Medical cleaning and sterilization products','42280000','2',NULL,'Y'),(417,'Metal treatment machinery','23280000','2',NULL,'Y'),(418,'Antidepressants','51290000','2',NULL,'Y'),(419,'Machined extrusions','31290000','2',NULL,'Y'),(420,'Surgical products','42290000','2',NULL,'Y'),(421,'Industrial machine tools','23290000','2',NULL,'Y'),(422,'Fresh fruits','50300000','2',NULL,'Y'),(423,'Antifungal drugs','51300000','2',NULL,'Y'),(424,'Machined forgings','31300000','2',NULL,'Y'),(425,'Medical training and education supplies','42300000','2',NULL,'Y'),(426,'Wire machinery and equipment','23300000','2',NULL,'Y'),(427,'Organic fresh fruits','50310000','2',NULL,'Y'),(428,'Antihistamines or H1 blockers','51310000','2',NULL,'Y'),(429,'Fabricated pipe assemblies','31310000','2',NULL,'Y'),(430,'Wound care products','42310000','2',NULL,'Y'),(431,'Dried fruit','50320000','2',NULL,'Y'),(432,'Antihyperlipidemic and hypocholesterolemic agents','51320000','2',NULL,'Y'),(433,'Fabricated bar stock assemblies','31320000','2',NULL,'Y'),(434,'Orthopedic surgical implants','42320000','2',NULL,'Y'),(435,'Dried organic fruit','50330000','2',NULL,'Y'),(436,'Antipsychotics','51330000','2',NULL,'Y'),(437,'Fabricated structural assemblies','31330000','2',NULL,'Y'),(438,'Frozen fruit','50340000','2',NULL,'Y'),(439,'Antiviral drugs','51340000','2',NULL,'Y'),(440,'Fabricated sheet assemblies','31340000','2',NULL,'Y'),(441,'Estrogens and progestins and internal contraceptives','51350000','2',NULL,'Y'),(442,'Fabricated tube assemblies','31350000','2',NULL,'Y'),(443,'Compounds and mixtures','12350000','2',NULL,'Y'),(444,'Canned or jarred fruit','50360000','2',NULL,'Y'),(445,'Hypnotics','51360000','2',NULL,'Y'),(446,'Fabricated plate assemblies','31360000','2',NULL,'Y'),(447,'Canned or jarred organic fruit','50370000','2',NULL,'Y'),(448,'Refractories','31370000','2',NULL,'Y'),(449,'Controlled substance analgesics','51370000','2',NULL,'Y'),(450,'Fresh fruit purees','50380000','2',NULL,'Y'),(451,'Nonsteroidal anti inflammatory drugs NSAIDs','51380000','2',NULL,'Y'),(452,'Magnets and magnetic materials','31380000','2',NULL,'Y'),(453,'Diagnoses of certain conditions originating in the perinatal period','85380000','2',NULL,'Y'),(454,'Sympathomimetic or adrenergic drugs','51390000','2',NULL,'Y'),(455,'Machinings','31390000','2',NULL,'Y'),(456,'Fresh vegetables','50400000','2',NULL,'Y'),(457,'Tranquilizers and antimanic and antianxiety drugs','51400000','2',NULL,'Y'),(458,'Gaskets','31400000','2',NULL,'Y'),(459,'Organic fresh vegetables','50410000','2',NULL,'Y'),(460,'Vasodilators','51410000','2',NULL,'Y'),(461,'Seals','31410000','2',NULL,'Y'),(462,'Dried vegetables','50420000','2',NULL,'Y'),(463,'Corticosteroids','51420000','2',NULL,'Y'),(464,'Sintered parts','31420000','2',NULL,'Y'),(465,'Dried organic vegetables','50430000','2',NULL,'Y'),(466,'Antihypertensive drugs','51430000','2',NULL,'Y'),(467,'Frozen vegetables','50440000','2',NULL,'Y'),(468,'Radiopharmaceuticals and contrast media','51440000','2',NULL,'Y'),(469,'Frozen organic vegetables','50450000','2',NULL,'Y'),(470,'Anthelmintics','51450000','2',NULL,'Y'),(471,'Canned or jarred vegetables','50460000','2',NULL,'Y'),(472,'Herbal drugs','51460000','2',NULL,'Y'),(473,'Canned or jarred organic vegetables','50470000','2',NULL,'Y'),(474,'Antiseptics','51470000','2',NULL,'Y'),(475,'Nutritional supplements','50500000','2',NULL,'Y'),(476,'Rapid response kits','57010100','3',NULL,'Y'),(477,'Humanitarian operational services','57020100','3',NULL,'Y'),(478,'Health emergency kits','57030100','3',NULL,'Y'),(479,'Educational kits','57040100','3',NULL,'Y'),(480,'Emergency nutritional kits','57050100','3',NULL,'Y'),(481,'Emergency clothing kits','57060100','3',NULL,'Y'),(482,'Logistics emergency kits','57070100','3',NULL,'Y'),(483,'Emergency IT equipment kits','57080100','3',NULL,'Y'),(484,'Training services for users of agricultural machinery and equipment ','70190100','3',NULL,'Y'),(485,'Emergency latrine facility','57030200','3',NULL,'Y'),(486,'Recreational kits','57040200','3',NULL,'Y'),(487,'Food emergency rations','57050200','3',NULL,'Y'),(488,'Shelter emergency kits','57060200','3',NULL,'Y'),(489,'Water, sanitation and hygiene kits','57030300','3',NULL,'Y'),(490,'Early childhood development','57040300','3',NULL,'Y'),(491,'Food emergency kits','57050300','3',NULL,'Y'),(492,'Office emergency kits','57060300','3',NULL,'Y'),(493,'Personal protective equipment','57030400','3',NULL,'Y'),(494,'Multipurpose emergency kits','57060400','3',NULL,'Y'),(495,'Single family dwelling construction services','72111000','3',NULL,'Y'),(496,'Resins','13111000','3',NULL,'Y'),(497,'New industrial building and warehouse construction services','72121000','3',NULL,'Y'),(498,'Library furnishings','56121000','3',NULL,'Y'),(499,'Power conditioning equipment','39121000','3',NULL,'Y'),(500,'Keyboard instruments','60131000','3',NULL,'Y'),(501,'Electronic component parts and raw materials and accessories','32131000','3',NULL,'Y'),(502,'Toys','60141000','3',NULL,'Y'),(503,'Highway and road construction services','72141000','3',NULL,'Y'),(504,'Body tools','27141000','3',NULL,'Y'),(505,'Boiler and furnace construction and maintenance services','72151000','3',NULL,'Y'),(506,'Oilfield modeling services','71161000','3',NULL,'Y'),(507,'Batch mixers','23191000','3',NULL,'Y'),(508,'Gas liquid contacting systems','23201000','3',NULL,'Y'),(509,'Public safety training equipment','46201000','3',NULL,'Y'),(510,'Airport Maintenance','78201000','3',NULL,'Y'),(511,'Pulses','50221000','3',NULL,'Y'),(512,'Arrival department machinery and equipment','23221000','3',NULL,'Y'),(513,'Log debarkers and accessories','23231000','3',NULL,'Y'),(514,'Electric alternating current AC motors','26101100','3',NULL,'Y'),(515,'Multiple unit dwelling construction services','72111100','3',NULL,'Y'),(516,'Rosins','13111100','3',NULL,'Y'),(517,'Rapid response kits','57111100','3',NULL,'Y'),(518,'Commercial and office building construction services','72121100','3',NULL,'Y'),(519,'Distribution and control centers and accessories','39121100','3',NULL,'Y'),(520,'Live Plant and Animal Material and Accessories and Supplies','10000000','1',NULL,'Y'),(521,'Mining and Well Drilling Machinery and Accessories','20000000','1',NULL,'Y'),(522,'Structures and Building and Construction and Manufacturing Components and Supplies','30000000','1',NULL,'Y'),(523,'Distribution and Conditioning Systems and Equipment and Components','40000000','1',NULL,'Y'),(524,'Food Beverage and Tobacco Products','50000000','1',NULL,'Y'),(525,'Farming and Fishing and Forestry and Wildlife Contracting Services','70000000','1',NULL,'Y'),(526,'Management and Business Professionals and Administrative Services','80000000','1',NULL,'Y'),(527,'Travel and Food and Lodging and Entertainment Services','90000000','1',NULL,'Y'),(528,'Musical Instruments and Games and Toys and Arts and Crafts and Educational Equipment and Materials and Accessories and Supplies','60000000','1',NULL,'Y'),(529,'Mineral and Textile and Inedible Plant and Animal Materials','11000000','1',NULL,'Y'),(530,'Farming and Fishing and Forestry and Wildlife Machinery and Accessories','21000000','1',NULL,'Y'),(531,'Manufacturing Components and Supplies','31000000','1',NULL,'Y'),(532,'Laboratory and Measuring and Observing and Testing Equipment','41000000','1',NULL,'Y'),(533,'Drugs and Pharmaceutical Products','51000000','1',NULL,'Y'),(534,'Mining and oil and gas services','71000000','1',NULL,'Y'),(535,'Engineering and Research and Technology Based Services','81000000','1',NULL,'Y'),(536,'Personal and Domestic Services','91000000','1',NULL,'Y'),(537,'Chemicals including Bio Chemicals and Gas Materials','12000000','1',NULL,'Y'),(538,'Building and Construction Machinery and Accessories','22000000','1',NULL,'Y'),(539,'Electronic Components and Supplies','32000000','1',NULL,'Y'),(540,'Medical Equipment and Accessories and Supplies','42000000','1',NULL,'Y'),(541,'Domestic Appliances and Supplies and Consumer Electronic Products','52000000','1',NULL,'Y'),(542,'Building and Facility Construction and Maintenance Services ','72000000','1',NULL,'Y'),(543,'Editorial and Design and Graphic and Fine Art Services','82000000','1',NULL,'Y'),(544,'National Defense and Public Order and Security and Safety Services','92000000','1',NULL,'Y'),(545,'Resin and Rosin and Rubber and Foam and Film and Elastomeric Materials','13000000','1',NULL,'Y'),(546,'Industrial Manufacturing and Processing Machinery and Accessories','23000000','1',NULL,'Y'),(547,'Information Technology Broadcasting and Telecommunications','43000000','1',NULL,'Y'),(548,'Apparel and Luggage and Personal Care Products','53000000','1',NULL,'Y'),(549,'Industrial Production and Manufacturing Services','73000000','1',NULL,'Y'),(550,'Public Utilities and Public Sector Related Services','83000000','1',NULL,'Y'),(551,'Politics and Civic Affairs Services','93000000','1',NULL,'Y'),(552,'Paper Materials and Products','14000000','1',NULL,'Y'),(553,'Material Handling and Conditioning and Storage Machinery and their Accessories and Supplies','24000000','1',NULL,'Y'),(554,'Office Equipment and Accessories and Supplies','44000000','1',NULL,'Y'),(555,'Timepieces and Jewelry and Gemstone Products','54000000','1',NULL,'Y'),(556,'Financial and Insurance Services','84000000','1',NULL,'Y'),(557,'Organizations and Clubs','94000000','1',NULL,'Y'),(558,'Financial Instruments, Products, Contracts and Agreements','64000000','1',NULL,'Y'),(559,'Fuels and Fuel Additives and Lubricants and Anti corrosive Materials','15000000','1',NULL,'Y'),(560,'Commercial and Military and Private Vehicles and their Accessories and Components','25000000','1',NULL,'Y'),(561,'Printing and Photographic and Audio and Visual Equipment and Supplies','45000000','1',NULL,'Y'),(562,'Published Products','55000000','1',NULL,'Y'),(563,'Healthcare Services','85000000','1',NULL,'Y'),(564,'Land and Buildings and Structures and Thoroughfares','95000000','1',NULL,'Y'),(565,'Power Generation and Distribution Machinery and Accessories','26000000','1',NULL,'Y'),(566,'Defense and Law Enforcement and Security and Safety Equipment and Supplies','46000000','1',NULL,'Y'),(567,'Industrial Cleaning Services','76000000','1',NULL,'Y'),(568,'Education and Training Services','86000000','1',NULL,'Y'),(569,'Furniture and Furnishings','56000000','1',NULL,'Y'),(570,'Tools and General Machinery','27000000','1',NULL,'Y'),(571,'Cleaning Equipment and Supplies','47000000','1',NULL,'Y'),(572,'Environmental Services','77000000','1',NULL,'Y'),(573,'Humanitarian Relief Items, Kits, or Accessories','57000000','1',NULL,'Y'),(574,'Service Industry Machinery and Equipment and Supplies','48000000','1',NULL,'Y'),(575,'Transportation and Storage and Mail Services','78000000','1',NULL,'Y'),(576,'Electrical Systems and Lighting and Components and Accessories and Supplies','39000000','1',NULL,'Y'),(577,'Sports and Recreational Equipment and Supplies and Accessories','49000000','1',NULL,'Y'),(578,'Survival supplies','57010000','2',NULL,'Y'),(579,'Services related to humanitarian relief actions','57020000','2',NULL,'Y'),(580,'Humanitarian health supplies','57030000','2',NULL,'Y'),(581,'Educational or recreational items','57040000','2',NULL,'Y'),(582,'Humanitarian relief food','57050000','2',NULL,'Y'),(583,'Shelter and relief items','57060000','2',NULL,'Y'),(584,'Humanitarian logistics supplies','57070000','2',NULL,'Y'),(585,'Humanitarian IT equipment','57080000','2',NULL,'Y'),(586,'Live animals','10100000','2',NULL,'Y'),(587,'Mining and quarrying machinery and equipment','20100000','2',NULL,'Y'),(588,'Structural components and basic shapes','30100000','2',NULL,'Y'),(589,'Heating and ventilation and air circulation','40100000','2',NULL,'Y'),(590,'Nuts and seeds','50100000','2',NULL,'Y'),(591,'Fisheries and aquaculture','70100000','2',NULL,'Y'),(592,'Management advisory services','80100000','2',NULL,'Y'),(593,'Restaurants and catering','90100000','2',NULL,'Y'),(594,'Developmental and professional teaching aids and materials and accessories and supplies','60100000','2',NULL,'Y'),(595,'Minerals and ores and metals','11100000','2',NULL,'Y'),(596,'Agricultural and forestry and landscape machinery and equipment','21100000','2',NULL,'Y'),(597,'Castings and casting assemblies','31100000','2',NULL,'Y'),(598,'Laboratory and scientific equipment','41100000','2',NULL,'Y'),(599,'Amebicides and trichomonacides and antiprotozoals','51100000','2',NULL,'Y'),(600,'Mining services','71100000','2',NULL,'Y'),(601,'Professional engineering services','81100000','2',NULL,'Y'),(602,'Personal appearance','91100000','2',NULL,'Y'),(603,'Heavy construction machinery and equipment','22100000','2',NULL,'Y'),(604,'Printed circuits and integrated circuits and microassemblies','32100000','2',NULL,'Y'),(605,'Floor coverings','52100000','2',NULL,'Y'),(606,'Building and facility maintenance and repair services','72100000','2',NULL,'Y'),(607,'Advertising','82100000','2',NULL,'Y'),(608,'Public order and safety','92100000','2',NULL,'Y'),(609,'Rubber and elastomers','13100000','2',NULL,'Y'),(610,'Raw materials processing machinery','23100000','2',NULL,'Y'),(611,'Clothing','53100000','2',NULL,'Y'),(612,'Plastic and chemical industries','73100000','2',NULL,'Y'),(613,'Utilities','83100000','2',NULL,'Y'),(614,'Political systems and institutions','93100000','2',NULL,'Y'),(615,'Paper materials','14100000','2',NULL,'Y'),(616,'Material handling machinery and equipment','24100000','2',NULL,'Y'),(617,'Office machines and their supplies and accessories','44100000','2',NULL,'Y'),(618,'Jewelry','54100000','2',NULL,'Y'),(619,'Development finance','84100000','2',NULL,'Y'),(620,'Work related organizations','94100000','2',NULL,'Y'),(621,'Bank offered products ','64100000','2',NULL,'Y'),(622,'Fuels','15100000','2',NULL,'Y'),(623,'Motor vehicles','25100000','2',NULL,'Y'),(624,'Printing and publishing equipment','45100000','2',NULL,'Y'),(625,'Printed media','55100000','2',NULL,'Y'),(626,'Comprehensive health services','85100000','2',NULL,'Y'),(627,'Land parcels','95100000','2',NULL,'Y'),(628,'Power sources','26100000','2',NULL,'Y'),(629,'Light weapons and ammunition','46100000','2',NULL,'Y'),(630,'Accommodation furniture','56100000','2',NULL,'Y'),(631,'Decontamination services','76100000','2',NULL,'Y'),(632,'Vocational training','86100000','2',NULL,'Y'),(633,'Water and wastewater treatment supply and disposal','47100000','2',NULL,'Y'),(634,'Environmental management','77100000','2',NULL,'Y'),(635,'Institutional food services equipment','48100000','2',NULL,'Y'),(636,'Mail and cargo transport','78100000','2',NULL,'Y'),(637,'Lamps and lightbulbs and lamp components','39100000','2',NULL,'Y'),(638,'Collectibles and awards','49100000','2',NULL,'Y'),(639,'Well drilling and operation equipment','20110000','2',NULL,'Y'),(640,'Concrete and cement and plaster','30110000','2',NULL,'Y'),(641,'Meat and poultry products','50110000','2',NULL,'Y'),(642,'Horticulture','70110000','2',NULL,'Y'),(643,'Human resources services','80110000','2',NULL,'Y'),(644,'Hotels and lodging and meeting facilities','90110000','2',NULL,'Y'),(645,'Domestic pet products','10110000','2',NULL,'Y'),(646,'Classroom decoratives and supplies','60110000','2',NULL,'Y'),(647,'Earth and stone','11110000','2',NULL,'Y'),(648,'Fishing and aquaculture equipment','21110000','2',NULL,'Y'),(649,'Extrusions','31110000','2',NULL,'Y'),(650,'Measuring and observing and testing instruments','41110000','2',NULL,'Y'),(651,'Antineoplastic agents','51110000','2',NULL,'Y'),(652,'Oil and gas exploration services','71110000','2',NULL,'Y'),(653,'Computer services','81110000','2',NULL,'Y'),(654,'Domestic and personal assistance','91110000','2',NULL,'Y'),(655,'Discrete semiconductor devices','32110000','2',NULL,'Y'),(656,'Writing and translations','82110000','2',NULL,'Y'),(657,'Military services and national defense','92110000','2',NULL,'Y'),(658,'Residential building construction services','72110000','2',NULL,'Y'),(659,'Petroleum processing machinery','23110000','2',NULL,'Y'),(660,'Footwear','53110000','2',NULL,'Y'),(661,'Wood and paper industries','73110000','2',NULL,'Y'),(662,'Telecommunications media services','83110000','2',NULL,'Y'),(663,'Socio political conditions','93110000','2',NULL,'Y'),(664,'Resins and rosins and other resin derived materials','13110000','2',NULL,'Y'),(665,'Paper products','14110000','2',NULL,'Y'),(666,'Containers and storage','24110000','2',NULL,'Y'),(667,'Office and desk accessories','44110000','2',NULL,'Y'),(668,'Timepieces','54110000','2',NULL,'Y'),(669,'Accounting and bookkeeping services','84110000','2',NULL,'Y'),(670,'Religious organizations','94110000','2',NULL,'Y'),(671,'Securities','64110000','2',NULL,'Y'),(672,'Gaseous fuels and additives','15110000','2',NULL,'Y'),(673,'Marine transport','25110000','2',NULL,'Y'),(674,'Audio and visual presentation and composing equipment','45110000','2',NULL,'Y'),(675,'Electronic reference material','55110000','2',NULL,'Y'),(676,'Disease prevention and control','85110000','2',NULL,'Y'),(677,'Thoroughfares','95110000','2',NULL,'Y'),(678,'Batteries and generators and kinetic power transmission','26110000','2',NULL,'Y'),(679,'Conventional war weapons','46110000','2',NULL,'Y'),(680,'Cleaning and janitorial services','76110000','2',NULL,'Y'),(681,'Alternative educational systems','86110000','2',NULL,'Y'),(682,'Commercial and industrial furniture','56110000','2',NULL,'Y'),(683,'Hand tools','27110000','2',NULL,'Y'),(684,'Industrial laundry and dry cleaning equipment','47110000','2',NULL,'Y'),(685,'Environmental protection','77110000','2',NULL,'Y'),(686,'Passenger transport','78110000','2',NULL,'Y'),(687,'Vending machines','48110000','2',NULL,'Y'),(688,'Lighting Fixtures and Accessories','39110000','2',NULL,'Y'),(689,'Animal feed','10120000','2',NULL,'Y'),(690,'Roads and landscape','30120000','2',NULL,'Y'),(691,'Seafood','50120000','2',NULL,'Y'),(692,'Livestock services','70120000','2',NULL,'Y'),(693,'Legal services','80120000','2',NULL,'Y'),(694,'Travel facilitation','90120000','2',NULL,'Y'),(695,'Arts and crafts equipment and accessories and supplies','60120000','2',NULL,'Y'),(696,'Oil and gas drilling and exploration equipment','20120000','2',NULL,'Y'),(697,'Non edible plant and forestry products','11120000','2',NULL,'Y'),(698,'Laboratory supplies and fixtures','41120000','2',NULL,'Y'),(699,'Antiarrythmics and antianginals and cardioplegics and drugs for heart failure','51120000','2',NULL,'Y'),(700,'Economics','81120000','2',NULL,'Y'),(701,'Well drilling and construction services','71120000','2',NULL,'Y'),(702,'Passive discrete components','32120000','2',NULL,'Y'),(703,'Veterinary equipment and supplies','42120000','2',NULL,'Y'),(704,'Bedclothes and table and kitchen linen and towels','52120000','2',NULL,'Y'),(705,'Reproduction services','82120000','2',NULL,'Y'),(706,'Security and personal safety','92120000','2',NULL,'Y'),(707,'Nonresidential building construction services','72120000','2',NULL,'Y'),(708,'Textile and fabric machinery and accessories','23120000','2',NULL,'Y'),(709,'Luggage and handbags and packs and cases','53120000','2',NULL,'Y'),(710,'Metal and mineral industries','73120000','2',NULL,'Y'),(711,'Information services','83120000','2',NULL,'Y'),(712,'International relations','93120000','2',NULL,'Y'),(713,'Industrial use papers','14120000','2',NULL,'Y'),(714,'Packaging materials','24120000','2',NULL,'Y'),(715,'Office supplies','44120000','2',NULL,'Y'),(716,'Gemstones','54120000','2',NULL,'Y'),(717,'Banking and investment','84120000','2',NULL,'Y'),(718,'Clubs','94120000','2',NULL,'Y'),(719,'Insurable interest contracts','64120000','2',NULL,'Y'),(720,'Lubricants and oils and greases and anti corrosives','15120000','2',NULL,'Y'),(721,'Railway and tramway machinery and equipment','25120000','2',NULL,'Y'),(722,'Photographic or filming or video equipment','45120000','2',NULL,'Y'),(723,'Signage and accessories','55120000','2',NULL,'Y'),(724,'Medical practice','85120000','2',NULL,'Y'),(725,'Permanent buildings and structures','95120000','2',NULL,'Y'),(726,'Electrical wire and cable and harness','26120000','2',NULL,'Y'),(727,'Missiles','46120000','2',NULL,'Y'),(728,'Refuse disposal and treatment','76120000','2',NULL,'Y'),(729,'Educational institutions','86120000','2',NULL,'Y'),(730,'Classroom and instructional and institutional furniture and fixtures','56120000','2',NULL,'Y'),(731,'Janitorial equipment','47120000','2',NULL,'Y'),(732,'Pollution tracking and monitoring and rehabilitation','77120000','2',NULL,'Y'),(733,'Hydraulic machinery and equipment','27120000','2',NULL,'Y'),(734,'Material packing and handling','78120000','2',NULL,'Y'),(735,'Gambling or wagering equipment','48120000','2',NULL,'Y'),(736,'Electrical equipment and components and supplies','39120000','2',NULL,'Y'),(737,'Camping and outdoor equipment and accessories','49120000','2',NULL,'Y'),(738,'Structural building products','30130000','2',NULL,'Y'),(739,'Musical Instruments and parts and accessories','60130000','2',NULL,'Y'),(740,'Dairy products and eggs','50130000','2',NULL,'Y'),(741,'Land and soil preparation and management and protection','70130000','2',NULL,'Y'),(742,'Real estate services','80130000','2',NULL,'Y'),(743,'Performing arts','90130000','2',NULL,'Y'),(744,'Oil and gas drilling and operation materials','20130000','2',NULL,'Y'),(745,'Animal containment and habitats','10130000','2',NULL,'Y'),(746,'Non edible animal products','11130000','2',NULL,'Y'),(747,'Forgings','31130000','2',NULL,'Y'),(748,'Hematolic drugs','51130000','2',NULL,'Y'),(749,'Statistics','81130000','2',NULL,'Y'),(750,'Oil and gas extraction and production enhancement services','71130000','2',NULL,'Y'),(751,'Explosive materials','12130000','2',NULL,'Y'),(752,'Window treatments','52130000','2',NULL,'Y'),(753,'Photographic services','82130000','2',NULL,'Y'),(754,'Electronic hardware and component parts and accessories','32130000','2',NULL,'Y'),(755,'Medical apparel and textiles','42130000','2',NULL,'Y'),(756,'Lapidary machinery and equipment','23130000','2',NULL,'Y'),(757,'Personal care products','53130000','2',NULL,'Y'),(758,'Food and beverage industries','73130000','2',NULL,'Y'),(759,'Humanitarian aid and relief','93130000','2',NULL,'Y'),(760,'Industrial refrigeration','24130000','2',NULL,'Y'),(761,'Civic organizations and associations and movements','94130000','2',NULL,'Y'),(762,'Insurance and retirement services','84130000','2',NULL,'Y'),(763,'Fuel for nuclear reactors','15130000','2',NULL,'Y'),(764,'Aircraft','25130000','2',NULL,'Y'),(765,'Photographic and recording media','45130000','2',NULL,'Y'),(766,'Medical science research and experimentation','85130000','2',NULL,'Y'),(767,'Portable buildings and structures','95130000','2',NULL,'Y'),(768,'Power generation','26130000','2',NULL,'Y'),(769,'Rockets and subsystems','46130000','2',NULL,'Y'),(770,'Toxic and hazardous waste cleanup','76130000','2',NULL,'Y'),(771,'Specialized educational services','86130000','2',NULL,'Y'),(772,'Merchandising furniture and accessories','56130000','2',NULL,'Y'),(773,'Cleaning and janitorial supplies','47130000','2',NULL,'Y'),(774,'Pollutants tracking and monitoring and rehabilitation services','77130000','2',NULL,'Y'),(775,'Pneumatic machinery and equipment','27130000','2',NULL,'Y'),(776,'Storage','78130000','2',NULL,'Y'),(777,'Funeral equipment and materials','48130000','2',NULL,'Y'),(778,'Fishing and hunting equipment','49130000','2',NULL,'Y'),(779,'Electrical wire management devices and accessories and supplies','39130000','2',NULL,'Y'),(780,'Saddlery and harness goods','10140000','2',NULL,'Y'),(781,'Insulation','30140000','2',NULL,'Y'),(782,'Fluid and gas distribution','40140000','2',NULL,'Y'),(783,'Toys and games','60140000','2',NULL,'Y'),(784,'Crop production and management and protection','70140000','2',NULL,'Y'),(785,'Marketing and distribution','80140000','2',NULL,'Y'),(786,'Commercial sports','90140000','2',NULL,'Y'),(787,'Oil and gas operating and production equipment','20140000','2',NULL,'Y'),(788,'Scrap and waste materials','11140000','2',NULL,'Y'),(789,'Moldings','31140000','2',NULL,'Y'),(790,'Central nervous system drugs','51140000','2',NULL,'Y'),(791,'Manufacturing technologies','81140000','2',NULL,'Y'),(792,'Oil and gas restoration and reclamation services','71140000','2',NULL,'Y'),(793,'Domestic appliances','52140000','2',NULL,'Y'),(794,'Graphic design','82140000','2',NULL,'Y'),(795,'Elements and gases','12140000','2',NULL,'Y'),(796,'Patient care and treatment products and supplies','42140000','2',NULL,'Y'),(797,'Electron tube devices and accessories','32140000','2',NULL,'Y'),(798,'Heavy construction services','72140000','2',NULL,'Y'),(799,'Leatherworking repairing machinery and equipment','23140000','2',NULL,'Y'),(800,'Fibers and textiles and fabric industries','73140000','2',NULL,'Y'),(801,'Community and social services','93140000','2',NULL,'Y'),(802,'Sewing supplies and accessories','53140000','2',NULL,'Y'),(803,'Credit agencies','84140000','2',NULL,'Y'),(804,'Packing supplies','24140000','2',NULL,'Y'),(805,'Governmental property right conferrals','64140000','2',NULL,'Y'),(806,'Prefabricated buildings and structures','95140000','2',NULL,'Y'),(807,'Photographic filmmaking supplies','45140000','2',NULL,'Y'),(808,'Alternative and holistic medicine','85140000','2',NULL,'Y'),(809,'Atomic and nuclear energy machinery and equipment','26140000','2',NULL,'Y'),(810,'Launchers','46140000','2',NULL,'Y'),(811,'Educational facilities','86140000','2',NULL,'Y'),(812,'Decorative adornments','56140000','2',NULL,'Y'),(813,'Automotive specialty tools','27140000','2',NULL,'Y'),(814,'Environmental laboratory services','77140000','2',NULL,'Y'),(815,'Transport services','78140000','2',NULL,'Y'),(816,'Watersports equipment','49140000','2',NULL,'Y'),(817,'Seeds and bulbs and seedlings and cuttings','10150000','2',NULL,'Y'),(818,'Exterior finishing materials','30150000','2',NULL,'Y'),(819,'Industrial pumps and compressors','40150000','2',NULL,'Y'),(820,'Edible oils and fats','50150000','2',NULL,'Y'),(821,'Forestry','70150000','2',NULL,'Y'),(822,'Trade policy and services','80150000','2',NULL,'Y'),(823,'Entertainment services','90150000','2',NULL,'Y'),(824,'Fibers and threads and yarns','11150000','2',NULL,'Y'),(825,'Rope and chain and cable and wire and strap','31150000','2',NULL,'Y'),(826,'Autonomic nervous system drugs','51150000','2',NULL,'Y'),(827,'Earth science services','81150000','2',NULL,'Y'),(828,'Oil and gas data management and processing services','71150000','2',NULL,'Y'),(829,'Clinical laboratory and toxicology testing systems, components, and supplies','41150000','2',NULL,'Y'),(830,'Domestic kitchenware and kitchen supplies','52150000','2',NULL,'Y'),(831,'Professional artists and performers','82150000','2',NULL,'Y'),(832,'Dental equipment and supplies','42150000','2',NULL,'Y'),(833,'Automation control devices and components and accessories','32150000','2',NULL,'Y'),(834,'Specialized trade construction and maintenance services','72150000','2',NULL,'Y'),(835,'Industrial process machinery and equipment and supplies','23150000','2',NULL,'Y'),(836,'Manufacturing support services','73150000','2',NULL,'Y'),(837,'Public administration and finance services','93150000','2',NULL,'Y'),(838,'Spacecraft','25150000','2',NULL,'Y'),(839,'Food and nutrition services','85150000','2',NULL,'Y'),(840,'Law enforcement','46150000','2',NULL,'Y'),(841,'Winter sports equipment','49150000','2',NULL,'Y'),(842,'Floriculture and silviculture products','10160000','2',NULL,'Y'),(843,'Interior finishing materials','30160000','2',NULL,'Y'),(844,'Industrial filtering and purification','40160000','2',NULL,'Y'),(845,'Chocolate and sugars and sweeteners and confectionary products','50160000','2',NULL,'Y'),(846,'Wildlife and flora','70160000','2',NULL,'Y'),(847,'Business administration services','80160000','2',NULL,'Y'),(848,'Fabrics and leather materials','11160000','2',NULL,'Y'),(849,'Hardware','31160000','2',NULL,'Y'),(850,'Drugs affecting the respiratory tract','51160000','2',NULL,'Y'),(851,'Oil and gas well project management services','71160000','2',NULL,'Y'),(852,'Information Technology Service Delivery','81160000','2',NULL,'Y'),(853,'Dialysis equipment and supplies','42160000','2',NULL,'Y'),(854,'Consumer electronics','52160000','2',NULL,'Y'),(855,'Additives','12160000','2',NULL,'Y'),(856,'Film and theater production support services','82160000','2',NULL,'Y'),(857,'Foundry machines and equipment and supplies','23160000','2',NULL,'Y'),(858,'Machinery and transport equipment manufacture','73160000','2',NULL,'Y'),(859,'Taxation','93160000','2',NULL,'Y'),(860,'Non motorized cycles','25160000','2',NULL,'Y'),(861,'Medical Surgical Equipment Maintenance Refurbishment and Repair Services','85160000','2',NULL,'Y'),(862,'Public safety and control','46160000','2',NULL,'Y'),(863,'Field and court sports equipment','49160000','2',NULL,'Y'),(864,'Fertilizers and plant nutrients and herbicides','10170000','2',NULL,'Y'),(865,'Pipe piping and pipe fittings','40170000','2',NULL,'Y'),(866,'Doors and windows and glass','30170000','2',NULL,'Y'),(867,'Seasonings and preservatives','50170000','2',NULL,'Y'),(868,'Water resources development and oversight','70170000','2',NULL,'Y'),(869,'Public relations and professional communications services','80170000','2',NULL,'Y'),(870,'Bearings and bushings and wheels and gears','31170000','2',NULL,'Y'),(871,'Drugs affecting the gastrointestinal system','51170000','2',NULL,'Y'),(872,'Alloys','11170000','2',NULL,'Y'),(873,'Biological science services','81170000','2',NULL,'Y'),(874,'Diagnostic and microbiological devices','41170000','2',NULL,'Y'),(875,'Colorants','12170000','2',NULL,'Y'),(876,'Domestic wall treatments','52170000','2',NULL,'Y'),(877,'Mobile medical services products','42170000','2',NULL,'Y'),(878,'Manufacture of electrical goods and precision instruments','73170000','2',NULL,'Y'),(879,'Trade policy and regulation','93170000','2',NULL,'Y'),(880,'Transportation components and systems','25170000','2',NULL,'Y'),(881,'Death and dying support services','85170000','2',NULL,'Y'),(882,'Security surveillance and detection','46170000','2',NULL,'Y'),(883,'Gymnastics and boxing equipment','49170000','2',NULL,'Y'),(884,'Plumbing fixtures','30180000','2',NULL,'Y'),(885,'Bread and bakery products','50180000','2',NULL,'Y'),(886,'Tubes tubing and tube fittings','40180000','2',NULL,'Y'),(887,'Packings glands boots and covers','31180000','2',NULL,'Y'),(888,'Hormones and hormone antagonists','51180000','2',NULL,'Y'),(889,'Metal oxide','11180000','2',NULL,'Y'),(890,'Waxes and oils','12180000','2',NULL,'Y'),(891,'Patient exam and monitoring products','42180000','2',NULL,'Y'),(892,'Industrial food and beverage equipment','23180000','2',NULL,'Y'),(893,'Machining and processing services','73180000','2',NULL,'Y'),(894,'Vehicle bodies and trailers','25180000','2',NULL,'Y'),(895,'Personal safety and protection','46180000','2',NULL,'Y'),(896,'Transportation repair or maintenance services','78180000','2',NULL,'Y'),(897,'Target and table games and equipment','49180000','2',NULL,'Y'),(898,'Pest control products','10190000','2',NULL,'Y'),(899,'Construction and maintenance support equipment','30190000','2',NULL,'Y'),(900,'Prepared and preserved foods','50190000','2',NULL,'Y'),(901,'Agricultural machinery and equipment assembly and installation services','70190000','2',NULL,'Y'),(902,'Grinding and polishing and smoothing materials','31190000','2',NULL,'Y'),(903,'Agents affecting water and electrolytes','51190000','2',NULL,'Y'),(904,'Metal waste scrap and by products','11190000','2',NULL,'Y'),(905,'Solvents','12190000','2',NULL,'Y'),(906,'Medical facility products','42190000','2',NULL,'Y'),(907,'Communications Devices and Accessories','43190000','2',NULL,'Y'),(908,'Mixers and their parts and accessories','23190000','2',NULL,'Y'),(909,'Transportation services equipment','25190000','2',NULL,'Y'),(910,'Fire protection','46190000','2',NULL,'Y'),(911,'Beverages','50200000','2',NULL,'Y'),(912,'Live rose bushes','10200000','2',NULL,'Y'),(913,'Adhesives and sealants','31200000','2',NULL,'Y'),(914,'Immunomodulating drugs','51200000','2',NULL,'Y'),(915,'Medical diagnostic imaging and nuclear medicine products','42200000','2',NULL,'Y'),(916,'Components for information technology or broadcasting or telecommunications','43200000','2',NULL,'Y'),(917,'Mass transfer equipment','23200000','2',NULL,'Y'),(918,'Aerospace systems and components and equipment','25200000','2',NULL,'Y'),(919,'Defense and law enforcement and security and safety training equipment','46200000','2',NULL,'Y'),(920,'Aviation-Related Services And Consultancy','78200000','2',NULL,'Y'),(921,'Fitness equipment','49200000','2',NULL,'Y'),(922,'Tobacco and smoking products and substitutes','50210000','2',NULL,'Y'),(923,'Live plants of high species or variety count flowers','10210000','2',NULL,'Y'),(924,'Paints and primers and finishes','31210000','2',NULL,'Y'),(925,'Independent living aids for the physically challenged','42210000','2',NULL,'Y'),(926,'Computer Equipment and Accessories','43210000','2',NULL,'Y'),(927,'Electronic manufacturing machinery and equipment and accessories','23210000','2',NULL,'Y'),(928,'Diagnoses of infectious and parasitic diseases-part a','85210000','2',NULL,'Y'),(929,'Workplace safety equipment and supplies and training materials','46210000','2',NULL,'Y'),(930,'Other sports','49210000','2',NULL,'Y'),(931,'Cereal and pulse products','50220000','2',NULL,'Y'),(932,'Live plants of low species or variety count flowers','10220000','2',NULL,'Y'),(933,'Dyeing and tanning extracts','31220000','2',NULL,'Y'),(934,'Intravenous and arterial administration products','42220000','2',NULL,'Y'),(935,'Data Voice or Multimedia Network Equipment or Platforms and Accessories','43220000','2',NULL,'Y'),(936,'Chicken processing machinery and equipment','23220000','2',NULL,'Y'),(937,'Military weapon and ammunition disarmament and disposal equipment and related products','46220000','2',NULL,'Y'),(938,'Sports equipment and accessories','49220000','2',NULL,'Y'),(939,'Machined raw stock','31230000','2',NULL,'Y'),(940,'Clinical nutrition','42230000','2',NULL,'Y'),(941,'Software','43230000','2',NULL,'Y'),(942,'Sawmilling and lumber processing machinery and equipment','23230000','2',NULL,'Y'),(943,'Portable Structure Building Components','30240000','2',NULL,'Y'),(944,'Industrial optics','31240000','2',NULL,'Y'),(945,'Drugs affecting the ears, eye, nose and skin','51240000','2',NULL,'Y'),(946,'Orthopedic and prosthetic and sports medicine products','42240000','2',NULL,'Y'),(947,'Metal cutting machinery and accessories','23240000','2',NULL,'Y'),(948,'Recreation and playground and swimming and spa equipment and supplies','49240000','2',NULL,'Y'),(949,'Underground mining structures and materials','30250000','2',NULL,'Y'),(950,'Pneumatic and hydraulic and electric control systems','31250000','2',NULL,'Y'),(951,'Brass instruments','60131100','3',NULL,'Y'),(952,'Games','60141100','3',NULL,'Y'),(953,'Well plugging and abandonment services','71141100','3',NULL,'Y'),(954,'Infrastructure building and surfacing and paving services','72141100','3',NULL,'Y'),(955,'Oilfield data management services','71151100','3',NULL,'Y'),(956,'Plumbing construction services','72151100','3',NULL,'Y'),(957,'Coating services','73181100','3',NULL,'Y'),(958,'Continuous mixers','23191100','3',NULL,'Y'),(959,'Small arms weapons training equipment','46201100','3',NULL,'Y'),(960,'Cereals','50221100','3',NULL,'Y'),(961,'Killing and defeathering department machinery and equipment','23221100','3',NULL,'Y'),(962,'Ophthalmic agents','51241100','3',NULL,'Y'),(963,'Electric direct current DC motors','26101200','3',NULL,'Y'),(964,'Plastic films','13111200','3',NULL,'Y'),(965,'Agricultural building construction services','72121200','3',NULL,'Y'),(966,'Woodwind instruments','60131200','3',NULL,'Y'),(967,'Marine construction services','72141200','3',NULL,'Y'),(968,'Heating and cooling and air conditioning HVAC construction and maintenance services','72151200','3',NULL,'Y'),(969,'Industrial drying equipment','23201200','3',NULL,'Y'),(970,'Dermatologic agents','51241200','3',NULL,'Y'),(971,'Non electric motors','26101300','3',NULL,'Y'),(972,'Foams','13111300','3',NULL,'Y'),(973,'Art and craft cutting products','60121300','3',NULL,'Y'),(974,'Automotive garage and service station construction services','72121300','3',NULL,'Y'),(975,'Electrical boxes and enclosures and fittings and accessories','39121300','3',NULL,'Y'),(976,'String instruments','60131300','3',NULL,'Y'),(977,'Painting and paper hanging services','72151300','3',NULL,'Y'),(978,'Flour and milled products','50221300','3',NULL,'Y'),(979,'Motor or generator components','26101400','3',NULL,'Y'),(980,'Aviation Specific Training','86101400','3',NULL,'Y'),(981,'Language Specific Editorial and Writing Services','82111400','3',NULL,'Y'),(982,'Classroom And Language Laboratory Equipment & Interpretation Systems','45111400','3',NULL,'Y'),(983,'Completion tools and equipment','20121400','3',NULL,'Y'),(984,'Specialized public building construction services','72121400','3',NULL,'Y'),(985,'Cafeteria and lunchroom furnishings','56121400','3',NULL,'Y'),(986,'Electrical lugs plugs and connectors','39121400','3',NULL,'Y'),(987,'Percussion instruments','60131400','3',NULL,'Y'),(988,'Safety and Rescue Aircraft','25131400','3',NULL,'Y'),(989,'Fundraising Services','80141400','3',NULL,'Y'),(990,'Detention facility construction and repair services','72141400','3',NULL,'Y'),(991,'Wall covering construction services','72151400','3',NULL,'Y'),(992,'System Cards','43201400','3',NULL,'Y'),(993,'Metal grinding machines','23241400','3',NULL,'Y'),(994,'Welding machinery','23271400','3',NULL,'Y'),(995,'Livestock','10101500','3',NULL,'Y'),(996,'Cutting equipment','20101500','3',NULL,'Y'),(997,'Angles','30101500','3',NULL,'Y'),(998,'Ventilation','40101500','3',NULL,'Y'),(999,'Fisheries operations','70101500','3',NULL,'Y'),(1000,'Business and corporate management consultation services','80101500','3',NULL,'Y'); /*!40000 ALTER TABLE `itemclassification` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `itemstatuscodes` -- DROP TABLE IF EXISTS `itemstatuscodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `itemstatuscodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `name` text NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `itemstatuscodes` -- LOCK TABLES `itemstatuscodes` WRITE; /*!40000 ALTER TABLE `itemstatuscodes` DISABLE KEYS */; INSERT INTO `itemstatuscodes` VALUES (1,'Y',NULL,'Y','Active','1'),(2,'N',NULL,'N','Inactive','2'); /*!40000 ALTER TABLE `itemstatuscodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `itemtypecodes` -- DROP TABLE IF EXISTS `itemtypecodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `itemtypecodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `itemtypecodes` -- LOCK TABLES `itemtypecodes` WRITE; /*!40000 ALTER TABLE `itemtypecodes` DISABLE KEYS */; INSERT INTO `itemtypecodes` VALUES (1,'Raw Material','1','Raw Material','Y','1'),(2,'Finished Product','2','Finished Product','Y','2'),(3,'Service','3','Service without stock','',''); /*!40000 ALTER TABLE `itemtypecodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `journal` -- DROP TABLE IF EXISTS `journal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `journal` ( `id` int(50) NOT NULL AUTO_INCREMENT, `currency` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `journaldate` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `entrydate` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `journal` -- LOCK TABLES `journal` WRITE; /*!40000 ALTER TABLE `journal` DISABLE KEYS */; /*!40000 ALTER TABLE `journal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `labels` -- DROP TABLE IF EXISTS `labels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `labels` ( `id` int(11) NOT NULL AUTO_INCREMENT, `itemid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `qty` decimal(10,4) NOT NULL, `buyingprice` decimal(10,2) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `name` text NOT NULL, `description` text NOT NULL, `batchno` int(11) NOT NULL, `myid` int(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `labels` -- LOCK TABLES `labels` WRITE; /*!40000 ALTER TABLE `labels` DISABLE KEYS */; INSERT INTO `labels` VALUES (1,'','2025-02-22 06:10:11','new','1','','1','6161101604192.00','1',0.0000,0.00,200.00,NULL,'GUARANA ELECTRIC','',0,0); /*!40000 ALTER TABLE `labels` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `labour` -- DROP TABLE IF EXISTS `labour`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `labour` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `createdate` varchar(20) NOT NULL, `qty` decimal(10,2) NOT NULL, `usedamount` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `year` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `description` text NOT NULL, `employeeid` varchar(30) NOT NULL, `exactdate` varchar(30) NOT NULL, `rate` decimal(10,2) NOT NULL, `total` decimal(10,2) NOT NULL, `type` varchar(20) NOT NULL DEFAULT 'pay', `status` int(20) NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `labour` -- LOCK TABLES `labour` WRITE; /*!40000 ALTER TABLE `labour` DISABLE KEYS */; /*!40000 ALTER TABLE `labour` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `landlord` -- DROP TABLE IF EXISTS `landlord`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `landlord` ( `id` int(40) NOT NULL AUTO_INCREMENT, `firstname` varchar(100) NOT NULL, `lastname` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `phone` varchar(100) NOT NULL, `email` varchar(100) NOT NULL, `description` text NOT NULL, `idno` varchar(100) NOT NULL, `country` varchar(100) NOT NULL, `gender` varchar(10) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `county` varchar(40) NOT NULL, `accountname` varchar(100) NOT NULL, `accountno` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `status` varchar(10) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `landlord` -- LOCK TABLES `landlord` WRITE; /*!40000 ALTER TABLE `landlord` DISABLE KEYS */; /*!40000 ALTER TABLE `landlord` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lease` -- DROP TABLE IF EXISTS `lease`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `lease` ( `id` int(10) NOT NULL AUTO_INCREMENT, `branchfrom` varchar(50) NOT NULL, `serial` varchar(50) NOT NULL, `qty` varchar(50) NOT NULL, `details` text NOT NULL, `dateleased` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `product` text NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `entrydate` varchar(50) NOT NULL, `supplier` varchar(30) NOT NULL, `original` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `amount` varchar(10) NOT NULL DEFAULT '0.00', `duedate` varchar(20) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'Dispatched', `mode` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `totalamount` varchar(30) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lease` -- LOCK TABLES `lease` WRITE; /*!40000 ALTER TABLE `lease` DISABLE KEYS */; /*!40000 ALTER TABLE `lease` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `leavegroup` -- DROP TABLE IF EXISTS `leavegroup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `leavegroup` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `createdat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `updatedat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `total` int(30) NOT NULL, `startdate` varchar(30) NOT NULL, `enddate` varchar(30) NOT NULL, `defaultleavetype` int(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `leavegroup` -- LOCK TABLES `leavegroup` WRITE; /*!40000 ALTER TABLE `leavegroup` DISABLE KEYS */; /*!40000 ALTER TABLE `leavegroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `leaves` -- DROP TABLE IF EXISTS `leaves`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `leaves` ( `id` int(30) NOT NULL AUTO_INCREMENT, `startdate` datetime DEFAULT NULL, `enddate` datetime DEFAULT NULL, `status` varchar(11) DEFAULT NULL, `employee` int(11) DEFAULT NULL, `cause` text DEFAULT NULL, `startdatetype` varchar(12) DEFAULT NULL, `enddatetype` varchar(12) DEFAULT NULL, `duration` decimal(10,2) DEFAULT NULL, `type` int(11) DEFAULT NULL, `description` text DEFAULT NULL COMMENT 'Comments on leave request', `change_type` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` timestamp NULL DEFAULT NULL, `photo` text NOT NULL, `incharge` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `postedtime` varchar(30) NOT NULL, `img_id` text DEFAULT NULL, `comments` text NOT NULL, `manager` int(10) NOT NULL, `companyid` int(11) DEFAULT 1, `branchid` int(20) NOT NULL DEFAULT 1, PRIMARY KEY (`id`), KEY `changed_by` (`updatedby`), KEY `change_date` (`updateddate`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='List of changes in leave requests table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `leaves` -- LOCK TABLES `leaves` WRITE; /*!40000 ALTER TABLE `leaves` DISABLE KEYS */; /*!40000 ALTER TABLE `leaves` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `leavetypes` -- DROP TABLE IF EXISTS `leavetypes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `leavetypes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `gender` varchar(30) NOT NULL, `deduct` varchar(10) NOT NULL, `companyid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `leavetypes` -- LOCK TABLES `leavetypes` WRITE; /*!40000 ALTER TABLE `leavetypes` DISABLE KEYS */; INSERT INTO `leavetypes` VALUES (1,'maternity leave','','2019-06-03 01:46:56pm','Female','No',0),(2,'Normal leave','all','2019-06-03 01:47:13pm','Both','No',0),(3,'Emergency','','2019-06-03 01:47:41pm','Both','No',0),(4,'Sick Leave','','2023-02-15 12:24:43pm','Both','No',0); /*!40000 ALTER TABLE `leavetypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `loggs` -- DROP TABLE IF EXISTS `loggs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `loggs` ( `id` int(20) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `timein` varchar(50) NOT NULL, `timeout` varchar(50) NOT NULL, `browser` text NOT NULL, `ip` text NOT NULL, `action` varchar(30) DEFAULT 'loggedin', `companyid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=87 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `loggs` -- LOCK TABLES `loggs` WRITE; /*!40000 ALTER TABLE `loggs` DISABLE KEYS */; INSERT INTO `loggs` VALUES (1,'admin','1','2025-03-24 13:21:30','2025-03-24 13:22:44','','::1','loggedin',1),(2,'admin','1','2025-05-16 14:22:28','2025-05-16 14:58:28','','196.96.238.13','loggedin',1),(3,'admin','1','2025-05-16 14:58:48','','','196.96.238.13','loggedin',1),(4,'admin','1','2025-05-16 15:00:10','','','196.96.238.13','loggedin',1),(5,'admin','1','2025-05-29 19:44:15','','','102.219.210.194','loggedin',1),(6,'admin','1','2025-05-30 06:18:02','','','102.219.210.194','loggedin',1),(7,'admin','1','2025-05-30 06:32:38','','','102.219.210.194','loggedin',1),(8,'admin','1','2025-05-30 06:48:12','','','102.219.210.194','loggedin',1),(9,'admin','1','2025-06-01 14:24:22','','','41.81.221.4','loggedin',1),(10,'admin','1','2025-06-01 14:38:00','','','41.81.221.4','loggedin',1),(11,'admin','1','2025-06-01 14:41:50','','','41.81.221.4','loggedin',1),(12,'admin','1','2025-06-01 18:50:03','','','154.159.237.144','loggedin',1),(13,'admin','1','2025-06-02 19:56:33','','','129.222.187.187','loggedin',1),(14,'admin','1','2025-06-05 21:39:11','','','154.159.252.47','loggedin',1),(15,'admin','1','2025-06-10 14:57:07','','','41.212.26.182','loggedin',1),(16,'admin','1','2025-06-10 15:47:30','','','41.212.26.182','loggedin',1),(17,'admin','1','2025-06-10 15:54:24','','','41.212.26.182','loggedin',1),(18,'admin','1','2025-06-10 20:54:07','','','102.219.210.194','loggedin',1),(19,'admin','1','2025-06-11 06:17:44','','','196.96.233.138','loggedin',1),(20,'admin','1','2025-06-12 13:24:08','','','196.97.0.111','loggedin',1),(21,'admin','1','2025-06-12 14:21:51','','','154.159.238.34','loggedin',1),(22,'admin','1','2025-06-12 14:28:32','','','154.159.238.34','loggedin',1),(23,'admin','1','2025-06-12 14:32:38','','','154.159.238.34','loggedin',1),(24,'admin','1','2025-06-12 14:41:29','','','154.159.238.108','loggedin',1),(25,'admin','1','2025-06-12 14:43:56','','','154.159.238.108','loggedin',1),(26,'admin','1','2025-06-12 14:45:08','','','154.159.238.108','loggedin',1),(27,'admin','1','2025-06-12 15:10:40','','','154.159.238.108','loggedin',1),(28,'admin','1','2025-06-12 15:19:38','','','154.159.238.108','loggedin',1),(29,'admin','1','2025-06-12 18:28:04','','','154.159.238.108','loggedin',1),(30,'admin','1','2025-06-12 18:28:08','','','154.159.238.108','loggedin',1),(31,'admin','1','2025-06-12 18:30:13','','','154.159.238.108','loggedin',1),(32,'admin','1','2025-06-12 18:30:14','','','154.159.238.108','loggedin',1),(33,'admin','1','2025-06-13 08:18:13','','','154.159.238.39','loggedin',1),(34,'admin','1','2025-06-13 08:26:35','','','154.159.238.39','loggedin',1),(35,'admin','1','2025-06-13 08:27:14','','','154.159.238.39','loggedin',1),(36,'admin','1','2025-06-13 08:36:45','','','154.159.238.39','loggedin',1),(37,'admin','1','2025-06-16 11:54:51','','','197.232.142.176','loggedin',1),(38,'admin','1','2025-06-16 12:41:41','','','197.232.142.176','loggedin',1),(39,'admin','1','2025-06-16 13:18:46','','','154.152.230.41','loggedin',1),(40,'admin','1','2025-06-16 13:38:34','','','154.152.230.41','loggedin',1),(41,'admin','1','2025-06-16 13:52:12','','','154.152.230.41','loggedin',1),(42,'admin','1','2025-06-16 20:32:59','','','41.90.217.243','loggedin',1),(43,'admin','1','2025-06-19 05:44:35','','','196.96.232.182','loggedin',1),(44,'admin','1','2025-06-19 11:13:16','','','196.96.239.46','loggedin',1),(45,'admin','1','2025-06-19 11:27:18','','','196.96.239.46','loggedin',1),(46,'admin','1','2025-06-19 12:17:15','','','41.90.217.16','loggedin',1),(47,'admin','1','2025-06-19 14:21:42','','','41.90.216.166','loggedin',1),(48,'admin','1','2025-06-19 18:40:28','','','105.231.100.252','loggedin',1),(49,'admin','1','2025-06-19 21:14:18','','','102.219.210.194','loggedin',1),(50,'admin','1','2025-06-20 06:19:59','','','102.219.210.194','loggedin',1),(51,'admin','1','2025-06-21 09:40:43','','','197.232.142.176','loggedin',1),(52,'admin','1','2025-06-21 10:06:11','','','197.232.142.176','loggedin',1),(53,'admin','1','2025-06-21 12:22:47','','','197.232.142.176','loggedin',1),(54,'admin','1','2025-06-21 12:44:17','','','197.232.142.176','loggedin',1),(55,'admin','1','2025-06-21 13:33:33','','','197.232.142.176','loggedin',1),(56,'admin','1','2025-06-21 17:28:36','','','197.232.142.176','loggedin',1),(57,'admin','1','2025-06-21 17:33:05','','','196.96.234.49','loggedin',1),(58,'admin','1','2025-06-23 17:41:38','','','41.90.4.186','loggedin',1),(59,'admin','1','2025-06-23 18:24:15','','','41.90.4.186','loggedin',1),(60,'admin','1','2025-06-23 18:56:43','','','41.90.4.186','loggedin',1),(61,'admin','1','2025-06-25 07:14:40','','','102.219.210.194','loggedin',1),(62,'admin','1','2025-06-25 09:41:54','','','41.90.216.91','loggedin',1),(63,'admin','1','2025-06-25 12:30:30','','','102.219.210.194','loggedin',1),(64,'admin','1','2025-06-25 12:44:37','','','102.219.210.194','loggedin',1),(65,'admin','1','2025-06-25 12:50:19','','','102.219.210.194','loggedin',1),(66,'admin','1','2025-06-25 12:58:08','','','102.219.210.194','loggedin',1),(67,'admin','1','2025-06-25 13:26:58','','','102.219.210.194','loggedin',1),(68,'admin','1','2025-06-25 13:49:23','','','102.219.210.194','loggedin',1),(69,'admin','1','2025-06-28 08:28:05','','','102.219.210.194','loggedin',1),(70,'admin','1','2025-06-30 09:04:05','2025-06-30 09:04:11','','197.232.171.94','loggedin',1),(71,'admin','1','2025-06-30 09:04:26','2025-06-30 09:14:51','','197.232.171.94','loggedin',1),(72,'admin','1','2025-06-30 09:14:55','2025-06-30 09:15:44','','197.232.171.94','loggedin',1),(73,'admin','1','2025-06-30 09:15:55','','','197.232.171.94','loggedin',1),(74,'admin','1','2025-06-30 09:31:53','','','102.219.210.194','loggedin',1),(75,'admin','1','2025-06-30 09:41:28','2025-06-30 09:42:02','','197.232.171.94','loggedin',1),(76,'admin','1','2025-06-30 09:42:06','2025-06-30 09:43:02','','197.232.171.94','loggedin',1),(77,'admin','1','2025-06-30 09:43:51','','','197.232.171.94','loggedin',1),(78,'admin','1','2025-06-30 09:53:35','2025-06-30 09:54:33','','102.219.210.194','loggedin',1),(79,'admin','1','2025-06-30 09:54:49','','','197.232.171.94','loggedin',1),(80,'admin','1','2025-06-30 10:13:16','','','196.96.239.177','loggedin',1),(81,'admin','1','2025-06-30 10:14:29','','','196.96.239.177','loggedin',1),(82,'user','18','2025-06-30 10:26:39','','','41.209.57.142','loggedin',1),(83,'admin','1','2025-06-30 18:12:35','','','105.161.113.116','loggedin',1),(84,'admin','1','2025-06-30 18:59:38','','','105.161.113.116','loggedin',1),(85,'admin','1','2025-06-30 19:06:48','','','41.81.145.0','loggedin',1),(86,'admin','1','2025-06-30 19:07:56','','','41.81.145.0','loggedin',1); /*!40000 ALTER TABLE `loggs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `loyalitycards` -- DROP TABLE IF EXISTS `loyalitycards`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `loyalitycards` ( `id` int(30) NOT NULL AUTO_INCREMENT, `value` decimal(10,2) NOT NULL, `customer_id` int(10) DEFAULT NULL, `deleted` int(1) NOT NULL DEFAULT 0, `status` varchar(50) NOT NULL, `description` text NOT NULL, `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `dateupdated` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `cardnumber` varchar(100) NOT NULL, `type` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `amount` decimal(10,2) NOT NULL, `mode` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `originalamount` decimal(10,2) NOT NULL, PRIMARY KEY (`id`), KEY `deleted` (`deleted`), KEY `phppos_giftcards_ibfk_1` (`customer_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `loyalitycards` -- LOCK TABLES `loyalitycards` WRITE; /*!40000 ALTER TABLE `loyalitycards` DISABLE KEYS */; /*!40000 ALTER TABLE `loyalitycards` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `maincategory` -- DROP TABLE IF EXISTS `maincategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `maincategory` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `maincategory` -- LOCK TABLES `maincategory` WRITE; /*!40000 ALTER TABLE `maincategory` DISABLE KEYS */; INSERT INTO `maincategory` VALUES (1,'Trainig','','2025-05-16 14:27:02','active','1','','1'),(2,'Registration','','2025-05-16 14:27:15','active','1','','1'),(3,'Membership','','2025-05-16 14:28:56','active','1','','1'); /*!40000 ALTER TABLE `maincategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mainmenu` -- DROP TABLE IF EXISTS `mainmenu`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `mainmenu` ( `id` varchar(100) NOT NULL, `name` varchar(255) NOT NULL, `icon` varchar(255) NOT NULL, `status` varchar(50) NOT NULL DEFAULT '1', `url` text NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'side', `sort` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `name_lang_key` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mainmenu` -- LOCK TABLES `mainmenu` WRITE; /*!40000 ALTER TABLE `mainmenu` DISABLE KEYS */; INSERT INTO `mainmenu` VALUES ('accomodation','Accomodation','','1','user/accomodation','side',8),('assetliability','Assets and Liabilities','','1','user/assetliability','side',7),('banking','Banking','','1','user/banking','side',6),('contact','Contacts','','1','user/contact','side',4),('goodservice','Goods and Services','','1','user/goodservice','side',3),('humanresource','HR','grouping','1','user/viewrequest','side',8),('moneyin','Money In','','1','user/moneyin','side',1),('moneyout','Money out','','1','user/moneyout','side',2),('project','Projects','','1','user/project','side',5),('report','Reports','','1','user/report','side',9),('setting','Settings','','1','user/setting','side',10); /*!40000 ALTER TABLE `mainmenu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mainservices` -- DROP TABLE IF EXISTS `mainservices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `mainservices` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mainservices` -- LOCK TABLES `mainservices` WRITE; /*!40000 ALTER TABLE `mainservices` DISABLE KEYS */; INSERT INTO `mainservices` VALUES (1,'General systems',1),(2,'E-commerce',1),(3,'Biometric',1),(4,'Website',1),(5,'PMS',1),(6,'Bulk sms',1),(7,'Pos',1); /*!40000 ALTER TABLE `mainservices` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mergedmpesa` -- DROP TABLE IF EXISTS `mergedmpesa`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `mergedmpesa` ( `id` int(11) NOT NULL AUTO_INCREMENT, `amount` decimal(10,2) NOT NULL, `userid` int(20) NOT NULL, `companyid` int(5) NOT NULL, `dateposted` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL, `branch` int(10) NOT NULL, `type` varchar(30) NOT NULL, `code` varchar(50) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mergedmpesa` -- LOCK TABLES `mergedmpesa` WRITE; /*!40000 ALTER TABLE `mergedmpesa` DISABLE KEYS */; /*!40000 ALTER TABLE `mergedmpesa` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `message` -- DROP TABLE IF EXISTS `message`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `message` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `message` -- LOCK TABLES `message` WRITE; /*!40000 ALTER TABLE `message` DISABLE KEYS */; /*!40000 ALTER TABLE `message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `meterreading` -- DROP TABLE IF EXISTS `meterreading`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `meterreading` ( `id` int(11) NOT NULL AUTO_INCREMENT, `houseno` varchar(60) NOT NULL, `plotno` varchar(50) NOT NULL, `idno` varchar(50) NOT NULL, `tenantid` varchar(40) NOT NULL, `entrydate` varchar(50) NOT NULL, `description` text NOT NULL, `checkoutdate` datetime NOT NULL, `status` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdat` datetime NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `amount` varchar(30) NOT NULL, `paymentstatus` varchar(30) NOT NULL, `paymentmode` varchar(30) NOT NULL, `paymentcode` varchar(30) NOT NULL, `totalamount` decimal(10,2) NOT NULL, `overpayment` decimal(10,2) NOT NULL, `discount` varchar(30) NOT NULL, `transactioncode` varchar(30) NOT NULL, `roomtype` varchar(40) NOT NULL, `number` varchar(10) NOT NULL, `total` varchar(30) NOT NULL, `year` varchar(30) NOT NULL, `month` varchar(30) NOT NULL, `opening` varchar(20) NOT NULL, `closing` varchar(30) NOT NULL, `meternumber` varchar(10) NOT NULL, `opendate` varchar(30) NOT NULL, `closedate` varchar(30) NOT NULL, `phone` varchar(10) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'accommodation', `deposite` decimal(10,2) NOT NULL, `chargeid` int(11) NOT NULL, `booings` int(11) NOT NULL DEFAULT 1, `branchid` int(10) NOT NULL DEFAULT 1, `currency` varchar(20) DEFAULT NULL, `rate` varchar(30) NOT NULL, `charge` varchar(30) NOT NULL, `type` varchar(20) NOT NULL, `updatedby` varchar(20) NOT NULL, `usedqty` varchar(20) NOT NULL, `roomid` int(20) DEFAULT NULL, `roomchargeid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `meterreading` -- LOCK TABLES `meterreading` WRITE; /*!40000 ALTER TABLE `meterreading` DISABLE KEYS */; /*!40000 ALTER TABLE `meterreading` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `migrations` -- DROP TABLE IF EXISTS `migrations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `migrations` ( `migration` varchar(255) NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `migrations` -- LOCK TABLES `migrations` WRITE; /*!40000 ALTER TABLE `migrations` DISABLE KEYS */; INSERT INTO `migrations` VALUES ('2014_10_12_000000_create_users_table',1),('2014_10_12_100000_create_password_resets_table',1),('2016_07_02_112357_Product',1); /*!40000 ALTER TABLE `migrations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modules` -- DROP TABLE IF EXISTS `modules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `modules` ( `name` varchar(255) NOT NULL, `sort` int(10) NOT NULL, `icon` varchar(255) NOT NULL, `id` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT '1', `url` text NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'side', `menu` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `name_lang_key` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `modules` -- LOCK TABLES `modules` WRITE; /*!40000 ALTER TABLE `modules` DISABLE KEYS */; INSERT INTO `modules` VALUES ('Accomodation',84,'money','accomodation','1','admin/viewpallmyplots','side','accomodation'),('Accounting(Charts of Accounts)',35,'battery-quarter','accounting','1','user/allaccounting','side','banking'),('Accounting Reports',35,'money','accountingreports','1','user/startsales','side','banking'),('Assets',49,'paw','assets','1','user/viewassets','side','assetliability'),('Bank Deposits',35,'money','bankdeposits','1','user/viewbanks','side','banking'),('Bank Transfer',35,'money','banktransfer','1','user/viewbanktransfer','side','banking'),('Biometric Records',31,'rss-square','biometricrecords','1','user/allattendance','side','humanresource'),('Branch',81,'rss-square','branch','1','user/viewbranch','side','setting'),('Call center',12,'rss-square','callcenter','1','user/callcenter','side','contact'),('Cashier Sales',87,'folder-open','cashiersales','1','user/mysales','side','moneyin'),('Cheque Management',34,'money','chequemanagemant','1','user/viewcheque','side','banking'),('Comments/Complains',11,'paw','complain','1','user/complain','side','project'),('Configuration',5,'home','config','1','user/viewconfiguration','top','setting'),('Counter Radio Button',90,'rss-square','counterradiobutton','1','radio','side','setting'),('Damaged products',50,'paw','damagedproducts','1','user/viewdamages','side','assetliability'),('Deals',11,'calendar-times-o','deals','1','user/viedeals','side','project'),('Departments',31,'rss-square','departments','1','user/department','side','humanresource'),('Display Counter',6,'rss-square','displaycounter','0','display','side','goodservice'),('Display Sales Report',24,'folder-open','displayreport','1','user/displayreport','side','report'),('Documents',14,'folder-open-o','documents','1','user/viewdocuments','side','project'),('E-Commerce',8,'grouping','ecommerce','1','user/ecommerce','side','moneyin'),('Events',10,'line-chart','events','1','user/viewevents','side','project'),('Grouping Members',20,'paper-plane','grouping','1','user/viewgrouping','side','contact'),('Human Resource',14,'rss-square','humanresource','1','user/viewrequest','side','humanresource'),('Income',85,'window-close','income','1','user/allinvoices','side','moneyin'),('Expenses',85,'window-close','incomeexpenses','1','user/viewexpenses','side','moneyout'),('Dispatched stocklist/Store',60,'sort-amount-asc','incomingstock','1','user/viewincomingstock','side','goodservice'),('Issued Store Items',59,'sort-amount-asc','incomingstore','1','user/viewallorder','side','goodservice'),('journal entry',35,'money','journalentry','1','user/viewjournalentry','side','banking'),('Labour Records',31,'rss-square','labourrecords','1','user/viewlabour','side','humanresource'),('Leave Management',31,'rss-square','leavemanagement','1','user/viewleaves','side','humanresource'),('Low Store',55,'battery-quarter','lowproducts','1','user/viewwarningproducts','side','goodservice'),('Low stocklist',57,'battery-quarter','lowstocklist','1','user/viewlowstore','side','goodservice'),('Loyality Cards',30,'credit-card','loyalitycards','1','user/viewloyality','side','project'),('People/Contacts',80,'rss-square','members','1','user/viewmember','side','contact'),('Open and Close Sales',87,'money','openclose','0','user/openclose','side','moneyin'),('Change password',9,'hourglass-start','password','1','user/passwordform','side','setting'),('Payroll',30,'rss-square','payroll','1','user/salaryhistory','side','humanresource'),('Payroll Setup',31,'rss-square','payrollsetup','1','user/payrollsetup','side','humanresource'),('Category of people',33,'address-book-o','peoplecategory','1','user/viewcategory','side','contact'),('Print Receipt',1,'recycle','printreceipt','1','user/printreceipts','side','goodservice'),('Stock List(Counter)',66,'snowflake-o','productlist','1','user/viewproductlist','side','goodservice'),('Products(Main store)',65,'snowflake-o','products','1','user/viewproducts','side','goodservice'),('Category of Products',70,'recycle','productscategory','1','user/viewproductcategory','side','goodservice'),('Update profile',8,'blind','profile','1','user/profileform','side','setting'),('Projects Management',50,'bullseye','projectsmanagement','1','user/viewprojets','side','project'),('Purchases',86,'automobile','purchases','1','user/viewpurchases','side','moneyout'),('Quotation',8,'money','quotation','1','user/allquatation','side','moneyin'),('Record Delivery',87,'cart-plus','recorddelivery','1','user/deliveryhome','side','moneyin'),('Manage Report',25,'folder-open','reports','1','user/startsales','side','report'),('Retail sales',90,'cart-plus','sales','1','user/viewsales','side','moneyin'),('Sales Order',86,'money','salesorder','1','user/salesorder','side','moneyin'),('Select User',1,'rss-square','selectuser','0','login','side','contact'),('Send Sms',15,'paper-plane','sendsms','1','user/viewsms','side','project'),('Tasks',12,'bullseye','task','1','user/viewtasks','side','project'),('Tasks Category',13,'birthday-cake','taskscategory','1','user/viewtaskcategory','side','project'),('Users',75,'rss-square','users','1','user/viewemployee','side','contact'),('Return/RePrint Sales',86,'paw','viewreturnsales','1','user/viewreturnsales','side','moneyout'),('Whole sale',88,'cart-plus','wholesale','1','user/viewwholesales','side','moneyin'); /*!40000 ALTER TABLE `modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modulesactions` -- DROP TABLE IF EXISTS `modulesactions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `modulesactions` ( `actionid` varchar(100) NOT NULL, `moduleid` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `sort` int(11) NOT NULL, PRIMARY KEY (`actionid`,`moduleid`), KEY `phppos_modules_actions_ibfk_1` (`moduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `modulesactions` -- LOCK TABLES `modulesactions` WRITE; /*!40000 ALTER TABLE `modulesactions` DISABLE KEYS */; INSERT INTO `modulesactions` VALUES ('accommodationcleaner','accomodation','Tick ONLY if Cleaner',26),('accommodationreceiptionist','accomodation','Tick ONLY if Receptionist',27),('accomodationmanager','accomodation','Tick ONLY if manager',25),('accountlimit','sales','Enforce Daily Sales Limit',16),('add','assets','Add asset',1),('add','bankdeposits','add',1),('add','banktransfer','add',1),('add','biometricrecords','add',1),('add','branch','Add Baranch',1),('add','callcenter','Add Calls',1),('add','chequemanagemant','Post Cheque',1),('add','complain','Add complain',2),('add','config','add',1),('add','damagedproducts','add',1),('add','deals','add',1),('add','departments','add',1),('add','documents','add',1),('add','ecommerce','Add',1),('add','events','add',1),('add','grouping','add',1),('add','humanresource','Add Expense Request Form',1),('add','income','add',2),('add','incomeexpenses','add',1),('add','incomingstock','add',1),('add','incomingstore','Add incoming',1),('add','journalentry','add',1),('add','labourrecords','add',1),('add','leavemanagement','add',0),('add','lowproducts','add',1),('add','lowstocklist','add',6),('add','loyalitycards','add',1),('add','members','add',1),('add','payroll','add',1),('add','payrollsetup','add',1),('add','peoplecategory','add',1),('add','productlist','Add Products',7),('add','products','add',1),('add','productscategory','add',1),('add','projectsmanagement','Create New Project',2),('add','purchases','add',1),('add','quotation','Add Quotaion',1),('add','recorddelivery','Add Delivery',1),('add','sales','add',1),('add','salesorder','Create Sales Order',1),('add','sendsms','add',1),('add','task','add',1),('add','taskscategory','add',1),('add','users','add',1),('add','viewreturnsales','add',1),('add','wholesale','add',1),('AddAgents','deals','Add Agents',30),('addbatchno','purchases','Add batch No',33),('addcharges','accomodation','Add Room Chaerges',4),('adddailycollection','cashiersales','Add Daily Collection',7),('addexpirydate','purchases','Add Expiry Date',34),('addhouse','accomodation','Add House',1),('addpossiblefeedback','deals','Add Possible feedback',20),('addroom','accomodation','Add Room',3),('addstock','productlist','Add stock',4),('addstock','products','addstock',4),('advancebooking','accomodation','advance booking',11),('all','cashiersales','View all Cashier sales',4),('allcompalin','complain','View Others Complain',11),('allleaves ','humanresource','View all leaves',20),('allocate','humanresource','Allocate Money',5),('allowdiscountdropdown','sales','Allow Discount Drop Down',7),('approve','humanresource','Make Approval',2),('approve','purchases','Approve Purchase order',22),('approveorders','ecommerce','Approve New orders',7),('assignproduction','productlist','Assign Production Items',62),('assignrooms','accomodation','Asign Cleaning rooms',7),('assigntask','task','Assign Task',10),('backdatesales','sales','Back date sales',17),('bioattendance','humanresource','Biometric Attendance',30),('budget','purchases','View Budget',10),('bulk','productlist','Upload bulk stock',1),('bulk','products','bulk',5),('bulkcheckin','accomodation','Bulk Checkin',58),('bulkpriceupdate','productlist','Bulk Price Update',33),('bulkpriceupdate','products','Bulk Price Update',33),('bulkreservation','accomodation','Bulk Reservation',59),('bulkstatuschange','accomodation','Bulk Room Status Change',60),('cancel','accomodation','Cancel Payment/Bookings',3),('card','accomodation','Sale in Visa Card',2),('card','sales','Card Sales',7),('cash','accomodation','Sale in Cash',2),('cash','sales','Sell in Cash',3),('cashiersales','cashiersales','View Sales',5),('change','password','change',1),('changepayment','accomodation','Change payment',9),('changeserialstatus','productlist','Change Serial Status',20),('changestatus','cashiersales','Approve Till Collections',68),('changestatus','recorddelivery','Change Status',6),('changetaxstatus','sales','Change Tax Status',30),('changeuomonsales','sales','Change Unit Of Measurement',33),('checkin','accomodation','View Room window',4),('checkinroom','accomodation','Check in Rooms',2),('checkoutcustomerwithbalance','accomodation','Check out customer with balance',20),('checkoutroom','accomodation','Check out Room',3),('cheque','accomodation','Sale in Cheque/Bank',2),('cheque','sales','Cheque/Bank sales',8),('ClaimDamaged','recorddelivery','Change to Claim Damaged',17),('claimmpesacode','sales','Claim Mpesa Code',67),('ClaimOK','recorddelivery','Cahange to Claim OK',16),('Claimraised','recorddelivery','Change to Claim raised',15),('cleanrooms','accomodation','Clean Rooms',4),('clear','viewreturnsales','Clear Sales',5),('clearallsales','cashiersales','Clear all sales for others',10),('clearpayments','sales','Clear/Add payments',7),('clearsales','accomodation','Clear room sales',40),('clearsalesisdefault','cashiersales','Enable Clear-Sales Page As Default',79),('closebill','sales',' Close Bill',6),('closeexpense','incomeexpenses','Close Expense',3),('config','accomodation','Accommodation Settings',33),('credit','accomodation','Sale in Credit',2),('credit','sales','Credit sales',10),('creditnote','sales','Credit Note',8),('customerregister','accomodation','Customer Register',10),('dailycollections','accomodation','Daily Collections',56),('dailypayments','accomodation','View Daily Payments',10),('dailysales','accomodation',' Daily Sales',1),('dailysalesonly','cashiersales','View Only Daily sales Report',40),('deactivateserialstatus','wholesale','Dont Change Barcord/Serial Status to Used',9),('delete','assets','Delete',5),('delete','bankdeposits','delete',3),('delete','branch','Delete Branch',5),('delete','callcenter','Delete calls',5),('delete','cashiersales','Delete Sales',4),('delete','complain','Delete Complain',11),('delete','config','delete',0),('delete','damagedproducts','delete',3),('delete','deals','delete',3),('delete','documents','delete',3),('delete','ecommerce','delete',3),('delete','events','delete',3),('delete','grouping','delete',3),('delete','humanresource','Delete Expense Request Form',3),('delete','incomingstock','delete',3),('delete','incomingstore','Delete incoming',3),('delete','peoplecategory','delete',3),('delete','productlist','Delete Products',4),('delete','products','delete',3),('delete','productscategory','delete',3),('delete','projectsmanagement','Delete Products',5),('delete','purchases','delete',3),('delete','quotation','Delete',3),('delete','recorddelivery','Delete Delivery',5),('delete','reports','Delete sales',3),('delete','sales','delete',3),('delete','sendsms','delete',3),('delete','task','delete',3),('delete','taskscategory','delete',3),('delete','users','delete',3),('delete','viewreturnsales','delete',3),('delete','wholesale','delete',2),('deleteallroles','users','Delete all Roles',5),('deletebank','accounting','Delete Bank Account',2),('deletedailycollections','cashiersales','Delete Daily Collections',9),('deleteglaccount','accounting','Delete GL Account',4),('deleteorder','products','Delete Order',5),('deletepeople','members','Delete Contacts',5),('deleteproductionitem','productlist','Delete Production Item',63),('Delivered','recorddelivery','Change to Delivered',14),('detailedvatinvoice','income','Show Detailed Vat Invoice',5),('discount','sales','Print Discount',5),('dispatch','products','Dispatch Products',6),('Dispatched','recorddelivery','Change to Dispatched',10),('displaybeforevat','income','Display price before Vat',6),('displaycustomers','sales','Display employees using buttons',5),('displaypreviousbalance','sales','Display Previous Bal on Invoice',65),('dontprint','sales','Display Dont Print Button',15),('dontreceivepartialpayment','income','Do Not Receive partial payment',9),('dontshowbp','reports','Dont Show B.Price',7),('dontshowprofit','reports','Don Not Show Profit',10),('dontshowstock','productlist','Dont show stock',82),('dontshowstock','products','Dont show stock',80),('dontshowstock','sales','Dont show stock balance during sales',30),('dontshowtotal','cashiersales','Do Not Show grand Total',6),('download','callcenter','download calls',4),('download','reports','download',2),('downloaddeals','deals','Download deals',20),('editmpesa','cashiersales','Enter Mpesa Amount Directly',3),('editmpesadate','cashiersales','Edit Mpesa Entry date',5),('editopenclosestock','productlist','Update Closing and Opening stock',10),('editsellingprice','sales','Change Selling Price',7),('editstocktaken','productlist','Change closed and stock taken',9),('entermpesacode','cashiersales','Enter Mpesa Code',3),('entermpesacode','sales','Enter Mpesa Code',40),('FailedDelivery','recorddelivery','Change to Failed Delivery',12),('givediscount','accomodation','Give Discount',4),('giveloyalityponts','sales','Give Poinsts',30),('hold','sales','hold sales',7),('housekeeping','accomodation','House Keeping',9),('leaseitems','sales','Lease Items',30),('leavesetup','humanresource','Add Leave setup',8),('linksalesorders','openclose','Link Order and sales',4),('Logout','sales','Log out After printing',5),('managecustomer','accomodation','Manager Customer',22),('managehotel','accomodation','Manage Hotel',6),('managerental','accomodation','Manage Rental Houses',8),('mergebill','sales','Merge Bill:',32),('meterreading','accomodation','Meter Reading',30),('more','lowstocklist','View more',6),('more','productlist','View Added stock',2),('more','products','more',4),('moresales','sales','Add More Sales',4),('moresales','viewreturnsales','Add more Sales',5),('move','productlist','Move stock/ Break/Distribute',2),('mpesa','accomodation','Sale in mpesa',2),('mpesa','sales','Sale in Mpesa',6),('mpesabalance','sales','Bank /Mpesa Balance',5),('mpesapendingreport','cashiersales','View All Pending Mpesa Report',20),('mpesaverifiedreport','cashiersales','View All Verified Mpesa Report',21),('negativesales','sales','Make Negative sales',60),('negativestockadjustment','productlist','Negative Stock Adjustment',51),('negativestockadjustment','products','Negative Stock Adjustment',51),('Novatsales','config','No Vat Sales',20),('opencloseshift','members','Open and Close Employee Shift',26),('openclosestock','productlist','Open and Close stock',8),('order','sales','User Order Button',6),('overalclearingpendingtasks','task','Clear Overal pending tasks for anyone',20),('pendingisdefault','cashiersales','Enable Pending Page As Default',69),('plotexpenses','accomodation','Plot Expenses',63),('points','accomodation','Sale in Loyality Points',2),('points','sales','Loyality Point sales',9),('Post Bank Deposits','accomodation','bankdeposits',6),('postemployeenoteforothers','task','Post Employee Notes for others',20),('postexpense','accomodation','Post Expense',5),('postgeneraltask','task','Post General Task',5),('postrentalexpenses','incomeexpenses','Post rental Expeses',20),('postspecifictask','task','Post Specific Task',3),('posttaskforothers','task','Post task for others',11),('price','products','change price',7),('printbill','sales',' Print Bill',6),('printdelivery','sales','Print delivery',38),('printreceipt','sales','Print Receipt',1),('productcode','config','Display Product code in receipt',5),('productdiscount','sales','Give discount Product',6),('receiptno','sales','Enter Receipt No Directly',50),('receivedublicatecodes','income','Receive Dublicate Cheque / Transaction codes',8),('receiveoverpayment','income','Receive overpayment',7),('recordcoins','sales','Record Savings/Coins',26),('removeallstock','products','View all outgoing stock',7),('removestock','products','Issue stock from store',6),('report','recorddelivery','Delivery Report',9),('reprint','sales','Reprint Receipt',5),('restrictbillprintingtotwo','sales','Restrict Bill Printing to 2',66),('return','viewreturnsales','Return Sales',4),('returnclearedsales','viewreturnsales','Return Cleared/ Closed Sales',7),('ReturnedandReceived','recorddelivery','Change to Returned and Received',13),('reversempesa','cashiersales','Reverse Mpesa',9),('sale','sales','sale',4),('sale','wholesale','sale',0),('salebelowbprice','sales','Can sell below set b.price',10),('salesbeyondbprice','sales','Can sell below set s.price',9),('salesorder','purchases','Sales Order',10),('salesperson','sales','Choose Sales person',50),('select','sales','Select Customers',5),('selectcurrency','sales','Select Currency',50),('selectmessage','sales','Select Order Message',1),('selectroom','sales','Select Room',12),('selecttable','sales','Select Table',35),('sell','openclose','Sell',1),('sellusingserialonly','wholesale','Sell Using Serial Only',10),('sendsms','sales','Send Digital Receipt/Sms',40),('setup','ecommerce','Setup E-commerce',6),('showdefaultserials','purchases','Generate with default Serial Numbers',20),('showsitemmovement','cashiersales','show item movement',80),('splitbill','sales','Split Bill',31),('stocktaking','productlist','Do stock Taking',8),('suspend','sales','Suspend/Cancel Sales',1),('swapsales','sales','Swap Sales',80),('transfer','productlist','Transfer Products',3),('transferdeals','deals','Transfer Deals',30),('transfersms','sendsms','Transfer sms to others',5),('upadate','callcenter','Update',2),('update','assets','Update',2),('update','bankdeposits','update',2),('update','branch','Update Branch',3),('update','complain','Update Complain',6),('update','config','update',2),('update','damagedproducts','update',2),('update','deals','update',2),('update','documents','update',2),('update','ecommerce','Upadate Data',2),('update','events','update',2),('update','grouping','update',2),('update','humanresource','Update Expense Request Form',2),('update','incomeexpenses','update',3),('update','incomingstock','update',2),('update','lowproducts','update',1),('update','loyalitycards','update',2),('update','members','update',2),('update','peoplecategory','update',2),('update','productlist','Update Product',6),('update','products','update',2),('update','productscategory','update',2),('update','profile','update',1),('update','projectsmanagement','Edit Projects',4),('update','purchases','update',2),('update','quotation','Update',2),('update','recorddelivery','Update Delivery',3),('update','reports','update sales',4),('update','sales','update',2),('update','salesorder','Update Sales Order',4),('update','sendsms','update',2),('update','task','update',2),('update','taskscategory','update',2),('update','users','update',2),('update','viewreturnsales','update',2),('update','wholesale','update',4),('updatebuyingprice','purchases','update buying price',4),('updatecharges','accomodation','Update Room Charges',4),('updateclosedexpenses','incomeexpenses','Edit closed expenses',4),('updateclosedinvoice','purchases','update closed invoice',6),('updatedailycollections','cashiersales','Update Daily Collection',9),('updatehouse','accomodation','Update House',5),('updatepaymentmode','sales','Update Payment Mode',7),('updateproductionitem','productlist','Update Production Item',64),('updateqtysales','sales','Update Quantity on sales Window',61),('UpdateRenewal','members','Update Renewal',30),('updateroom','accomodation','Update Room',5),('updatesellingprice','purchases','update selling price',5),('updateserial','purchases','Update Serial',35),('updatestock','productlist','Update Stock (Cl.Stock)',2),('uploadexpenses','incomeexpenses','Upload Expenses',30),('usekeyboard','sales','Use Internal Keyboard',50),('view','accounting','View Accounting',4),('view','accountingreports','view',1),('view','branch','View Branch',2),('view','callcenter','View Calls',3),('view','chequemanagemant','View Cheques',2),('view','complain','View Complain',5),('view','displayreport','Display Report',1),('view','humanresource','View Expense Request Form',4),('View','income','View',1),('view','incomingstock','View Incoming store products',2),('view','incomingstore','View Incoming store products',4),('view','lowstocklist','View',6),('view','productlist','View Products',5),('view','projectsmanagement','View Projects',1),('view','quotation','View',5),('view','recorddelivery','View Delivery',2),('view','reports','view',1),('view','salesorder','View Sales Order',3),('View others contact','deals','viewcontact',20),('viewall','deals','View other people\'s deals',5),('viewall','quotation','View others quoation',10),('viewall','reports','View all Branches',6),('viewall','salesorder','View others Sales Order',5),('viewall','task','View other people\'s tasks',2),('viewallcollections','cashiersales','View Others Daily Collection',16),('viewallcounters','cashiersales','View All Counters',20),('viewallcounters','purchases','View All Counters',20),('viewalldocuments','documents','View all Documents',5),('viewallpayroll','humanresource','View Payroll For everyone',5),('viewbills','incomeexpenses','View Bills',6),('viewbprice','productlist','Dont View Bprice',88),('viewbprice','products','Dont View Bprice',88),('viewbuyingprice','sales','view buying price',7),('viewcommission','cashiersales','View Commision',31),('viewcreditors','incomeexpenses','VIew creditors',8),('viewdailycollections','cashiersales','View Daily Collection',8),('viewdebtors','incomeexpenses','View Deptors',7),('viewdirectpurchases','purchases','View Direct Purchase',8),('viewexpense','incomeexpenses','View Expense',6),('viewhouse','accomodation','View House',1),('viewmpesamessages','cashiersales','View Mpesa Messages',40),('vieworders','ecommerce','View Orders',4),('viewothersgeneraltask','task','View Others General Task',9),('viewothersspecifictask','task','View Others Specific Task',7),('viewproduction','productlist','View Production',60),('viewproductsfromallbranches','productlist','View Products From All Branches',30),('viewpurchase','purchases','Purchase Order',9),('viewquotation','purchases','View Quotation',7),('viewreport','openclose','view open and close report',3),('viewreports','accomodation','View Reports',22),('viewroomcleaned','accomodation','View Room Cleaned',33),('viewrooms','accomodation','View All Rooms',1),('viewserials','productlist','View serial Number',20),('viewserials','purchases','View serial Numbers',8),('viewtill','cashiersales','View Till Collections',8),('voucher','accomodation','Sale in Voucher',2),('voucher','sales','Gift Voucher sales',9),('wiewinvoices','incomeexpenses','View all Expenses',5); /*!40000 ALTER TABLE `modulesactions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `moneydocuments` -- DROP TABLE IF EXISTS `moneydocuments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `moneydocuments` ( `id` int(50) NOT NULL, `name` text NOT NULL, `imageid` varchar(50) NOT NULL, `user` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `moneydocuments` -- LOCK TABLES `moneydocuments` WRITE; /*!40000 ALTER TABLE `moneydocuments` DISABLE KEYS */; /*!40000 ALTER TABLE `moneydocuments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mpesasales` -- DROP TABLE IF EXISTS `mpesasales`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `mpesasales` ( `id` int(11) NOT NULL AUTO_INCREMENT, `amount` decimal(10,2) NOT NULL, `userid` int(20) NOT NULL, `companyid` int(5) NOT NULL, `dateposted` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL, `branch` int(10) NOT NULL, `type` varchar(30) NOT NULL, `code` varchar(50) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mpesasales` -- LOCK TABLES `mpesasales` WRITE; /*!40000 ALTER TABLE `mpesasales` DISABLE KEYS */; INSERT INTO `mpesasales` VALUES (1,1000.00,1,1,'2024-12-23 10:49:29','1',1,'1','SBQ87I2PHE'),(2,10550.00,1,1,'2025-02-13 10:38:59','1',1,'1','TB86AB2CX8'),(3,1260.00,1,1,'2025-03-07 06:25:13','Cleared',1,'MPESA','TBP9DVL2HZ'),(4,5000.00,1,1,'2025-03-07 06:27:42','Cleared',1,'MPESA','TBP2E0KSOG'),(5,1290.00,1,1,'2025-03-07 08:35:21','Cleared',1,'MPESA','TC49CDFCR5'),(6,10000.00,1,1,'2025-06-26 13.28:57','No',1,'MPESA','TFQ1FFVD6L'); /*!40000 ALTER TABLE `mpesasales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nation` -- DROP TABLE IF EXISTS `nation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `nation` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(4) NOT NULL DEFAULT '', `name` varchar(100) NOT NULL DEFAULT '', `description` varchar(40) DEFAULT NULL, `status` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=253 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `nation` -- LOCK TABLES `nation` WRITE; /*!40000 ALTER TABLE `nation` DISABLE KEYS */; INSERT INTO `nation` VALUES (1,'AC','ASCENSION ISLAND ',NULL,'Y'),(2,'AD','ANDORRA',NULL,'Y'),(3,'AE','UNITED ARAB EMIRATES ',NULL,'Y'),(4,'AG','ANTIGUA AND BARBUDA',NULL,'Y'),(5,'AI','ANGUILLA',NULL,'Y'),(6,'AL','ALBANIA ',NULL,'Y'),(7,'AM','ARMENIA',NULL,'Y'),(8,'AN','NETHERLANDS ANTILLES ',NULL,'Y'),(9,'AO','ANGOLA',NULL,'Y'),(10,'AQ','ANTARCTICA',NULL,'Y'),(11,'AR','ARGENTINA',NULL,'Y'),(12,'AS','AMERICAN SAMOA',NULL,'Y'),(13,'AT','AUSTRIA',NULL,'Y'),(14,'AU','AUSTRALIA',NULL,'Y'),(15,'AW','ARUBA',NULL,'Y'),(16,'AX','ALAND ISLANDS',NULL,'Y'),(17,'AZ','AZERBAIJAN',NULL,'Y'),(18,'BA','BOSNIA AND HERZEGOVINA ',NULL,'Y'),(19,'BB','BARBADOS ',NULL,'Y'),(20,'BD','BANGLADESH ',NULL,'Y'),(21,'BE','BELGIUM ',NULL,'Y'),(22,'BF','BURKINA FASO ',NULL,'Y'),(23,'BG','BULGARIA ',NULL,'Y'),(24,'BH','BAHRAIN',NULL,'Y'),(25,'BI','BURUNDI ',NULL,'Y'),(26,'BJ','BENIN ',NULL,'Y'),(27,'BM','BERMUDA ',NULL,'Y'),(28,'BN','BRUNEI DARUSSALAM ',NULL,'Y'),(29,'BO','BOLIVIA ',NULL,'Y'),(30,'BR','BRAZIL ',NULL,'Y'),(31,'BS','BAHAMAS ',NULL,'Y'),(32,'BT','BHUTAN ',NULL,'Y'),(33,'BV','BOUVET ISLAND ',NULL,'Y'),(34,'BW','BOTSWANA ',NULL,'Y'),(35,'BY','BELARUS ',NULL,'Y'),(36,'BZ','BELIZE ',NULL,'Y'),(37,'CA','CANADA ',NULL,'Y'),(38,'CC','COCOS (KEELING) ISLANDS ',NULL,'Y'),(39,'CD','CONGO, DEMOCRATIC REPUBLIC ',NULL,'Y'),(40,'CF','CENTRAL AFRICAN REPUBLIC ',NULL,'Y'),(41,'CG','CONGO ',NULL,'Y'),(42,'CH','SWITZERLAND ',NULL,'Y'),(43,'CI','COTE D\'IVOIRE (IVORY COAST) ',NULL,'Y'),(44,'CK','COOK ISLANDS ',NULL,'Y'),(45,'CL','CHILE ',NULL,'Y'),(46,'CM','CAMEROON ',NULL,'Y'),(47,'CN','CHINA ',NULL,'Y'),(48,'CO','COLOMBIA ',NULL,'Y'),(49,'CR','COSTA RICA ',NULL,'Y'),(50,'CS','CZECHOSLOVAKIA (FORMER) ',NULL,'Y'),(51,'CU','CUBA ',NULL,'Y'),(52,'CV','CAPE VERDE ',NULL,'Y'),(53,'CX','CHRISTMAS ISLAND ',NULL,'Y'),(54,'CY','CYPRUS ',NULL,'Y'),(55,'CZ','CZECH REPUBLIC ',NULL,'Y'),(56,'DE','GERMANY ',NULL,'Y'),(57,'DJ','DJIBOUTI ',NULL,'Y'),(58,'DK','DENMARK ',NULL,'Y'),(59,'DM','DOMINICA ',NULL,'Y'),(60,'DO','DOMINICAN REPUBLIC ',NULL,'Y'),(61,'DZ','ALGERIA',NULL,'Y'),(62,'EC','ECUADOR ',NULL,'Y'),(63,'EE','ESTONIA ',NULL,'Y'),(64,'EG','EGYPT ',NULL,'Y'),(65,'EH','WESTERN SAHARA ',NULL,'Y'),(66,'ER','ERITREA ',NULL,'Y'),(67,'ES','SPAIN ',NULL,'Y'),(68,'ET','ETHIOPIA ',NULL,'Y'),(69,'EU','EUROPEAN UNION ',NULL,'Y'),(70,'FI','FINLAND ',NULL,'Y'),(71,'FJ','FIJI ',NULL,'Y'),(72,'FK','FALKLAND ISLANDS (MALVINAS) ',NULL,'Y'),(73,'FM','MICRONESIA ',NULL,'Y'),(74,'FO','FAROE ISLANDS ',NULL,'Y'),(75,'FR','FRANCE ',NULL,'Y'),(76,'FX','FRANCE, METROPOLITAN ',NULL,'Y'),(77,'GA','GABON ',NULL,'Y'),(78,'GB','GREAT BRITAIN (UK) ',NULL,'Y'),(79,'GD','GRENADA ',NULL,'Y'),(80,'GE','GEORGIA ',NULL,'Y'),(81,'GF','FRENCH GUIANA ',NULL,'Y'),(82,'GG','GUERNSEY ',NULL,'Y'),(83,'GH','GHANA ',NULL,'Y'),(84,'GI','GIBRALTAR ',NULL,'Y'),(85,'GL','GREENLAND ',NULL,'Y'),(86,'GM','GAMBIA ',NULL,'Y'),(87,'GN','GUINEA ',NULL,'Y'),(88,'GP','GUADELOUPE ',NULL,'Y'),(89,'GQ','EQUATORIAL GUINEA ',NULL,'Y'),(90,'GR','GREECE ',NULL,'Y'),(91,'GS','S. GEORGIA AND S. SANDWICH ISLS. ',NULL,'Y'),(92,'GT','GUATEMALA ',NULL,'Y'),(93,'GU','GUAM ',NULL,'Y'),(94,'GW','GUINEA BISSAU ',NULL,'Y'),(95,'GY','GUYANA ',NULL,'Y'),(96,'HK','HONG KONG ',NULL,'Y'),(97,'HM','HEARD AND MCDONALD ISLANDS ',NULL,'Y'),(98,'HN','HONDURAS ',NULL,'Y'),(99,'HR','CROATIA (HRVATSKA) ',NULL,'Y'),(100,'HT','HAITI ',NULL,'Y'),(101,'HU','HUNGARY ',NULL,'Y'),(102,'ID','INDONESIA ',NULL,'Y'),(103,'IE','IRELAND ',NULL,'Y'),(104,'IL','ISRAEL ',NULL,'Y'),(105,'IM','ISLE OF MAN ',NULL,'Y'),(106,'IN','INDIA ',NULL,'Y'),(107,'IO','BRITISH INDIAN OCEAN TERRITORY ',NULL,'Y'),(108,'IQ','IRAQ ',NULL,'Y'),(109,'IR','IRAN ',NULL,'Y'),(110,'IS','ICELAND ',NULL,'Y'),(111,'IT','ITALY ',NULL,'Y'),(112,'JE','JERSEY ',NULL,'Y'),(113,'JM','JAMAICA ',NULL,'Y'),(114,'JO','JORDAN ',NULL,'Y'),(115,'JP','JAPAN ',NULL,'Y'),(116,'KE','KENYA ',NULL,'Y'),(117,'KG','KYRGYZSTAN ',NULL,'Y'),(118,'KH','CAMBODIA ',NULL,'Y'),(119,'KI','KIRIBATI ',NULL,'Y'),(120,'KM','COMOROS ',NULL,'Y'),(121,'KN','SAINT KITTS AND NEVIS ',NULL,'Y'),(122,'KP','NORTH KOREA',NULL,'Y'),(123,'KR','SOUTH KOREA',NULL,'Y'),(124,'KW','KUWAIT ',NULL,'Y'),(125,'KY','CAYMAN ISLANDS ',NULL,'Y'),(126,'KZ','KAZAKHSTAN ',NULL,'Y'),(127,'LA','LAOS ',NULL,'Y'),(128,'LB','LEBANON ',NULL,'Y'),(129,'LC','SAINT LUCIA ',NULL,'Y'),(130,'LI','LIECHTENSTEIN ',NULL,'Y'),(131,'LK','SRI LANKA ',NULL,'Y'),(132,'LR','LIBERIA ',NULL,'Y'),(133,'LS','LESOTHO ',NULL,'Y'),(134,'LT','LITHUANIA ',NULL,'Y'),(135,'LU','LUXEMBOURG ',NULL,'Y'),(136,'LV','LATVIA ',NULL,'Y'),(137,'LY','LIBYA ',NULL,'Y'),(138,'MA','MOROCCO ',NULL,'Y'),(139,'MC','MONACO ',NULL,'Y'),(140,'MD','MOLDOVA ',NULL,'Y'),(141,'ME','MONTENEGRO ',NULL,'Y'),(142,'MG','MADAGASCAR ',NULL,'Y'),(143,'MH','MARSHALL ISLANDS ',NULL,'Y'),(144,'MK','F.Y.R.O.M. (MACEDONIA) ',NULL,'Y'),(145,'ML','MALI ',NULL,'Y'),(146,'MM','MYANMAR ',NULL,'Y'),(147,'MN','MONGOLIA ',NULL,'Y'),(148,'MO','MACAU ',NULL,'Y'),(149,'MP','NORTHERN MARIANA ISLANDS ',NULL,'Y'),(150,'MQ','MARTINIQUE ',NULL,'Y'),(151,'MR','MAURITANIA ',NULL,'Y'),(152,'MS','MONTSERRAT ',NULL,'Y'),(153,'MT','MALTA ',NULL,'Y'),(154,'MU','MAURITIUS ',NULL,'Y'),(155,'MV','MALDIVES ',NULL,'Y'),(156,'MW','MALAWI ',NULL,'Y'),(157,'MX','MEXICO ',NULL,'Y'),(158,'MY','MALAYSIA ',NULL,'Y'),(159,'MZ','MOZAMBIQUE ',NULL,'Y'),(160,'NA','NAMIBIA ',NULL,'Y'),(161,'NC','NEW CALEDONIA ',NULL,'Y'),(162,'NE','NIGER ',NULL,'Y'),(163,'NF','NORFOLK ISLAND ',NULL,'Y'),(164,'NG','NIGERIA ',NULL,'Y'),(165,'NI','NICARAGUA ',NULL,'Y'),(166,'NL','NETHERLANDS ',NULL,'Y'),(167,'NO','NORWAY ',NULL,'Y'),(168,'NP','NEPAL ',NULL,'Y'),(169,'NR','NAURU ',NULL,'Y'),(170,'NT','NEUTRAL ZONE ',NULL,'Y'),(171,'NU','NIUE ',NULL,'Y'),(172,'NZ','NEW ZEALAND (AOTEAROA) ',NULL,'Y'),(173,'OM','OMAN ',NULL,'Y'),(174,'PA','PANAMA ',NULL,'Y'),(175,'PE','PERU ',NULL,'Y'),(176,'PF','FRENCH POLYNESIA ',NULL,'Y'),(177,'PG','PAPUA NEW GUINEA ',NULL,'Y'),(178,'PH','PHILIPPINES ',NULL,'Y'),(179,'PK','PAKISTAN ',NULL,'Y'),(180,'PL','POLAND ',NULL,'Y'),(181,'PM','ST. PIERRE AND MIQUELON ',NULL,'Y'),(182,'PN','PITCAIRN ',NULL,'Y'),(183,'PR','PUERTO RICO ',NULL,'Y'),(184,'PS','PALESTINIAN TERRITORY, OCCUPIED ',NULL,'Y'),(185,'PT','PORTUGAL ',NULL,'Y'),(186,'PW','PALAU ',NULL,'Y'),(187,'PY','PARAGUAY ',NULL,'Y'),(188,'QA','QATAR ',NULL,'Y'),(189,'RE','REUNION ',NULL,'Y'),(190,'RO','ROMANIA ',NULL,'Y'),(191,'RS','SERBIA ',NULL,'Y'),(192,'RU','RUSSIAN FEDERATION ',NULL,'Y'),(193,'RW','RWANDA ',NULL,'Y'),(194,'SA','SAUDI ARABIA ',NULL,'Y'),(195,'SB','SOLOMON ISLANDS ',NULL,'Y'),(196,'SC','SEYCHELLES ',NULL,'Y'),(197,'SD','SUDAN ',NULL,'Y'),(198,'SE','SWEDEN ',NULL,'Y'),(199,'SG','SINGAPORE ',NULL,'Y'),(200,'SH','ST. HELENA ',NULL,'Y'),(201,'SI','SLOVENIA ',NULL,'Y'),(202,'SJ','SVALBARD & JAN MAYEN ISLANDS ',NULL,'Y'),(203,'SK','SLOVAK REPUBLIC ',NULL,'Y'),(204,'SL','SIERRA LEONE ',NULL,'Y'),(205,'SM','SAN MARINO ',NULL,'Y'),(206,'SN','SENEGAL ',NULL,'Y'),(207,'SO','SOMALIA ',NULL,'Y'),(208,'SR','SURINAME ',NULL,'Y'),(209,'ST','SAO TOME AND PRINCIPE ',NULL,'Y'),(210,'SU','USSR (FORMER) ',NULL,'Y'),(211,'SV','EL SALVADOR ',NULL,'Y'),(212,'SY','SYRIA ',NULL,'Y'),(213,'SZ','SWAZILAND ',NULL,'Y'),(214,'TC','TURKS AND CAICOS ISLANDS ',NULL,'Y'),(215,'TD','CHAD ',NULL,'Y'),(216,'TF','FRENCH SOUTHERN TERRITORIES ',NULL,'Y'),(217,'TG','TOGO ',NULL,'Y'),(218,'TH','THAILAND ',NULL,'Y'),(219,'TJ','TAJIKISTAN ',NULL,'Y'),(220,'TK','TOKELAU ',NULL,'Y'),(221,'TM','TURKMENISTAN ',NULL,'Y'),(222,'TN','TUNISIA ',NULL,'Y'),(223,'TO','TONGA ',NULL,'Y'),(224,'TP','EAST TIMOR ',NULL,'Y'),(225,'TR','TURKEY ',NULL,'Y'),(226,'TT','TRINIDAD AND TOBAGO ',NULL,'Y'),(227,'TV','TUVALU ',NULL,'Y'),(228,'TW','TAIWAN ',NULL,'Y'),(229,'TZ','TANZANIA ',NULL,'Y'),(230,'UA','UKRAINE ',NULL,'Y'),(231,'UG','UGANDA ',NULL,'Y'),(232,'UK','UNITED KINGDOM ',NULL,'Y'),(233,'UM','US MINOR OUTLYING ISLANDS ',NULL,'Y'),(234,'US','UNITED STATES ',NULL,'Y'),(235,'UY','URUGUAY ',NULL,'Y'),(236,'UZ','UZBEKISTAN ',NULL,'Y'),(237,'VA','VATICAN CITY STATE (HOLY SEE) ',NULL,'Y'),(238,'VC','SAINT VINCENT & THE GRENADINES ',NULL,'Y'),(239,'VE','VENEZUELA ',NULL,'Y'),(240,'VG','BRITISH VIRGIN ISLANDS ',NULL,'Y'),(241,'VI','VIRGIN ISLANDS (U.S.) ',NULL,'Y'),(242,'VN','VIET NAM ',NULL,'Y'),(243,'VU','VANUATU ',NULL,'Y'),(244,'WF','WALLIS AND FUTUNA ISLANDS ',NULL,'Y'),(245,'WS','SAMOA ',NULL,'Y'),(246,'YE','YEMEN ',NULL,'Y'),(247,'YT','MAYOTTE ',NULL,'Y'),(248,'YU','SERBIA AND MONTENEGRO (FORMER) ',NULL,'Y'),(249,'ZA','SOUTH AFRICA ',NULL,'Y'),(250,'ZM','ZAMBIA ',NULL,'Y'),(251,'ZR','(ZAIRE) SEE CD CONGO, DEMOCRATIC REPUBLIC ',NULL,'Y'),(252,'ZW','ZIMBABWE',NULL,'Y'); /*!40000 ALTER TABLE `nation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `newstock` -- DROP TABLE IF EXISTS `newstock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `newstock` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `total` decimal(10,2) NOT NULL, `date` varchar(50) NOT NULL, `item_id1` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `companyid` varchar(100) NOT NULL, `invoice_number` varchar(30) NOT NULL, `supplier` varchar(30) NOT NULL, `buyingprice` decimal(10,4) NOT NULL, `amount` varchar(30) NOT NULL, `type` varchar(30) NOT NULL DEFAULT '1', `balance` varchar(30) NOT NULL, `stockfrom` varchar(50) NOT NULL, `stockto` varchar(50) NOT NULL, `item_id` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `discount` varchar(10) NOT NULL, `qty` decimal(10,2) NOT NULL, `tax` varchar(30) NOT NULL, `sellingprice` varchar(11) NOT NULL, `vat` varchar(50) NOT NULL, `taxable` varchar(50) NOT NULL, `vatrate` varchar(50) NOT NULL DEFAULT '16', `serial` varchar(30) NOT NULL, `itemstatus` varchar(30) NOT NULL DEFAULT 'received', `updatedby` int(11) NOT NULL, `updatedat` datetime NOT NULL, `uom` varchar(30) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `branchid` int(11) NOT NULL DEFAULT 1, `buyingpriceinclusive` decimal(10,2) DEFAULT NULL, `taxtype` varchar(20) NOT NULL DEFAULT 'Inclusive', `category` varchar(20) NOT NULL DEFAULT 'branch', `projectid` int(50) DEFAULT NULL, `batchno` varchar(50) NOT NULL, `enddate` varchar(30) NOT NULL, `frombefore` varchar(20) NOT NULL, `fromafter` varchar(20) NOT NULL, `fromremoved` varchar(20) NOT NULL, `taskCd` varchar(50) NOT NULL, `itemSeq` varchar(50) NOT NULL, `itemClsCd` varchar(50) DEFAULT NULL, `taxTyCd` varchar(50) DEFAULT NULL, `pkgUnitCd` varchar(50) DEFAULT NULL, `imptItemsttsCd` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), KEY `id` (`id`,`userid`,`invoice_number`,`type`,`item_id`,`invoice`,`branchid`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `newstock` -- LOCK TABLES `newstock` WRITE; /*!40000 ALTER TABLE `newstock` DISABLE KEYS */; INSERT INTO `newstock` VALUES (1,'Breakfast Meeting','',5.00,'2025-05-16 14:40:25','0.00','1','newstock','1','','',0.0000,'','Main','5','Internal','Main','1','','',0.00,'','2500','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2,'Breakfast Meeting ','1',1.00,'2025-06-13 08:48:24','2.00','1','newstock','1','','',0.0000,'','1','3','1','1','1','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3,'Breakfast Meeting ','1',1.00,'2025-06-13 08:50:07','3.00','1','newstock','1','','',0.0000,'','1','4','1','1','1','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4,'Breakfast Meeting ','1',1.00,'2025-06-13 08:54:52','4.00','1','newstock','1','','',0.0000,'','1','5','1','1','1','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5,'Breakfast Meeting ','1',1.00,'2025-06-13 08:55:50','5.00','1','newstock','1','','',0.0000,'','1','6','1','1','1','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(6,'Breakfast Meeting ','1',1.00,'2025-06-13 09:53:48','6.00','1','newstock','1','','',0.0000,'','1','7','1','1','1','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(7,'Breakfast Meeting ','1',1.00,'2025-06-13 10:05:50','7.00','1','newstock','1','','',0.0000,'','1','8','1','1','1','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(8,'Breakfast Meeting ','1',1.00,'2025-06-13 10:06:19','8.00','1','newstock','1','','',0.0000,'','1','9','1','1','1','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(9,'Breakfast Meeting ','1',1.00,'2025-06-13 10:09:34','9.00','1','newstock','1','','',0.0000,'','1','10','1','1','1','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(10,'Breakfast Meeting ','1',1.00,'2025-06-13 10:25:49','10.00','1','newstock','1','','',0.0000,'','1','11','1','1','1','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(11,'Breakfast Meeting ','1',1.00,'2025-06-13 10:26:55','11.00','1','newstock','1','','',0.0000,'','1','12','1','1','1','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(12,'Breakfast Meeting ','1',1.00,'2025-06-13 10:54:53','12.00','1','newstock','1','','',0.0000,'','1','13','1','1','1','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(13,'Breakfast Meeting ','1',1.00,'2025-06-13 10:55:03','13.00','1','newstock','1','','',0.0000,'','1','14','1','1','1','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(14,'Breakfast Meeting ','1',1.00,'2025-06-13 10:59:09','14.00','1','newstock','1','','',0.0000,'','1','15','1','1','1','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(15,'test','',10.00,'2025-06-30 09:45:02','0.00','1','newstock','1','','',1.0000,'','1','10','internal','1','5','','',0.00,'','2','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(16,'test ','5',-1.00,'2025-06-30 09:45:05','10.00','1','newstock','1','','',0.0000,'','1','9','1','1','5','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `newstock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `newupgrade` -- DROP TABLE IF EXISTS `newupgrade`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `newupgrade` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `description` text NOT NULL, `phone` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `exactdate` varchar(50) NOT NULL, `comment` text NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'new', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `newupgrade` -- LOCK TABLES `newupgrade` WRITE; /*!40000 ALTER TABLE `newupgrade` DISABLE KEYS */; INSERT INTO `newupgrade` VALUES (1,'General systems',1,'','','','','','new'),(2,'E-commerce',1,'','','','','','new'),(3,'Biometric',1,'','','','','','new'),(4,'Website',1,'','','','','','new'),(5,'PMS',1,'','','','','','new'),(6,'Bulk sms',1,'','','','','','new'),(7,'Pos',1,'','','','','','new'); /*!40000 ALTER TABLE `newupgrade` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nhif` -- DROP TABLE IF EXISTS `nhif`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `nhif` ( `id` int(50) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `nhifrelief` decimal(10,2) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `nhif` -- LOCK TABLES `nhif` WRITE; /*!40000 ALTER TABLE `nhif` DISABLE KEYS */; INSERT INTO `nhif` VALUES (1,0.00,10926.00,300.00,1,1,'active','yes',1,0.00),(2,10927.00,99999999.99,2.75,1,1,'active','no',1,0.00); /*!40000 ALTER TABLE `nhif` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nhif2` -- DROP TABLE IF EXISTS `nhif2`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `nhif2` ( `id` int(50) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `nhifrelief` decimal(10,2) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `nhif2` -- LOCK TABLES `nhif2` WRITE; /*!40000 ALTER TABLE `nhif2` DISABLE KEYS */; INSERT INTO `nhif2` VALUES (1,0.00,5999.00,150.00,1,1,'active','employee',1,22.50),(2,6000.00,7999.00,300.00,1,1,'active','employee',1,45.00),(3,8000.00,11999.00,400.00,1,1,'active','employee',1,60.00),(4,12000.00,14999.00,500.00,1,1,'active','employee',1,75.00),(5,15000.00,19999.00,600.00,1,1,'active','employee',1,90.00),(6,20000.00,24999.00,750.00,1,1,'active','employee',1,112.50),(7,25000.00,29999.00,850.00,1,1,'active','employee',1,127.50),(8,30000.00,34999.00,900.00,1,1,'active','employee',1,135.00),(9,35000.00,39000.00,950.00,1,1,'active','employee',1,142.50),(10,40000.00,44999.00,1000.00,1,1,'active','employee',1,150.00),(11,45000.00,49000.00,1100.00,1,1,'active','employee',1,165.00),(12,50000.00,59999.00,1200.00,1,1,'active','employee',1,180.00),(13,60000.00,69999.00,1300.00,1,1,'active','employee',1,195.00),(14,70000.00,79999.00,1400.00,1,1,'active','employee',1,210.00),(15,80000.00,89999.00,1500.00,1,1,'active','employee',1,225.00),(16,90000.00,99999.00,1600.00,1,1,'active','employee',1,240.00),(17,100000.00,99999999.00,1700.00,1,1,'active','employee',1,255.00),(18,0.00,0.00,500.00,1,1,'active','employer',1,75.00); /*!40000 ALTER TABLE `nhif2` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `noticelist` -- DROP TABLE IF EXISTS `noticelist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `noticelist` ( `id` int(50) NOT NULL AUTO_INCREMENT, `noticeNo` varchar(50) NOT NULL, `title` text NOT NULL, `cont` text NOT NULL, `dtlUrl` text NOT NULL, `regrNm` varchar(50) NOT NULL, `regDt` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `noticelist` -- LOCK TABLES `noticelist` WRITE; /*!40000 ALTER TABLE `noticelist` DISABLE KEYS */; /*!40000 ALTER TABLE `noticelist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nssf` -- DROP TABLE IF EXISTS `nssf`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `nssf` ( `id` int(11) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `tire1` decimal(10,2) NOT NULL, `tire2` decimal(10,2) NOT NULL, `tire1tire2` decimal(10,2) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'percentage', `flatrate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `nssf` -- LOCK TABLES `nssf` WRITE; /*!40000 ALTER TABLE `nssf` DISABLE KEYS */; INSERT INTO `nssf` VALUES (1,0.00,7000.00,6.00,1,1,'active','employee',1,420.00,0.00,420.00,'percentage','no'),(2,7000.00,36000.00,6.00,1,1,'active','employee',1,0.00,1740.00,2160.00,'percentage','no'),(3,36000.00,50000000.00,6.00,1,1,'active','employee',1,0.00,0.00,0.00,'percentage','yes'); /*!40000 ALTER TABLE `nssf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `offdays` -- DROP TABLE IF EXISTS `offdays`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `offdays` ( `id` int(11) NOT NULL AUTO_INCREMENT, `groupid` int(11) NOT NULL, `offday` varchar(30) NOT NULL, `type` int(11) NOT NULL, `title` varchar(128) NOT NULL, `userid` varchar(30) DEFAULT NULL, `createdate` varchar(30) NOT NULL, PRIMARY KEY (`id`), KEY `type` (`type`), KEY `contract` (`groupid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='List of non working days'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `offdays` -- LOCK TABLES `offdays` WRITE; /*!40000 ALTER TABLE `offdays` DISABLE KEYS */; /*!40000 ALTER TABLE `offdays` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `offtypes` -- DROP TABLE IF EXISTS `offtypes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `offtypes` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `offtypes` -- LOCK TABLES `offtypes` WRITE; /*!40000 ALTER TABLE `offtypes` DISABLE KEYS */; INSERT INTO `offtypes` VALUES (1,'All day is off','2018-05-17 04:40:12am'),(2,'Half day is off','2018-05-17 04:41:13am'),(3,'Morning is off ','2018-05-17 04:41:30am'),(4,'Afternoon is off','2018-05-17 04:41:30am'); /*!40000 ALTER TABLE `offtypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `openorders` -- DROP TABLE IF EXISTS `openorders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `openorders` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `description` text NOT NULL, `startdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `messageid` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, `closedate` text NOT NULL, `receiver` text NOT NULL, `millage` varchar(30) NOT NULL, `fuel` varchar(50) NOT NULL, `trips` text NOT NULL, `createdate` varchar(30) NOT NULL, `nextfuel` varchar(20) NOT NULL, `previoufueldate` varchar(30) NOT NULL, `previousfuelused` varchar(20) NOT NULL, `adjusted` varchar(20) NOT NULL, `fuellimit` varchar(20) NOT NULL, `fuelrate` varchar(20) NOT NULL, `exactfuel` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `openorders` -- LOCK TABLES `openorders` WRITE; /*!40000 ALTER TABLE `openorders` DISABLE KEYS */; /*!40000 ALTER TABLE `openorders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `orderlist` -- DROP TABLE IF EXISTS `orderlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `orderlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `exactime` varchar(50) NOT NULL, `batchid` varchar(50) NOT NULL, `itemid` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `qty` decimal(10,2) DEFAULT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `code` varchar(30) NOT NULL, `amount` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `orderlist` -- LOCK TABLES `orderlist` WRITE; /*!40000 ALTER TABLE `orderlist` DISABLE KEYS */; INSERT INTO `orderlist` VALUES (1,'P.O','1','2025-06-11 06:28:11','11749612488','4','11749612312',1.00,1,1,'1',2900.00); /*!40000 ALTER TABLE `orderlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `outgoingstock` -- DROP TABLE IF EXISTS `outgoingstock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `outgoingstock` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `total` varchar(50) NOT NULL, `date` varchar(50) NOT NULL, `item_id` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `companyid` varchar(100) NOT NULL, `invoice_number` varchar(30) NOT NULL, `supplier` varchar(30) NOT NULL, `buyingprice` varchar(30) NOT NULL, `amount` varchar(30) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'shop', `comments` text NOT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `outgoingstock` -- LOCK TABLES `outgoingstock` WRITE; /*!40000 ALTER TABLE `outgoingstock` DISABLE KEYS */; /*!40000 ALTER TABLE `outgoingstock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `packagingcodes` -- DROP TABLE IF EXISTS `packagingcodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `packagingcodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=53 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `packagingcodes` -- LOCK TABLES `packagingcodes` WRITE; /*!40000 ALTER TABLE `packagingcodes` DISABLE KEYS */; INSERT INTO `packagingcodes` VALUES (1,'Ampoule','AM','Ampoule','Y','1'),(2,'Barrel','BA','Barrel','Y','2'),(3,'Bottlecrate','BC','Bottlecrate','Y','3'),(4,'Bundle','BE','Bundle','Y','4'),(5,'Balloon, non-protected','BF','Balloon, non-protected','Y','5'),(6,'Bag','BG','Bag','Y','6'),(7,'Bucket','BJ','Bucket','Y','7'),(8,'Basket','BK','Basket','Y','8'),(9,'Bale','BL','Bale','Y','9'),(10,'Bottle, protected cylindrical','BQ','Bottle, protected cylindrical','Y','10'),(11,'Bar','BR','Bar','Y','11'),(12,'Bottle, bulbous','BV','Bottle, bulbous','Y','12'),(13,'Bag','BZ','Bag','Y','13'),(14,'Can','CA','Can','Y','14'),(15,'Chest','CH','Chest','Y','15'),(16,'Coffin','CJ','Coffin','Y','16'),(17,'Coil','CL','Coil','Y','17'),(18,'Wooden Box, Wooden Case','CR','Wooden Box, Wooden Case','Y','18'),(19,'Cassette','CS','Cassette','Y','19'),(20,'Carton','CT','Carton','Y','20'),(21,'Container','CTN','Container','Y','21'),(22,'Cylinder','CY','Cylinder','Y','22'),(23,'Drum','DR','Drum','Y','23'),(24,'Extra Countable Item','GT','Extra Countable Item','Y','24'),(25,'Hand Baggage','HH','Hand Baggage','Y','25'),(26,'Ingots','IZ','Ingots','Y','26'),(27,'Jar','JR','Jar','Y','27'),(28,'Jug','JU','Jug','Y','28'),(29,'Jerry CAN Cylindrical','JY','Jerry CAN Cylindrical','Y','29'),(30,'Canester','KZ','Canester','Y','30'),(31,'Logs, in bundle/bunch/truss','LZ','Logs, in bundle/bunch/truss','Y','31'),(32,'Net','NT','Net','Y','32'),(33,'Non-Exterior Packaging Unit','OU','Non-Exterior Packaging Unit','Y','33'),(34,'Poddon','PD','Poddon','Y','34'),(35,'Plate','PG','Plate','Y','35'),(36,'Pipe','PI','Pipe','Y','36'),(37,'Pilot','PO','Pilot','Y','37'),(38,'Traypack','PU','Traypack','Y','38'),(39,'Reel','RL','Reel','Y','39'),(40,'Roll','RO','Roll','Y','40'),(41,'Rods, in bundle/bunch/truss','RZ','Rods, in bundle/bunch/truss','Y','41'),(42,'Skeletoncase','SK','Skeletoncase','Y','42'),(43,'Tank, cylindrical','TY','Tank, cylindrical','Y','43'),(44,'Bulk,gas(at 1031 mbar 15 oC)','VG','Bulk,gas(at 1031 mbar 15 oC)','Y','44'),(45,'Bulk,liquid(at normal temperature/pressure)','VL','Bulk,liquid(at normal temperature/pressure)','Y','45'),(46,'Bulk, solid, large particles(nodules)','VO','Bulk, solid, large particles(\"nodules\")','Y','46'),(47,'Bulk, gas (liquefied at abnormal temperature/pressure)','VQ','Bulk, gas(liquefied at abnormal temperature/pressure)','Y','47'),(48,'Bulk, solid, granular particles(grains)','VR','Bulk, solid, granular particles(\"grains\")','Y','48'),(49,'Extra Bulk Item','VT','Extra Bulk Item','Y','49'),(50,'Bulk, fine particles(powder)','VY','Bulk, fine particles(\"powder\")','Y','50'),(51,'Mills','ML','cigarette Mills','Y','51'),(52,'TAN','TN','1TAN REFER TO 20BAGS','Y','52'); /*!40000 ALTER TABLE `packagingcodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `parceldelivery` -- DROP TABLE IF EXISTS `parceldelivery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `parceldelivery` ( `id` int(10) NOT NULL AUTO_INCREMENT, `branchfrom` varchar(50) NOT NULL, `serial` varchar(50) NOT NULL, `qty` varchar(50) NOT NULL, `details` text NOT NULL, `dateposted` datetime NOT NULL, `customer` varchar(40) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `entrydate` varchar(50) NOT NULL, `supplier` varchar(30) NOT NULL, `original` text NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `amount` varchar(10) NOT NULL DEFAULT '0.00', `duedate` varchar(20) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'Dispatched', `mode` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `totalamount` varchar(30) NOT NULL DEFAULT '', `type` varchar(50) DEFAULT NULL, `receiver` varchar(50) NOT NULL, `receiverphone` varchar(50) NOT NULL, `receiveraddress` text NOT NULL, `origin` text NOT NULL, `destination` text NOT NULL, `weight` varchar(50) NOT NULL, `receiveremail` varchar(50) DEFAULT NULL, `totalvalue` varchar(20) NOT NULL, `vat` decimal(10,2) NOT NULL, `vatable` decimal(10,2) NOT NULL, `receiveridno` varchar(20) NOT NULL, `riderdetails` text NOT NULL, `senderidno` varchar(50) NOT NULL, `senderphone` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `parceldelivery` -- LOCK TABLES `parceldelivery` WRITE; /*!40000 ALTER TABLE `parceldelivery` DISABLE KEYS */; /*!40000 ALTER TABLE `parceldelivery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `password_resets` -- DROP TABLE IF EXISTS `password_resets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `password_resets` ( `email` varchar(255) NOT NULL, `token` varchar(255) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), KEY `password_resets_email_index` (`email`), KEY `password_resets_token_index` (`token`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `password_resets` -- LOCK TABLES `password_resets` WRITE; /*!40000 ALTER TABLE `password_resets` DISABLE KEYS */; /*!40000 ALTER TABLE `password_resets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paye` -- DROP TABLE IF EXISTS `paye`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `paye` ( `id` int(11) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(15,2) NOT NULL, `amt` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `percentage` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `paye` -- LOCK TABLES `paye` WRITE; /*!40000 ALTER TABLE `paye` DISABLE KEYS */; INSERT INTO `paye` VALUES (1,0.00,24000.00,24000.00,1,1,'active',10.00),(2,24001.00,32333.00,8333.00,1,1,'active',25.00),(3,32333.00,10000000000.00,32333.00,1,1,'active',30.00); /*!40000 ALTER TABLE `paye` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paymentcodes` -- DROP TABLE IF EXISTS `paymentcodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `paymentcodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `paymentcodes` -- LOCK TABLES `paymentcodes` WRITE; /*!40000 ALTER TABLE `paymentcodes` DISABLE KEYS */; INSERT INTO `paymentcodes` VALUES (1,'CASH','01','CASH','Y','1'),(2,'CREDIT','02','CREDIT','Y','2'),(3,'CASH/CREDIT','03','CASH/CREDIT','Y','3'),(4,'BANK CHECK','04','BANK CHECK PAYMENT','Y','4'),(5,'DEBIT&CREDIT CARD','05','PAYMENT USING CARD','Y','5'),(6,'MOBILE MONEY','06','ANY TRANSACTION USING MOBILE MONEY SYSTEM','Y','6'),(7,'OTHER','07','OTHER MEANS OF PAYMENT','Y','7'); /*!40000 ALTER TABLE `paymentcodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paymentmethodes` -- DROP TABLE IF EXISTS `paymentmethodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `paymentmethodes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `description` text NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'active', `dateposted` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `type` text NOT NULL, `balance` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `accountno` text DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `paymentmethodes` -- LOCK TABLES `paymentmethodes` WRITE; /*!40000 ALTER TABLE `paymentmethodes` DISABLE KEYS */; INSERT INTO `paymentmethodes` VALUES (1,'cash','Cash payment','active','2021-09-07 05:52:05','1','1','1050','',1,NULL),(2,'mpesa','mpesa','active','2021-09-22 10:35:37','1','1','1010','',1,NULL),(3,'card','card payment','active','2021-09-07 05:52:50','1','1','1030','',1,NULL),(4,'bank','Bank payment','active','2021-09-07 05:53:23','1','1','1030','',1,NULL),(5,'credit','account receivable ','active','2021-09-07 06:31:55','1','1','1100','',1,NULL),(6,'voucher','Directors account','active','2021-09-07 06:32:21','1','1','1040','',1,NULL),(7,'creditnote','Account payable','active','2021-09-07 06:34:11','1','1','2130','',1,NULL),(8,'points','Account redeemable','active','2021-09-07 06:36:16','1','1','2130','',1,NULL); /*!40000 ALTER TABLE `paymentmethodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `payments` -- DROP TABLE IF EXISTS `payments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `payments` ( `id` int(100) NOT NULL AUTO_INCREMENT, `paidto` varchar(100) NOT NULL, `paiby` varchar(100) NOT NULL, `paiddate` varchar(100) NOT NULL, `todate` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `status` varchar(100) NOT NULL, `approvedby` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `receiptno` varchar(100) NOT NULL DEFAULT 'no', `comments` text NOT NULL, `idno` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `payments` -- LOCK TABLES `payments` WRITE; /*!40000 ALTER TABLE `payments` DISABLE KEYS */; /*!40000 ALTER TABLE `payments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paymentsection` -- DROP TABLE IF EXISTS `paymentsection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `paymentsection` ( `id` int(40) NOT NULL AUTO_INCREMENT, `methodid` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `description` text NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `paymentsection` -- LOCK TABLES `paymentsection` WRITE; /*!40000 ALTER TABLE `paymentsection` DISABLE KEYS */; INSERT INTO `paymentsection` VALUES (8,'2','KCB Bank','KCB Bank','2016-04-20 10:39:59','','3','3'),(9,'2','Equity Bank','Equity Bank','2016-04-20 10:40:10','','3','3'),(10,'4','cash','CASH','2016-04-20 10:40:34','','3','3'),(11,'3','Lipa rent','','2016-04-20 10:40:48','','3','3'),(12,'1','Airtel Money','Airtel Money','2016-04-20 10:41:17','','3','3'),(13,'1','M-pesa','M-pesa','2016-04-20 10:41:32','','3','3'),(15,'6','Coparent','Coparent','2016-05-25 04:21:55','','3','3'),(16,'2','Unaitas','Unaitas','2017-12-16 06:51:45','','',''); /*!40000 ALTER TABLE `paymentsection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `payroll` -- DROP TABLE IF EXISTS `payroll`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `payroll` ( `id` int(100) NOT NULL AUTO_INCREMENT, `type` varchar(255) NOT NULL, `designation` varchar(255) NOT NULL, `allowance` varchar(255) NOT NULL, `paytype` varchar(255) NOT NULL, `nohours` varchar(255) NOT NULL, `salary` varchar(255) NOT NULL, `nodays` varchar(255) NOT NULL, `nodaysyearly` varchar(255) NOT NULL, `annualsalary` varchar(255) NOT NULL, `monthlysalary` varchar(50) NOT NULL, `dailysalary` varchar(100) DEFAULT NULL, `comments` text NOT NULL, `vat` varchar(50) NOT NULL DEFAULT 'active', `payee` varchar(50) NOT NULL, `nssf` varchar(100) NOT NULL, `nihf` text NOT NULL, `employeeid` varchar(100) NOT NULL, `advance` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `other` varchar(50) NOT NULL, `month` varchar(50) NOT NULL, `year` varchar(50) NOT NULL, `loan` varchar(100) NOT NULL, PRIMARY KEY (`id`), KEY `first_name` (`type`), KEY `last_name` (`designation`), KEY `email` (`paytype`), KEY `phppos_people_ibfk_1` (`dailysalary`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `payroll` -- LOCK TABLES `payroll` WRITE; /*!40000 ALTER TABLE `payroll` DISABLE KEYS */; /*!40000 ALTER TABLE `payroll` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `people` -- DROP TABLE IF EXISTS `people`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `people` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nhifrelief` decimal(10,2) DEFAULT NULL, `firstname` varchar(255) NOT NULL, `surname` varchar(20) NOT NULL, `lastname` varchar(255) DEFAULT NULL, `phone` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `password` text NOT NULL, `address_1` varchar(255) NOT NULL, `gender` varchar(255) DEFAULT NULL, `city` varchar(255) NOT NULL, `zip` varchar(255) NOT NULL, `country` varchar(255) NOT NULL, `comments` text NOT NULL, `image_id` varchar(100) DEFAULT NULL, `category` varchar(50) NOT NULL DEFAULT 'accommodation', `status` varchar(50) NOT NULL DEFAULT '1', `company` varchar(50) DEFAULT NULL, `account` varchar(100) NOT NULL, `website` text NOT NULL, `idno` varchar(100) NOT NULL, `balance` decimal(10,2) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `entrydate` varchar(50) NOT NULL, `jobstatus` varchar(30) NOT NULL, `salary` decimal(10,2) NOT NULL, `department` varchar(20) NOT NULL, `dob` varchar(20) NOT NULL, `passport` varchar(30) NOT NULL, `ethnicity` varchar(30) NOT NULL, `religion` varchar(30) NOT NULL, `salarystartdate` varchar(30) NOT NULL, `salaryreviewdate` varchar(30) NOT NULL, `bankname` varchar(30) NOT NULL, `bankaccount` varchar(30) NOT NULL, `paymentmode` varchar(30) NOT NULL, `method` varchar(30) NOT NULL, `probationdate` varchar(30) NOT NULL, `number` varchar(20) NOT NULL, `relief` decimal(10,2) NOT NULL, `leavegroup` varchar(30) NOT NULL, `manager` varchar(30) NOT NULL, `marital` varchar(30) NOT NULL, `smstype` varchar(20) NOT NULL, `totalsms` decimal(10,2) NOT NULL, `apiaccount_id` int(11) NOT NULL, `photo` text NOT NULL, `code` varchar(30) NOT NULL, `service` varchar(20) NOT NULL, `usertype` varchar(20) NOT NULL DEFAULT 'user', `username` varchar(20) NOT NULL, `county` int(11) NOT NULL, `province` int(11) NOT NULL, `box` int(11) DEFAULT NULL, `town` varchar(20) DEFAULT NULL, `updatedate` varchar(20) NOT NULL, `recoverpassword` int(11) NOT NULL, `createddate` varchar(30) NOT NULL, `rate` decimal(10,2) DEFAULT NULL, `kra` varchar(50) DEFAULT NULL, `nssf` varchar(50) DEFAULT NULL, `nhif` varchar(50) DEFAULT NULL, `paid` varchar(20) NOT NULL, `supplierbalance` decimal(10,2) NOT NULL, `balanceuploaded` int(11) DEFAULT 0, `savedcoins` decimal(10,2) NOT NULL, `savedpoints` decimal(10,2) NOT NULL, `customerlimit` varchar(10) NOT NULL DEFAULT 'no', `limitamount` decimal(10,2) NOT NULL, `dropdown` varchar(10) NOT NULL DEFAULT 'no', `lastbalancedate` varchar(30) NOT NULL, `accountname` varchar(30) NOT NULL, `accountno` varchar(30) NOT NULL, `certificate` varchar(30) NOT NULL, `shares` varchar(30) NOT NULL, `certificateno` varchar(30) NOT NULL, `renewaldetails` varchar(30) DEFAULT NULL, `salesperson` varchar(10) DEFAULT NULL, `idnumber` text DEFAULT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `bankcode` varchar(20) DEFAULT NULL, `branchcode` varchar(20) DEFAULT NULL, `group` int(20) DEFAULT NULL, `transactionid` varchar(50) NOT NULL, `smscode` varchar(50) NOT NULL, `timesent` datetime NOT NULL, `computerno` text NOT NULL, `computernostatus` varchar(20) NOT NULL DEFAULT 'new', `computernodate` varchar(50) NOT NULL, `computernouserdata` text NOT NULL, PRIMARY KEY (`id`), KEY `first_name` (`firstname`), KEY `last_name` (`lastname`), KEY `email` (`email`), KEY `phppos_people_ibfk_1` (`image_id`) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `people` -- LOCK TABLES `people` WRITE; /*!40000 ALTER TABLE `people` DISABLE KEYS */; INSERT INTO `people` VALUES (1,123.75,'Admin','Advanta','FAITH','254714966666','robisearch@gmail.com','098765432','254718667391','female','','','0','','155663771675825033','user','1','','','','3343455',-2229819.00,'1','2025-05-16','','1','2019-06-11','Contract',30000.00,'','2019-06-06','','','','2019-06-05','2019-06-06','KCB','2412423','Daily','1','2019-09-20','0222222',0.00,'','','Single','',1724.00,1,'','1000','yes','admin','',0,0,0,'','2019-08-28',0,'',5.00,'','','','Yes',0.00,0,0.00,983215.20,'no',200.00,'','2024-12-20 12:14:12','','','','','','','','P06666xxx',1,'022','444',0,'','534032','2022-10-23 20:40:59','B0-22-7A-ED-77-F6','new','2023-02-04 09:37:04','Submited by ROBERT MANYALA, With Phone No: 254718667391 at 2023-02-04 09:37:04'),(2,NULL,'Default','',NULL,'254714966666','admin','Robisearch321','Default','','','','1 ','',NULL,'supplier','1','Customer','','','666663',5100.00,'1','2025-03-06 10:24:56','','1','','',0.00,'','','','','','','','','','Monthly','4','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',10.00,'','','','yes',2361.97,0,0.00,2911.40,'no',300.00,'yes','2025-03-24 05:03:52','','','','','','','','',1,NULL,NULL,0,'','','0000-00-00 00:00:00','','new','',''),(13,NULL,'Joe','',NULL,'254722582555','','','','','','','1','',NULL,'member','1','Optiven','','','',5000.00,'1','2025-05-16 14:34:27','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','2025-05-16 14:51:45','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'17473952671','','0000-00-00 00:00:00','','new','',''),(14,NULL,'General','',NULL,'254714966666','','','','','','','1','',NULL,'member','1','General Customer','','','',-2500.00,'1','2025-05-16 14:35:30','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','2025-06-11 06:27:06','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'17473953301','','0000-00-00 00:00:00','','new','',''),(15,NULL,'PETER KIBUNA','',NULL,'254717856149','','','','','','','1','',NULL,'member','1','DAPIN TECHNOLOGIES','','','',40000.00,'1','2025-06-05 21:42:27','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','2025-06-05 21:45:09','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'17491489471','','0000-00-00 00:00:00','','new','',''),(16,NULL,'DEDAN','','MURAYA','+254791844681','','','','male','Nairobi','','116 ','',NULL,'member','1','Cytek solution ','','','',-2900.00,'1','2025-06-13 10:51:51','','1','12/06/2025','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','2025-06-13 10:59:39','','','','','','','','',1,NULL,NULL,0,'17497288511','','0000-00-00 00:00:00','','new','',''),(17,NULL,'Remy','',NULL,'254766666666','','','','','','','1','',NULL,'member','1',' ','','','',0.00,'1','2025-06-30 09:44:25','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'17512658651','','0000-00-00 00:00:00','','new','',''),(18,NULL,'REHEMA','MUTANU',NULL,'254759588706','mutanurehema@gmail.com','0000','','female','','','','',NULL,'user','1',NULL,'','','39586123',0.00,'','2025-06-30','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','',NULL,NULL,NULL,1,NULL,NULL,NULL,'1751267574','','0000-00-00 00:00:00','','new','',''),(19,NULL,'Dallas','',NULL,'+254703737637','','','','','Kisii','','116','',NULL,'member','1','Dallas premiere-Kisii ','','','',0.00,'1','2025-06-30 18:15:30','','1','30/6/2025','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'17512965301','','0000-00-00 00:00:00','','new','',''); /*!40000 ALTER TABLE `people` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `peopleregistration` -- DROP TABLE IF EXISTS `peopleregistration`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `peopleregistration` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nhifrelief` decimal(10,2) DEFAULT NULL, `firstname` varchar(255) NOT NULL, `surname` varchar(20) NOT NULL, `lastname` varchar(255) DEFAULT NULL, `phone` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `password` text NOT NULL, `address_1` varchar(255) NOT NULL, `gender` varchar(255) DEFAULT NULL, `city` varchar(255) NOT NULL, `zip` varchar(255) NOT NULL, `country` varchar(255) NOT NULL, `comments` text NOT NULL, `image_id` varchar(100) DEFAULT NULL, `category` varchar(50) NOT NULL DEFAULT 'accommodation', `status` varchar(50) NOT NULL DEFAULT '1', `company` varchar(50) DEFAULT NULL, `account` varchar(100) NOT NULL, `website` text NOT NULL, `idno` varchar(100) NOT NULL, `balance` decimal(10,2) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `entrydate` varchar(50) NOT NULL, `jobstatus` varchar(30) NOT NULL, `salary` decimal(10,2) NOT NULL, `department` varchar(20) NOT NULL, `dob` varchar(20) NOT NULL, `passport` varchar(30) NOT NULL, `ethnicity` varchar(30) NOT NULL, `religion` varchar(30) NOT NULL, `salarystartdate` varchar(30) NOT NULL, `salaryreviewdate` varchar(30) NOT NULL, `bankname` varchar(30) NOT NULL, `bankaccount` varchar(30) NOT NULL, `paymentmode` varchar(30) NOT NULL, `method` varchar(30) NOT NULL, `probationdate` varchar(30) NOT NULL, `number` varchar(20) NOT NULL, `relief` decimal(10,2) NOT NULL, `leavegroup` varchar(30) NOT NULL, `manager` varchar(30) NOT NULL, `marital` varchar(30) NOT NULL, `smstype` varchar(20) NOT NULL, `totalsms` decimal(10,2) NOT NULL, `apiaccount_id` int(11) NOT NULL, `photo` text NOT NULL, `code` varchar(30) NOT NULL, `service` varchar(20) NOT NULL, `usertype` varchar(20) NOT NULL DEFAULT 'user', `username` varchar(20) NOT NULL, `county` int(11) NOT NULL, `province` int(11) NOT NULL, `box` int(11) NOT NULL, `town` varchar(20) NOT NULL, `updatedate` varchar(20) NOT NULL, `recoverpassword` int(11) NOT NULL, `createddate` varchar(30) NOT NULL, `rate` decimal(10,2) DEFAULT NULL, `kra` varchar(50) DEFAULT NULL, `nssf` varchar(50) DEFAULT NULL, `nhif` varchar(50) DEFAULT NULL, `paid` varchar(20) NOT NULL, `supplierbalance` decimal(10,2) NOT NULL, `balanceuploaded` int(11) DEFAULT 0, `savedcoins` decimal(10,2) NOT NULL, `savedpoints` decimal(10,2) NOT NULL, `customerlimit` varchar(10) NOT NULL DEFAULT 'no', `limitamount` decimal(10,2) NOT NULL, `dropdown` varchar(10) NOT NULL DEFAULT 'no', `lastbalancedate` varchar(30) NOT NULL, `accountname` varchar(30) NOT NULL, `accountno` varchar(30) NOT NULL, `certificate` varchar(30) NOT NULL, `shares` varchar(30) NOT NULL, `certificateno` varchar(30) NOT NULL, `renewaldetails` varchar(30) DEFAULT NULL, `salesperson` varchar(10) DEFAULT NULL, `idnumber` text DEFAULT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `bankcode` varchar(20) DEFAULT NULL, `branchcode` varchar(20) DEFAULT NULL, `group` int(20) DEFAULT NULL, `transactionid` varchar(50) NOT NULL, `smscode` varchar(50) NOT NULL, `timesent` datetime NOT NULL, `computerno` text NOT NULL, `computernostatus` varchar(20) NOT NULL DEFAULT 'new', `computernodate` varchar(50) NOT NULL, `computernouserdata` text NOT NULL, PRIMARY KEY (`id`), KEY `first_name` (`firstname`), KEY `last_name` (`lastname`), KEY `email` (`email`), KEY `phppos_people_ibfk_1` (`image_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `peopleregistration` -- LOCK TABLES `peopleregistration` WRITE; /*!40000 ALTER TABLE `peopleregistration` DISABLE KEYS */; /*!40000 ALTER TABLE `peopleregistration` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `periods` -- DROP TABLE IF EXISTS `periods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `periods` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `periods` -- LOCK TABLES `periods` WRITE; /*!40000 ALTER TABLE `periods` DISABLE KEYS */; INSERT INTO `periods` VALUES (1,'Daily','Daily','','active','1','','1'),(2,'Weekly','Weekly','','active','1','','1'),(3,'Monthly','Monthly','','active','1','','1'),(4,'Quarterly','Quarterly','','active','1','','1'),(5,'Annually','Annually','','active','1','','1'),(6,'Fortnightly','Fortnightly','','active','1','','1'),(7,'Bi monthly','Bi monthly','','active','1','','1'); /*!40000 ALTER TABLE `periods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `permissions` -- DROP TABLE IF EXISTS `permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `permissions` ( `moduleid` varchar(100) NOT NULL, `userid` int(10) NOT NULL, PRIMARY KEY (`moduleid`,`userid`), KEY `person_id` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `permissions` -- LOCK TABLES `permissions` WRITE; /*!40000 ALTER TABLE `permissions` DISABLE KEYS */; INSERT INTO `permissions` VALUES ('accomodation',1),('accomodation',18),('accounting',1),('accounting',18),('accountingreports',1),('accountingreports',18),('assets',1),('assets',18),('bankdeposits',1),('bankdeposits',18),('banktransfer',1),('banktransfer',18),('biometricrecords',1),('branch',1),('branch',18),('callcenter',1),('callcenter',18),('cashiersales',1),('cashiersales',4),('cashiersales',12),('cashiersales',18),('chequemanagemant',1),('complain',1),('complain',18),('config',1),('config',18),('damagedproducts',1),('damagedproducts',18),('deals',1),('deals',18),('departments',1),('displayreport',1),('displayreport',18),('documents',1),('documents',18),('ecommerce',1),('ecommerce',18),('events',1),('events',18),('grouping',1),('grouping',18),('humanresource',1),('humanresource',18),('income',1),('income',12),('income',18),('incomeexpenses',1),('incomeexpenses',18),('incomingstock',1),('incomingstock',18),('incomingstore',18),('journalentry',1),('journalentry',18),('labourrecords',1),('labourrecords',18),('leavemanagement',1),('lowproducts',1),('lowproducts',18),('lowstocklist',1),('lowstocklist',18),('loyalitycards',1),('members',1),('members',18),('password',1),('password',4),('password',18),('payroll',1),('payroll',18),('payrollsetup',1),('peoplecategory',1),('peoplecategory',18),('productlist',1),('productlist',18),('products',1),('products',18),('productscategory',1),('productscategory',18),('profile',1),('profile',18),('projectsmanagement',1),('projectsmanagement',18),('purchases',1),('purchases',18),('quotation',1),('recorddelivery',1),('recorddelivery',4),('recorddelivery',12),('recorddelivery',18),('reports',1),('reports',18),('sales',1),('sales',4),('sales',12),('sales',18),('salesorder',1),('sendsms',1),('sendsms',18),('task',1),('task',18),('taskscategory',1),('taskscategory',18),('users',1),('users',18),('viewreturnsales',1),('viewreturnsales',18),('wholesale',1),('wholesale',4),('wholesale',18); /*!40000 ALTER TABLE `permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `permissionsactions` -- DROP TABLE IF EXISTS `permissionsactions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `permissionsactions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `moduleid` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `actionid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=46204 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `permissionsactions` -- LOCK TABLES `permissionsactions` WRITE; /*!40000 ALTER TABLE `permissionsactions` DISABLE KEYS */; INSERT INTO `permissionsactions` VALUES (31735,'sales','4','suspend'),(31736,'sales','4','printreceipt'),(31737,'sales','4','add'),(31738,'sales','4','update'),(31739,'sales','4','cash'),(31740,'sales','4','moresales'),(31741,'sales','4','sale'),(31742,'sales','4','mpesa'),(31743,'sales','4','clearpayments'),(31744,'sales','4','updatepaymentmode'),(31745,'sales','4','card'),(31746,'sales','4','cheque'),(31747,'sales','4','credit'),(31748,'sales','4','dontprint'),(31749,'wholesale','4','sale'),(31750,'wholesale','4','add'),(31751,'wholesale','4','delete'),(31752,'wholesale','4','update'),(31753,'cashiersales','4','entermpesacode'),(31754,'cashiersales','4','editmpesa'),(31755,'cashiersales','4','cashiersales'),(31756,'cashiersales','4','editmpesadate'),(31757,'cashiersales','4','dontshowtotal'),(31758,'cashiersales','4','adddailycollection'),(31759,'cashiersales','4','viewtill'),(31760,'cashiersales','4','viewdailycollections'),(31761,'cashiersales','4','updatedailycollections'),(31762,'cashiersales','4','mpesapendingreport'),(31763,'cashiersales','4','viewallcounters'),(31764,'cashiersales','4','mpesaverifiedreport'),(31765,'cashiersales','4','viewcommission'),(31766,'cashiersales','4','dailysalesonly'),(31767,'cashiersales','4','viewmpesamessages'),(31768,'recorddelivery','4','add'),(31769,'recorddelivery','4','view'),(31770,'recorddelivery','4','update'),(31771,'recorddelivery','4','delete'),(31772,'recorddelivery','4','changestatus'),(31773,'recorddelivery','4','report'),(31774,'recorddelivery','4','Dispatched'),(31775,'recorddelivery','4','FailedDelivery'),(31776,'recorddelivery','4','ReturnedandReceived'),(31777,'recorddelivery','4','Delivered'),(31778,'recorddelivery','4','Claimraised'),(31779,'recorddelivery','4','ClaimOK'),(31780,'recorddelivery','4','ClaimDamaged'),(31781,'password','4','change'),(43345,'sales','12','add'),(43346,'sales','12','printreceipt'),(43347,'sales','12','suspend'),(43348,'sales','12','selectmessage'),(43349,'sales','12','update'),(43350,'sales','12','delete'),(43351,'sales','12','cash'),(43352,'sales','12','moresales'),(43353,'sales','12','sale'),(43354,'sales','12','discount'),(43355,'sales','12','select'),(43356,'sales','12','Logout'),(43357,'sales','12','mpesabalance'),(43358,'sales','12','reprint'),(43359,'sales','12','displaycustomers'),(43360,'sales','12','mpesa'),(43361,'sales','12','order'),(43362,'sales','12','printbill'),(43363,'sales','12','productdiscount'),(43364,'sales','12','closebill'),(43365,'sales','12','viewbuyingprice'),(43366,'sales','12','editsellingprice'),(43367,'sales','12','hold'),(43368,'sales','12','card'),(43369,'sales','12','updatepaymentmode'),(43370,'sales','12','clearpayments'),(43371,'sales','12','cheque'),(43372,'sales','12','creditnote'),(43373,'sales','12','voucher'),(43374,'sales','12','salesbeyondbprice'),(43375,'sales','12','points'),(43376,'sales','12','salebelowbprice'),(43377,'sales','12','credit'),(43378,'sales','12','selectroom'),(43379,'sales','12','dontprint'),(43380,'sales','12','accountlimit'),(43381,'sales','12','backdatesales'),(43382,'sales','12','recordcoins'),(43383,'sales','12','giveloyalityponts'),(43384,'sales','12','changetaxstatus'),(43385,'sales','12','leaseitems'),(43386,'sales','12','dontshowstock'),(43387,'sales','12','splitbill'),(43388,'sales','12','mergebill'),(43389,'sales','12','changeuomonsales'),(43390,'sales','12','selecttable'),(43391,'sales','12','printdelivery'),(43392,'sales','12','entermpesacode'),(43393,'sales','12','sendsms'),(43394,'sales','12','salesperson'),(43395,'sales','12','usekeyboard'),(43396,'sales','12','receiptno'),(43397,'sales','12','selectcurrency'),(43398,'sales','12','negativesales'),(43399,'sales','12','updateqtysales'),(43400,'sales','12','displaypreviousbalance'),(43401,'sales','12','restrictbillprintingtotwo'),(43402,'sales','12','claimmpesacode'),(43403,'sales','12','swapsales'),(43404,'cashiersales','12','entermpesacode'),(43405,'cashiersales','12','editmpesa'),(43406,'cashiersales','12','all'),(43407,'cashiersales','12','delete'),(43408,'cashiersales','12','cashiersales'),(43409,'cashiersales','12','editmpesadate'),(43410,'cashiersales','12','dontshowtotal'),(43411,'cashiersales','12','adddailycollection'),(43412,'cashiersales','12','viewtill'),(43413,'cashiersales','12','viewdailycollections'),(43414,'cashiersales','12','updatedailycollections'),(43415,'cashiersales','12','reversempesa'),(43416,'cashiersales','12','deletedailycollections'),(43417,'cashiersales','12','clearallsales'),(43418,'cashiersales','12','viewallcollections'),(43419,'cashiersales','12','mpesapendingreport'),(43420,'cashiersales','12','viewallcounters'),(43421,'cashiersales','12','mpesaverifiedreport'),(43422,'cashiersales','12','viewcommission'),(43423,'cashiersales','12','viewmpesamessages'),(43424,'cashiersales','12','dailysalesonly'),(43425,'cashiersales','12','changestatus'),(43426,'cashiersales','12','pendingisdefault'),(43427,'cashiersales','12','clearsalesisdefault'),(43428,'cashiersales','12','showsitemmovement'),(43429,'recorddelivery','12','add'),(43430,'recorddelivery','12','view'),(43431,'recorddelivery','12','changestatus'),(43432,'recorddelivery','12','Dispatched'),(43433,'recorddelivery','12','ReturnedandReceived'),(43434,'recorddelivery','12','Delivered'),(43435,'recorddelivery','12','Claimraised'),(43436,'recorddelivery','12','ClaimOK'),(43437,'recorddelivery','12','ClaimDamaged'),(43438,'income','12','View'),(43439,'income','12','add'),(43440,'income','12','detailedvatinvoice'),(43441,'income','12','displaybeforevat'),(43442,'income','12','receiveoverpayment'),(43443,'income','12','receivedublicatecodes'),(43444,'income','12','dontreceivepartialpayment'),(45538,'sales','1','printreceipt'),(45539,'sales','1','add'),(45540,'sales','1','suspend'),(45541,'sales','1','selectmessage'),(45542,'sales','1','update'),(45543,'sales','1','delete'),(45544,'sales','1','cash'),(45545,'sales','1','moresales'),(45546,'sales','1','sale'),(45547,'sales','1','mpesabalance'),(45548,'sales','1','select'),(45549,'sales','1','discount'),(45550,'sales','1','Logout'),(45551,'sales','1','reprint'),(45552,'sales','1','productdiscount'),(45553,'sales','1','closebill'),(45554,'sales','1','mpesa'),(45555,'sales','1','order'),(45556,'sales','1','printbill'),(45557,'sales','1','viewbuyingprice'),(45558,'sales','1','hold'),(45559,'sales','1','allowdiscountdropdown'),(45560,'sales','1','editsellingprice'),(45561,'sales','1','updatepaymentmode'),(45562,'sales','1','card'),(45563,'sales','1','clearpayments'),(45564,'sales','1','creditnote'),(45565,'sales','1','cheque'),(45566,'sales','1','points'),(45567,'sales','1','salesbeyondbprice'),(45568,'sales','1','voucher'),(45569,'sales','1','credit'),(45570,'sales','1','salebelowbprice'),(45571,'sales','1','selectroom'),(45572,'sales','1','dontprint'),(45573,'sales','1','backdatesales'),(45574,'sales','1','giveloyalityponts'),(45575,'sales','1','leaseitems'),(45576,'sales','1','changetaxstatus'),(45577,'sales','1','splitbill'),(45578,'sales','1','mergebill'),(45579,'sales','1','changeuomonsales'),(45580,'sales','1','selecttable'),(45581,'sales','1','printdelivery'),(45582,'sales','1','sendsms'),(45583,'sales','1','salesperson'),(45584,'sales','1','receiptno'),(45585,'sales','1','updateqtysales'),(45586,'sales','1','displaypreviousbalance'),(45587,'sales','1','restrictbillprintingtotwo'),(45588,'sales','1','claimmpesacode'),(45589,'sales','1','swapsales'),(45590,'wholesale','1','sale'),(45591,'wholesale','1','add'),(45592,'wholesale','1','delete'),(45593,'wholesale','1','update'),(45594,'cashiersales','1','entermpesacode'),(45595,'cashiersales','1','editmpesa'),(45596,'cashiersales','1','all'),(45597,'cashiersales','1','delete'),(45598,'cashiersales','1','cashiersales'),(45599,'cashiersales','1','editmpesadate'),(45600,'cashiersales','1','adddailycollection'),(45601,'cashiersales','1','viewtill'),(45602,'cashiersales','1','viewdailycollections'),(45603,'cashiersales','1','updatedailycollections'),(45604,'cashiersales','1','reversempesa'),(45605,'cashiersales','1','deletedailycollections'),(45606,'cashiersales','1','clearallsales'),(45607,'cashiersales','1','viewallcollections'),(45608,'cashiersales','1','mpesapendingreport'),(45609,'cashiersales','1','mpesaverifiedreport'),(45610,'cashiersales','1','viewcommission'),(45611,'cashiersales','1','changestatus'),(45612,'cashiersales','1','showsitemmovement'),(45613,'recorddelivery','1','add'),(45614,'recorddelivery','1','view'),(45615,'recorddelivery','1','update'),(45616,'recorddelivery','1','delete'),(45617,'recorddelivery','1','changestatus'),(45618,'recorddelivery','1','report'),(45619,'recorddelivery','1','Dispatched'),(45620,'recorddelivery','1','FailedDelivery'),(45621,'recorddelivery','1','ReturnedandReceived'),(45622,'recorddelivery','1','Delivered'),(45623,'recorddelivery','1','Claimraised'),(45624,'recorddelivery','1','ClaimOK'),(45625,'recorddelivery','1','ClaimDamaged'),(45626,'purchases','1','add'),(45627,'purchases','1','update'),(45628,'purchases','1','delete'),(45629,'purchases','1','updatebuyingprice'),(45630,'purchases','1','updatesellingprice'),(45631,'purchases','1','updateclosedinvoice'),(45632,'purchases','1','viewquotation'),(45633,'purchases','1','viewdirectpurchases'),(45634,'purchases','1','viewserials'),(45635,'purchases','1','viewpurchase'),(45636,'purchases','1','salesorder'),(45637,'purchases','1','budget'),(45638,'purchases','1','showdefaultserials'),(45639,'purchases','1','approve'),(45640,'purchases','1','addbatchno'),(45641,'purchases','1','addexpirydate'),(45642,'purchases','1','updateserial'),(45643,'salesorder','1','add'),(45644,'salesorder','1','view'),(45645,'salesorder','1','update'),(45646,'salesorder','1','viewall'),(45647,'viewreturnsales','1','add'),(45648,'viewreturnsales','1','update'),(45649,'viewreturnsales','1','delete'),(45650,'viewreturnsales','1','return'),(45651,'viewreturnsales','1','clear'),(45652,'viewreturnsales','1','moresales'),(45653,'viewreturnsales','1','returnclearedsales'),(45654,'income','1','View'),(45655,'income','1','add'),(45656,'income','1','detailedvatinvoice'),(45657,'income','1','receivedublicatecodes'),(45658,'incomeexpenses','1','add'),(45659,'incomeexpenses','1','closeexpense'),(45660,'incomeexpenses','1','update'),(45661,'incomeexpenses','1','updateclosedexpenses'),(45662,'incomeexpenses','1','viewbills'),(45663,'incomeexpenses','1','viewexpense'),(45664,'incomeexpenses','1','viewdebtors'),(45665,'incomeexpenses','1','viewcreditors'),(45666,'incomeexpenses','1','postrentalexpenses'),(45667,'incomeexpenses','1','uploadexpenses'),(45668,'accomodation','1','viewrooms'),(45669,'accomodation','1','dailysales'),(45670,'accomodation','1','addhouse'),(45671,'accomodation','1','viewhouse'),(45672,'accomodation','1','mpesa'),(45673,'accomodation','1','cash'),(45674,'accomodation','1','checkinroom'),(45675,'accomodation','1','credit'),(45676,'accomodation','1','cheque'),(45677,'accomodation','1','voucher'),(45678,'accomodation','1','points'),(45679,'accomodation','1','card'),(45680,'accomodation','1','checkoutroom'),(45681,'accomodation','1','cancel'),(45682,'accomodation','1','addroom'),(45683,'accomodation','1','cleanrooms'),(45684,'accomodation','1','addcharges'),(45685,'accomodation','1','givediscount'),(45686,'accomodation','1','updatecharges'),(45687,'accomodation','1','checkin'),(45688,'accomodation','1','updatehouse'),(45689,'accomodation','1','updateroom'),(45690,'accomodation','1','postexpense'),(45691,'accomodation','1','Post Bank Deposits'),(45692,'accomodation','1','managehotel'),(45693,'accomodation','1','assignrooms'),(45694,'accomodation','1','managerental'),(45695,'accomodation','1','housekeeping'),(45696,'accomodation','1','changepayment'),(45697,'accomodation','1','dailypayments'),(45698,'accomodation','1','customerregister'),(45699,'accomodation','1','advancebooking'),(45700,'accomodation','1','checkoutcustomerwithbalance'),(45701,'accomodation','1','viewreports'),(45702,'accomodation','1','managecustomer'),(45703,'accomodation','1','accommodationreceiptionist'),(45704,'accomodation','1','meterreading'),(45705,'accomodation','1','viewroomcleaned'),(45706,'accomodation','1','config'),(45707,'accomodation','1','clearsales'),(45708,'accomodation','1','dailycollections'),(45709,'accomodation','1','bulkcheckin'),(45710,'accomodation','1','bulkreservation'),(45711,'accomodation','1','bulkstatuschange'),(45712,'accomodation','1','plotexpenses'),(45713,'branch','1','add'),(45714,'branch','1','view'),(45715,'branch','1','update'),(45716,'branch','1','delete'),(45717,'members','1','add'),(45718,'members','1','update'),(45719,'members','1','deletepeople'),(45720,'members','1','opencloseshift'),(45721,'members','1','UpdateRenewal'),(45722,'users','1','add'),(45723,'users','1','update'),(45724,'users','1','delete'),(45725,'users','1','deleteallroles'),(45726,'productscategory','1','add'),(45727,'productscategory','1','update'),(45728,'productscategory','1','delete'),(45729,'productlist','1','bulk'),(45730,'productlist','1','move'),(45731,'productlist','1','more'),(45732,'productlist','1','updatestock'),(45733,'productlist','1','transfer'),(45734,'productlist','1','addstock'),(45735,'productlist','1','delete'),(45736,'productlist','1','view'),(45737,'productlist','1','update'),(45738,'productlist','1','add'),(45739,'productlist','1','stocktaking'),(45740,'productlist','1','openclosestock'),(45741,'productlist','1','editstocktaken'),(45742,'productlist','1','editopenclosestock'),(45743,'productlist','1','changeserialstatus'),(45744,'productlist','1','viewserials'),(45745,'productlist','1','bulkpriceupdate'),(45746,'productlist','1','negativestockadjustment'),(45747,'productlist','1','viewproduction'),(45748,'productlist','1','assignproduction'),(45749,'productlist','1','deleteproductionitem'),(45750,'productlist','1','updateproductionitem'),(45751,'products','1','add'),(45752,'products','1','update'),(45753,'products','1','delete'),(45754,'products','1','addstock'),(45755,'products','1','more'),(45756,'products','1','bulk'),(45757,'products','1','deleteorder'),(45758,'products','1','dispatch'),(45759,'products','1','removestock'),(45760,'products','1','price'),(45761,'products','1','removeallstock'),(45762,'products','1','bulkpriceupdate'),(45763,'products','1','negativestockadjustment'),(45764,'incomingstock','1','add'),(45765,'incomingstock','1','update'),(45766,'incomingstock','1','view'),(45767,'incomingstock','1','delete'),(45768,'incomingstore','1','add'),(45769,'incomingstore','1','delete'),(45770,'incomingstore','1','view'),(45771,'lowstocklist','1','add'),(45772,'lowstocklist','1','more'),(45773,'lowstocklist','1','view'),(45774,'lowproducts','1','add'),(45775,'lowproducts','1','update'),(45776,'damagedproducts','1','add'),(45777,'damagedproducts','1','update'),(45778,'damagedproducts','1','delete'),(45779,'projectsmanagement','1','view'),(45780,'projectsmanagement','1','add'),(45781,'projectsmanagement','1','update'),(45782,'projectsmanagement','1','delete'),(45783,'assets','1','add'),(45784,'assets','1','update'),(45785,'assets','1','delete'),(45786,'accounting','1','deletebank'),(45787,'accounting','1','deleteglaccount'),(45788,'accounting','1','view'),(45789,'bankdeposits','1','add'),(45790,'bankdeposits','1','update'),(45791,'bankdeposits','1','delete'),(45792,'banktransfer','1','add'),(45793,'journalentry','1','add'),(45794,'accountingreports','1','view'),(45795,'chequemanagemant','1','add'),(45796,'chequemanagemant','1','view'),(45797,'peoplecategory','1','add'),(45798,'peoplecategory','1','update'),(45799,'peoplecategory','1','delete'),(45800,'departments','1','add'),(45801,'payrollsetup','1','add'),(45802,'labourrecords','1','add'),(45803,'leavemanagement','1','add'),(45804,'biometricrecords','1','add'),(45805,'payroll','1','add'),(45806,'loyalitycards','1','add'),(45807,'loyalitycards','1','update'),(45808,'reports','1','view'),(45809,'reports','1','download'),(45810,'reports','1','update'),(45811,'reports','1','viewall'),(45812,'displayreport','1','view'),(45813,'grouping','1','add'),(45814,'grouping','1','update'),(45815,'grouping','1','delete'),(45816,'sendsms','1','add'),(45817,'sendsms','1','update'),(45818,'sendsms','1','delete'),(45819,'sendsms','1','transfersms'),(45820,'documents','1','add'),(45821,'documents','1','update'),(45822,'documents','1','delete'),(45823,'documents','1','viewalldocuments'),(45824,'humanresource','1','add'),(45825,'humanresource','1','update'),(45826,'humanresource','1','approve'),(45827,'humanresource','1','delete'),(45828,'humanresource','1','view'),(45829,'humanresource','1','allocate'),(45830,'humanresource','1','viewallpayroll'),(45831,'humanresource','1','leavesetup'),(45832,'humanresource','1','allleaves '),(45833,'humanresource','1','bioattendance'),(45834,'taskscategory','1','add'),(45835,'taskscategory','1','update'),(45836,'taskscategory','1','delete'),(45837,'task','1','add'),(45838,'task','1','viewall'),(45839,'task','1','update'),(45840,'task','1','postspecifictask'),(45841,'task','1','delete'),(45842,'task','1','postgeneraltask'),(45843,'task','1','viewothersspecifictask'),(45844,'task','1','viewothersgeneraltask'),(45845,'task','1','assigntask'),(45846,'task','1','posttaskforothers'),(45847,'task','1','overalclearingpendingtasks'),(45848,'callcenter','1','add'),(45849,'callcenter','1','upadate'),(45850,'callcenter','1','view'),(45851,'callcenter','1','download'),(45852,'callcenter','1','delete'),(45853,'deals','1','add'),(45854,'deals','1','update'),(45855,'deals','1','delete'),(45856,'deals','1','viewall'),(45857,'deals','1','addpossiblefeedback'),(45858,'deals','1','downloaddeals'),(45859,'deals','1','View others contact'),(45860,'deals','1','AddAgents'),(45861,'deals','1','transferdeals'),(45862,'complain','1','add'),(45863,'complain','1','view'),(45864,'complain','1','update'),(45865,'complain','1','allcompalin'),(45866,'complain','1','delete'),(45867,'events','1','add'),(45868,'events','1','update'),(45869,'events','1','delete'),(45870,'password','1','change'),(45871,'profile','1','update'),(45872,'ecommerce','1','add'),(45873,'ecommerce','1','update'),(45874,'ecommerce','1','delete'),(45875,'ecommerce','1','vieworders'),(45876,'ecommerce','1','setup'),(45877,'ecommerce','1','approveorders'),(45878,'quotation','1','add'),(45879,'quotation','1','update'),(45880,'quotation','1','delete'),(45881,'quotation','1','view'),(45882,'quotation','1','viewall'),(45883,'config','1','delete'),(45884,'config','1','add'),(45885,'config','1','update'),(45886,'sales','18','add'),(45887,'sales','18','suspend'),(45888,'sales','18','selectmessage'),(45889,'sales','18','printreceipt'),(45890,'sales','18','update'),(45891,'sales','18','cash'),(45892,'sales','18','delete'),(45893,'sales','18','moresales'),(45894,'sales','18','sale'),(45895,'sales','18','Logout'),(45896,'sales','18','mpesabalance'),(45897,'sales','18','displaycustomers'),(45898,'sales','18','discount'),(45899,'sales','18','reprint'),(45900,'sales','18','select'),(45901,'sales','18','printbill'),(45902,'sales','18','productdiscount'),(45903,'sales','18','mpesa'),(45904,'sales','18','order'),(45905,'sales','18','closebill'),(45906,'sales','18','viewbuyingprice'),(45907,'sales','18','editsellingprice'),(45908,'sales','18','updatepaymentmode'),(45909,'sales','18','card'),(45910,'sales','18','clearpayments'),(45911,'sales','18','cheque'),(45912,'sales','18','creditnote'),(45913,'sales','18','voucher'),(45914,'sales','18','salesbeyondbprice'),(45915,'sales','18','points'),(45916,'sales','18','credit'),(45917,'sales','18','selectroom'),(45918,'sales','18','dontprint'),(45919,'sales','18','accountlimit'),(45920,'sales','18','backdatesales'),(45921,'sales','18','recordcoins'),(45922,'sales','18','changetaxstatus'),(45923,'sales','18','leaseitems'),(45924,'sales','18','giveloyalityponts'),(45925,'sales','18','dontshowstock'),(45926,'sales','18','splitbill'),(45927,'sales','18','changeuomonsales'),(45928,'sales','18','selecttable'),(45929,'sales','18','printdelivery'),(45930,'sales','18','sendsms'),(45931,'sales','18','selectcurrency'),(45932,'sales','18','salesperson'),(45933,'sales','18','usekeyboard'),(45934,'sales','18','receiptno'),(45935,'sales','18','negativesales'),(45936,'wholesale','18','sale'),(45937,'wholesale','18','add'),(45938,'wholesale','18','delete'),(45939,'wholesale','18','update'),(45940,'cashiersales','18','entermpesacode'),(45941,'cashiersales','18','editmpesa'),(45942,'cashiersales','18','all'),(45943,'cashiersales','18','delete'),(45944,'cashiersales','18','cashiersales'),(45945,'cashiersales','18','editmpesadate'),(45946,'cashiersales','18','dontshowtotal'),(45947,'cashiersales','18','adddailycollection'),(45948,'cashiersales','18','viewtill'),(45949,'cashiersales','18','viewdailycollections'),(45950,'cashiersales','18','deletedailycollections'),(45951,'cashiersales','18','updatedailycollections'),(45952,'cashiersales','18','reversempesa'),(45953,'cashiersales','18','clearallsales'),(45954,'cashiersales','18','viewallcollections'),(45955,'cashiersales','18','viewallcounters'),(45956,'cashiersales','18','mpesapendingreport'),(45957,'cashiersales','18','mpesaverifiedreport'),(45958,'cashiersales','18','viewcommission'),(45959,'cashiersales','18','viewmpesamessages'),(45960,'cashiersales','18','dailysalesonly'),(45961,'recorddelivery','18','add'),(45962,'recorddelivery','18','view'),(45963,'recorddelivery','18','update'),(45964,'recorddelivery','18','delete'),(45965,'recorddelivery','18','changestatus'),(45966,'recorddelivery','18','report'),(45967,'recorddelivery','18','Dispatched'),(45968,'recorddelivery','18','FailedDelivery'),(45969,'recorddelivery','18','ReturnedandReceived'),(45970,'recorddelivery','18','Delivered'),(45971,'recorddelivery','18','Claimraised'),(45972,'recorddelivery','18','ClaimOK'),(45973,'recorddelivery','18','ClaimDamaged'),(45974,'purchases','18','add'),(45975,'purchases','18','update'),(45976,'purchases','18','delete'),(45977,'purchases','18','updatebuyingprice'),(45978,'purchases','18','updatesellingprice'),(45979,'purchases','18','updateclosedinvoice'),(45980,'purchases','18','viewquotation'),(45981,'purchases','18','viewserials'),(45982,'purchases','18','viewdirectpurchases'),(45983,'purchases','18','viewpurchase'),(45984,'purchases','18','salesorder'),(45985,'purchases','18','budget'),(45986,'purchases','18','showdefaultserials'),(45987,'purchases','18','viewallcounters'),(45988,'purchases','18','approve'),(45989,'purchases','18','addbatchno'),(45990,'purchases','18','addexpirydate'),(45991,'viewreturnsales','18','add'),(45992,'viewreturnsales','18','update'),(45993,'viewreturnsales','18','delete'),(45994,'viewreturnsales','18','return'),(45995,'viewreturnsales','18','clear'),(45996,'viewreturnsales','18','moresales'),(45997,'income','18','View'),(45998,'income','18','add'),(45999,'income','18','wiewinvoices'),(46000,'income','18','detailedvatinvoice'),(46001,'incomeexpenses','18','add'),(46002,'incomeexpenses','18','closeexpense'),(46003,'incomeexpenses','18','update'),(46004,'incomeexpenses','18','updateclosedexpenses'),(46005,'incomeexpenses','18','wiewinvoices'),(46006,'incomeexpenses','18','viewbills'),(46007,'incomeexpenses','18','viewexpense'),(46008,'incomeexpenses','18','viewdebtors'),(46009,'incomeexpenses','18','viewcreditors'),(46010,'incomeexpenses','18','postrentalexpenses'),(46011,'accomodation','18','viewrooms'),(46012,'accomodation','18','addhouse'),(46013,'accomodation','18','dailysales'),(46014,'accomodation','18','viewhouse'),(46015,'accomodation','18','voucher'),(46016,'accomodation','18','mpesa'),(46017,'accomodation','18','points'),(46018,'accomodation','18','credit'),(46019,'accomodation','18','card'),(46020,'accomodation','18','cash'),(46021,'accomodation','18','cheque'),(46022,'accomodation','18','checkinroom'),(46023,'accomodation','18','checkoutroom'),(46024,'accomodation','18','addroom'),(46025,'accomodation','18','cancel'),(46026,'accomodation','18','checkin'),(46027,'accomodation','18','addcharges'),(46028,'accomodation','18','givediscount'),(46029,'accomodation','18','cleanrooms'),(46030,'accomodation','18','updatecharges'),(46031,'accomodation','18','updateroom'),(46032,'accomodation','18','postexpense'),(46033,'accomodation','18','updatehouse'),(46034,'accomodation','18','Post Bank Deposits'),(46035,'accomodation','18','managehotel'),(46036,'accomodation','18','assignrooms'),(46037,'accomodation','18','managerental'),(46038,'accomodation','18','changepayment'),(46039,'accomodation','18','housekeeping'),(46040,'accomodation','18','customerregister'),(46041,'accomodation','18','dailypayments'),(46042,'accomodation','18','advancebooking'),(46043,'accomodation','18','checkoutcustomerwithbalance'),(46044,'accomodation','18','managecustomer'),(46045,'accomodation','18','viewreports'),(46046,'accomodation','18','accomodationmanager'),(46047,'accomodation','18','accommodationcleaner'),(46048,'accomodation','18','accommodationreceiptionist'),(46049,'accomodation','18','config'),(46050,'accomodation','18','viewroomcleaned'),(46051,'accomodation','18','clearsales'),(46052,'accomodation','18','dailycollections'),(46053,'branch','18','add'),(46054,'branch','18','view'),(46055,'branch','18','update'),(46056,'branch','18','delete'),(46057,'members','18','add'),(46058,'members','18','update'),(46059,'members','18','deletepeople'),(46060,'members','18','opencloseshift'),(46061,'users','18','add'),(46062,'users','18','update'),(46063,'users','18','delete'),(46064,'users','18','deleteallroles'),(46065,'productscategory','18','add'),(46066,'productscategory','18','update'),(46067,'productscategory','18','delete'),(46068,'productlist','18','bulk'),(46069,'productlist','18','updatestock'),(46070,'productlist','18','move'),(46071,'productlist','18','more'),(46072,'productlist','18','transfer'),(46073,'productlist','18','addstock'),(46074,'productlist','18','delete'),(46075,'productlist','18','view'),(46076,'productlist','18','update'),(46077,'productlist','18','add'),(46078,'productlist','18','openclosestock'),(46079,'productlist','18','stocktaking'),(46080,'productlist','18','editstocktaken'),(46081,'productlist','18','editopenclosestock'),(46082,'productlist','18','changeserialstatus'),(46083,'productlist','18','viewserials'),(46084,'productlist','18','viewproductsfromallbranches'),(46085,'productlist','18','bulkpriceupdate'),(46086,'productlist','18','viewbprice'),(46087,'products','18','add'),(46088,'products','18','update'),(46089,'products','18','delete'),(46090,'products','18','addstock'),(46091,'products','18','more'),(46092,'products','18','bulk'),(46093,'products','18','deleteorder'),(46094,'products','18','dispatch'),(46095,'products','18','removestock'),(46096,'products','18','price'),(46097,'products','18','removeallstock'),(46098,'products','18','bulkpriceupdate'),(46099,'products','18','viewbprice'),(46100,'incomingstock','18','add'),(46101,'incomingstock','18','update'),(46102,'incomingstock','18','view'),(46103,'incomingstock','18','delete'),(46104,'incomingstore','18','add'),(46105,'incomingstore','18','delete'),(46106,'incomingstore','18','view'),(46107,'lowstocklist','18','add'),(46108,'lowstocklist','18','more'),(46109,'lowstocklist','18','view'),(46110,'lowproducts','18','add'),(46111,'lowproducts','18','update'),(46112,'damagedproducts','18','add'),(46113,'damagedproducts','18','update'),(46114,'damagedproducts','18','delete'),(46115,'projectsmanagement','18','view'),(46116,'projectsmanagement','18','add'),(46117,'projectsmanagement','18','update'),(46118,'projectsmanagement','18','delete'),(46119,'assets','18','add'),(46120,'assets','18','update'),(46121,'assets','18','delete'),(46122,'accounting','18','deletebank'),(46123,'accounting','18','deleteglaccount'),(46124,'accounting','18','view'),(46125,'bankdeposits','18','add'),(46126,'bankdeposits','18','update'),(46127,'bankdeposits','18','delete'),(46128,'banktransfer','18','add'),(46129,'journalentry','18','add'),(46130,'accountingreports','18','view'),(46131,'peoplecategory','18','add'),(46132,'peoplecategory','18','update'),(46133,'peoplecategory','18','delete'),(46134,'labourrecords','18','add'),(46135,'payroll','18','add'),(46136,'reports','18','view'),(46137,'reports','18','download'),(46138,'reports','18','delete'),(46139,'reports','18','update'),(46140,'reports','18','viewall'),(46141,'displayreport','18','view'),(46142,'grouping','18','add'),(46143,'grouping','18','update'),(46144,'grouping','18','delete'),(46145,'sendsms','18','add'),(46146,'sendsms','18','update'),(46147,'sendsms','18','delete'),(46148,'sendsms','18','transfersms'),(46149,'documents','18','add'),(46150,'documents','18','update'),(46151,'documents','18','delete'),(46152,'documents','18','viewalldocuments'),(46153,'humanresource','18','add'),(46154,'humanresource','18','approve'),(46155,'humanresource','18','update'),(46156,'humanresource','18','delete'),(46157,'humanresource','18','view'),(46158,'humanresource','18','allocate'),(46159,'humanresource','18','viewallpayroll'),(46160,'humanresource','18','leavesetup'),(46161,'humanresource','18','allleaves '),(46162,'humanresource','18','bioattendance'),(46163,'taskscategory','18','add'),(46164,'taskscategory','18','update'),(46165,'taskscategory','18','delete'),(46166,'task','18','add'),(46167,'task','18','update'),(46168,'task','18','viewall'),(46169,'task','18','delete'),(46170,'task','18','postspecifictask'),(46171,'task','18','postgeneraltask'),(46172,'task','18','viewothersspecifictask'),(46173,'task','18','viewothersgeneraltask'),(46174,'task','18','assigntask'),(46175,'task','18','posttaskforothers'),(46176,'callcenter','18','add'),(46177,'callcenter','18','upadate'),(46178,'callcenter','18','view'),(46179,'callcenter','18','download'),(46180,'callcenter','18','delete'),(46181,'deals','18','add'),(46182,'deals','18','update'),(46183,'deals','18','delete'),(46184,'deals','18','viewall'),(46185,'complain','18','add'),(46186,'complain','18','view'),(46187,'complain','18','update'),(46188,'complain','18','allcompalin'),(46189,'complain','18','delete'),(46190,'events','18','add'),(46191,'events','18','update'),(46192,'events','18','delete'),(46193,'password','18','change'),(46194,'profile','18','update'),(46195,'ecommerce','18','add'),(46196,'ecommerce','18','update'),(46197,'ecommerce','18','delete'),(46198,'ecommerce','18','vieworders'),(46199,'ecommerce','18','setup'),(46200,'ecommerce','18','approveorders'),(46201,'config','18','delete'),(46202,'config','18','add'),(46203,'config','18','update'); /*!40000 ALTER TABLE `permissionsactions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `plot` -- DROP TABLE IF EXISTS `plot`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `plot` ( `id` int(20) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `name` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `agentid` varchar(100) NOT NULL, `landlordid` varchar(100) NOT NULL, `totalhouse` varchar(100) NOT NULL, `country` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `description` text NOT NULL, `userid` varchar(100) NOT NULL, `accountname` varchar(100) NOT NULL, `accountno` varchar(100) NOT NULL, `commission` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `status` varchar(10) NOT NULL DEFAULT '1', `tax` decimal(10,2) NOT NULL, `bank` text NOT NULL, `branch` text NOT NULL, `penalty` decimal(10,2) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'rental', `branchid` int(11) NOT NULL, `penaltytype` varchar(30) NOT NULL DEFAULT 'percentage', `areas` varchar(30) NOT NULL DEFAULT 'yes', `coparent` varchar(30) NOT NULL DEFAULT 'yes', `water` varchar(30) NOT NULL DEFAULT 'yes', `garbage` varchar(30) NOT NULL DEFAULT 'yes', `power` varchar(30) NOT NULL DEFAULT 'yes', `showpenalty` varchar(30) NOT NULL, `partial` varchar(30) NOT NULL DEFAULT '', `vat2` decimal(10,0) DEFAULT 0, `invoicedate` varchar(10) NOT NULL DEFAULT '01', `penaltydate` varchar(10) NOT NULL DEFAULT '10', `duedate` varchar(30) NOT NULL DEFAULT '10', `taxtype` varchar(30) NOT NULL DEFAULT 'Landlord', `invoicesms` text NOT NULL, `receiptsms` text NOT NULL, `utility` varchar(20) NOT NULL DEFAULT 'yes', `service` varchar(50) NOT NULL DEFAULT 'no', `servicedeposit` varchar(10) DEFAULT 'no', `lease` varchar(10) DEFAULT 'no', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `plot` -- LOCK TABLES `plot` WRITE; /*!40000 ALTER TABLE `plot` DISABLE KEYS */; /*!40000 ALTER TABLE `plot` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `plotcharges` -- DROP TABLE IF EXISTS `plotcharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `plotcharges` ( `id` int(100) NOT NULL AUTO_INCREMENT, `chargeid` varchar(40) NOT NULL, `description` text NOT NULL, `plotno` varchar(100) NOT NULL, `cost` varchar(100) NOT NULL, `status` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `order` int(10) NOT NULL, `plotcharges` int(5) NOT NULL DEFAULT 1, `companyid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `plotcharges` -- LOCK TABLES `plotcharges` WRITE; /*!40000 ALTER TABLE `plotcharges` DISABLE KEYS */; /*!40000 ALTER TABLE `plotcharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `post` -- DROP TABLE IF EXISTS `post`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `post` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `createdat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `updatedat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `total` int(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `post` -- LOCK TABLES `post` WRITE; /*!40000 ALTER TABLE `post` DISABLE KEYS */; INSERT INTO `post` VALUES (1,'Manager','','2025-01-23 05:37:58am','0000-00-00 00:00:00',0),(2,'HOD','','2025-01-23 05:38:03am','0000-00-00 00:00:00',0); /*!40000 ALTER TABLE `post` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `postrecharge` -- DROP TABLE IF EXISTS `postrecharge`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `postrecharge` ( `id` int(11) NOT NULL AUTO_INCREMENT, `amount` decimal(10,2) NOT NULL, `userid` int(20) NOT NULL, `companyid` int(5) NOT NULL, `dateposted` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL, `branch` int(10) NOT NULL, `type` varchar(30) NOT NULL, `description` text NOT NULL, `balance` double(10,2) NOT NULL, `rate` decimal(10,2) NOT NULL, `balancebefore` decimal(10,2) DEFAULT NULL, `units` decimal(10,2) NOT NULL, `code` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `business` text NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `postrecharge` -- LOCK TABLES `postrecharge` WRITE; /*!40000 ALTER TABLE `postrecharge` DISABLE KEYS */; /*!40000 ALTER TABLE `postrecharge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `printers` -- DROP TABLE IF EXISTS `printers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `printers` ( `id` int(11) NOT NULL AUTO_INCREMENT, `categoryno` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `printers` -- LOCK TABLES `printers` WRITE; /*!40000 ALTER TABLE `printers` DISABLE KEYS */; /*!40000 ALTER TABLE `printers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productcategory` -- DROP TABLE IF EXISTS `productcategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `productcategory` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` int(11) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `maincategory` varchar(30) NOT NULL, `commission` varchar(20) NOT NULL DEFAULT '0', `shipping` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'Percentage', `imgid` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `productcategory` -- LOCK TABLES `productcategory` WRITE; /*!40000 ALTER TABLE `productcategory` DISABLE KEYS */; INSERT INTO `productcategory` VALUES (1,'Trainig',0,'2025-05-16 14:28:31','active','1','','1','1','0','','Percentage',NULL),(2,'Membership',0,'2025-05-16 14:29:11','active','1','','1','3','0','','Percentage',NULL); /*!40000 ALTER TABLE `productcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productcategorybox` -- DROP TABLE IF EXISTS `productcategorybox`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `productcategorybox` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` int(11) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `maincategory` varchar(30) NOT NULL, `commission` varchar(20) NOT NULL DEFAULT '0', `shipping` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'New', `imgid` varchar(50) DEFAULT NULL, `myheader` varchar(50) DEFAULT 'primary', `icon` varchar(50) NOT NULL DEFAULT 'home', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `productcategorybox` -- LOCK TABLES `productcategorybox` WRITE; /*!40000 ALTER TABLE `productcategorybox` DISABLE KEYS */; /*!40000 ALTER TABLE `productcategorybox` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productlist` -- DROP TABLE IF EXISTS `productlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `productlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(51) DEFAULT NULL, `description` varchar(255) NOT NULL, `tax_included` decimal(10,2) NOT NULL DEFAULT 16.00, `buyingprice` varchar(50) NOT NULL, `sellingprice` varchar(50) NOT NULL DEFAULT '0.00', `promoprice` varchar(50) DEFAULT NULL, `wholesaleprice` varchar(50) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `reorderevel` varchar(50) DEFAULT NULL, `allow_alt_description` tinyint(1) NOT NULL, `is_serialized` tinyint(1) NOT NULL, `imgid` varchar(255) DEFAULT NULL, `override_default_tax` int(1) NOT NULL DEFAULT 0, `is_service` int(1) NOT NULL DEFAULT 0, `deleted` int(1) NOT NULL DEFAULT 0, `qty` decimal(10,2) NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `branch` varchar(50) NOT NULL, `expdate` date NOT NULL, `orderamount` varchar(50) NOT NULL DEFAULT 'mainitem', `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `shortname` text NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `store` text NOT NULL, `code` varchar(100) NOT NULL, `uom` varchar(20) NOT NULL DEFAULT 'pcs', `producttype` varchar(30) NOT NULL DEFAULT 'Inventory', `vattype` varchar(20) NOT NULL DEFAULT 'VATABLE', `reorderquantity` varchar(20) DEFAULT NULL, `hscode` varchar(100) DEFAULT NULL, `itemclassification` varchar(50) NOT NULL, `country` varchar(50) NOT NULL, `itemtype` varchar(50) NOT NULL, `packagingunit` varchar(50) NOT NULL, `salesunit` varchar(50) NOT NULL, `itemstatus` varchar(50) NOT NULL, `itemtax` varchar(50) NOT NULL, `iddd` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`,`branch`), KEY `phppos_items_ibfk_1` (`supplier`), KEY `name` (`name`), KEY `deleted` (`deleted`), KEY `phppos_items_ibfk_2` (`imgid`), KEY `id` (`id`,`name`,`description`,`code`,`hscode`), KEY `id_2` (`id`,`name`,`description`,`code`,`hscode`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `productlist` -- LOCK TABLES `productlist` WRITE; /*!40000 ALTER TABLE `productlist` DISABLE KEYS */; INSERT INTO `productlist` VALUES (1,'Breakfast Meeting ','1','2','',16.00,'0','2500','0','1000','0000-00-00','0000-00-00','0',70,0,'3850731747394957',0,0,0,15.00,'2025-06-11 06:32:09','1','1','1','0000-00-00','mainitem','Inclusive','','active','','1','pcs','Service','VATABLE','','','','','','','','','',0),(2,'Membership','2','2','',0.00,'0','40000','0','40000',NULL,NULL,'0',0,0,'6039041747395012',0,0,0,2.00,'2025-05-16 14:30:48','1','1','1','0000-00-00','mainitem','Inclusive','','active','','2','pcs','Service','EXEMPTED','',NULL,'','','','','','','',0),(3,'Registration / Reservation','2','2','',0.00,'0','10000','0','10000',NULL,NULL,'0',0,0,'4752881747395049',0,0,0,33.00,'2025-05-16 14:31:38','1','1','1','0000-00-00','mainitem','Inclusive','','active','','3','pcs','Service','EXEMPTED','',NULL,'','','','','','','',0),(4,'Full Memebrship','2','2','',0.00,'0','50000','0','50000',NULL,NULL,'0',0,0,'2204861747395121',0,0,0,1.00,'2025-05-16 14:32:37','1','1','1','0000-00-00','mainitem','Inclusive','','active','','4','pcs','Service','EXEMPTED','',NULL,'','','','','','','',0),(5,'test ','1','2','',16.00,'1','5','0','3',NULL,NULL,'0',0,0,'3378161751264682',0,0,0,10.00,'2025-06-30 09:25:30','1','1','1','0000-00-00','mainitem','Inclusive','','active','','5','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0); /*!40000 ALTER TABLE `productlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `products` -- DROP TABLE IF EXISTS `products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `products` ( `id` int(30) NOT NULL AUTO_INCREMENT, `itemclassification` varchar(50) NOT NULL, `country` varchar(50) NOT NULL, `itemtype` varchar(50) NOT NULL, `packagingunit` varchar(50) NOT NULL, `salesunit` varchar(50) NOT NULL, `itemstatus` varchar(50) NOT NULL, `itemtax` varchar(50) NOT NULL, `name` varchar(255) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(50) DEFAULT NULL, `code` varchar(255) DEFAULT NULL, `description` varchar(255) NOT NULL, `tax_included` decimal(10,2) NOT NULL DEFAULT 16.00, `buyingprice` varchar(50) NOT NULL, `sellingprice` varchar(50) NOT NULL DEFAULT '0.00', `promoprice` varchar(50) DEFAULT NULL, `wholesaleprice` varchar(50) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `reorderevel` int(50) DEFAULT NULL, `allow_alt_description` tinyint(1) NOT NULL, `is_serialized` tinyint(1) NOT NULL, `imgid` varchar(255) DEFAULT NULL, `override_default_tax` int(1) NOT NULL DEFAULT 0, `is_service` int(1) NOT NULL DEFAULT 0, `deleted` int(1) NOT NULL DEFAULT 0, `qty` decimal(10,2) NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `store` varchar(50) NOT NULL, `expdate` date NOT NULL, `orderamount` varchar(50) NOT NULL DEFAULT 'mainitem', `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `shortname` varchar(50) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `uom` varchar(20) NOT NULL DEFAULT 'pcs', `producttype` varchar(30) NOT NULL DEFAULT 'Inventory', `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) NOT NULL, `vattype` varchar(20) NOT NULL DEFAULT 'VATABLE', `reorderquantity` varchar(20) DEFAULT NULL, `hscode` varchar(100) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `item_number` (`code`), KEY `phppos_items_ibfk_1` (`supplier`), KEY `name` (`name`), KEY `deleted` (`deleted`), KEY `phppos_items_ibfk_2` (`imgid`), KEY `id` (`id`,`name`,`code`,`description`,`hscode`), KEY `id_2` (`id`,`name`,`code`,`description`,`hscode`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `products` -- LOCK TABLES `products` WRITE; /*!40000 ALTER TABLE `products` DISABLE KEYS */; INSERT INTO `products` VALUES (1,'','','','','','','','Breakfast Meeting ','1','2','1','',16.00,'0','2500','5','1000',NULL,NULL,0,70,0,'3850731747394957',0,0,0,5.00,'2025-06-11 06:32:09','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Service','1110','4000','5500','VATABLE','',''),(2,'','','','','','','','Membership','2','2','2','',0.00,'0','40000','0','40000',NULL,NULL,0,0,0,'6039041747395012',0,0,0,0.00,'2025-05-16 14:30:48','1','1','','0000-00-00','mainitem','na','','active','pcs','Service','1110','4000','5500','EXEMPTED','',NULL),(3,'','','','','','','','Registration / Reservation','2','2','3','',0.00,'0','10000','0','10000',NULL,NULL,0,0,0,'4752881747395049',0,0,0,0.00,'2025-05-16 14:31:38','1','1','','0000-00-00','mainitem','na','','active','pcs','Service','1110','4000','5500','EXEMPTED','',NULL),(4,'','','','','','','','Full Memebrship','2','2','4','',0.00,'0','50000','0','50000',NULL,NULL,0,0,0,'2204861747395121',0,0,0,0.00,'2025-05-16 14:32:37','1','1','','0000-00-00','mainitem','na','','active','pcs','Service','1110','4000','5500','EXEMPTED','',NULL),(5,'','','','','','','','test ','1','2','5','',16.00,'1','5','0','3',NULL,NULL,0,0,0,'3378161751264682',0,0,0,0.00,'2025-06-30 09:25:30','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL); /*!40000 ALTER TABLE `products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productsgrouping` -- DROP TABLE IF EXISTS `productsgrouping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `productsgrouping` ( `id` int(50) NOT NULL AUTO_INCREMENT, `memberid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `user` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `updatedat` varchar(50) NOT NULL, `categoryid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `productsgrouping` -- LOCK TABLES `productsgrouping` WRITE; /*!40000 ALTER TABLE `productsgrouping` DISABLE KEYS */; /*!40000 ALTER TABLE `productsgrouping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `projects` -- DROP TABLE IF EXISTS `projects`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `projects` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, `category` int(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `projects` -- LOCK TABLES `projects` WRITE; /*!40000 ALTER TABLE `projects` DISABLE KEYS */; INSERT INTO `projects` VALUES (1,'HOUSE KEEPING','','2025-02-06 19:14:46','active','1','','1','',0),(2,'KITCHEN','','2025-02-06 19:14:55','active','1','','1','',0); /*!40000 ALTER TABLE `projects` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `projectsbudget` -- DROP TABLE IF EXISTS `projectsbudget`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `projectsbudget` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `createdate` varchar(20) NOT NULL, `expamount` decimal(10,2) NOT NULL, `usedamount` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `year` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `description` text NOT NULL, `todate` varchar(30) DEFAULT NULL, `projectid` int(11) NOT NULL, `qty` varchar(20) NOT NULL, `uom` varchar(20) NOT NULL, `usedqty` varchar(20) DEFAULT NULL, `balanceqty` varchar(20) DEFAULT NULL, `buyingprice` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `projectsbudget` -- LOCK TABLES `projectsbudget` WRITE; /*!40000 ALTER TABLE `projectsbudget` DISABLE KEYS */; /*!40000 ALTER TABLE `projectsbudget` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `projectsbudgettasks` -- DROP TABLE IF EXISTS `projectsbudgettasks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `projectsbudgettasks` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `createdate` varchar(20) NOT NULL, `expamount` decimal(10,2) NOT NULL, `usedamount` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `year` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `description` text NOT NULL, `todate` varchar(30) DEFAULT NULL, `projectid` int(11) NOT NULL, `qty` varchar(20) NOT NULL, `uom` varchar(20) NOT NULL, `usedqty` varchar(20) DEFAULT NULL, `balanceqty` varchar(20) DEFAULT NULL, `buyingprice` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `projectsbudgettasks` -- LOCK TABLES `projectsbudgettasks` WRITE; /*!40000 ALTER TABLE `projectsbudgettasks` DISABLE KEYS */; /*!40000 ALTER TABLE `projectsbudgettasks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `projectstask` -- DROP TABLE IF EXISTS `projectstask`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `projectstask` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `taskid` text NOT NULL, `category` int(20) DEFAULT NULL, `invoice` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `projectstask` -- LOCK TABLES `projectstask` WRITE; /*!40000 ALTER TABLE `projectstask` DISABLE KEYS */; /*!40000 ALTER TABLE `projectstask` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `proposal` -- DROP TABLE IF EXISTS `proposal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `proposal` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `description` text NOT NULL, `version` varchar(50) NOT NULL, `package` varchar(50) NOT NULL, `exactdate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `proposal` -- LOCK TABLES `proposal` WRITE; /*!40000 ALTER TABLE `proposal` DISABLE KEYS */; /*!40000 ALTER TABLE `proposal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `province` -- DROP TABLE IF EXISTS `province`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `province` ( `id` int(20) NOT NULL, `code` varchar(40) NOT NULL, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `province` -- LOCK TABLES `province` WRITE; /*!40000 ALTER TABLE `province` DISABLE KEYS */; INSERT INTO `province` VALUES (1,'1','Central','Central','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'2','Coast','Coast','0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,'3','Eastern','Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'4','Nairobi','Nairobi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,'5','North Eastern','North Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,'6','Nyanza','Nyanza','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'7','Rift valley','Rift valley','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'8','Western','Western','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `province` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `purchasecodes` -- DROP TABLE IF EXISTS `purchasecodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `purchasecodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `purchasecodes` -- LOCK TABLES `purchasecodes` WRITE; /*!40000 ALTER TABLE `purchasecodes` DISABLE KEYS */; INSERT INTO `purchasecodes` VALUES (1,'Wait for Approval','01',NULL,'Y','1'),(2,'Approved','02',NULL,'Y','2'),(3,'Cancel Requested','03',NULL,'Y','3'),(4,'Canceled','04',NULL,'Y','4'),(5,'Refunded','05',NULL,'Y','5'),(6,'Transferred','06',NULL,'Y','6'); /*!40000 ALTER TABLE `purchasecodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `purchaseorder` -- DROP TABLE IF EXISTS `purchaseorder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `purchaseorder` ( `id` int(11) NOT NULL AUTO_INCREMENT, `supplier` varchar(30) NOT NULL, `invoice` varchar(50) NOT NULL, `orderdate` datetime NOT NULL, `ordernumber` varchar(30) NOT NULL, `description` text NOT NULL, `userid` varchar(30) NOT NULL, `createdate` datetime NOT NULL, `orderedby` text NOT NULL, `shippingto` text NOT NULL, `canceldate` datetime NOT NULL, `deliverymethod` varchar(30) NOT NULL, `fob` text NOT NULL, `terms` text NOT NULL, `deliverydate` varchar(30) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'p.o', `amount` decimal(10,2) NOT NULL, `companyid` varchar(30) NOT NULL, `balance` decimal(10,2) NOT NULL, `fromdate` datetime NOT NULL, `paiddate` datetime NOT NULL, `updateddate` date NOT NULL, `updatedid` varchar(30) NOT NULL, `pin` varchar(30) DEFAULT NULL, `vattype` varchar(10) NOT NULL, `vat` varchar(20) NOT NULL, `taxable` decimal(10,2) DEFAULT NULL, `vatrate` varchar(20) NOT NULL, `paid` varchar(20) NOT NULL, `transactionstatus` varchar(20) NOT NULL DEFAULT 'open', `remarks` text DEFAULT NULL, `entrydate` date NOT NULL, `branchid` int(11) NOT NULL, `controller` int(11) NOT NULL, `approvalstatus` varchar(30) DEFAULT NULL, `branchto` varchar(30) DEFAULT NULL, `qty` varchar(20) DEFAULT NULL, `EXEMPTED` decimal(10,0) DEFAULT NULL, `ZERORATED` decimal(10,0) DEFAULT NULL, `agent` int(11) DEFAULT NULL, `paymentmethodes` varchar(20) NOT NULL, `taxblAmtD` varchar(50) DEFAULT NULL, `taxblAmtE` varchar(50) DEFAULT NULL, `taxRtA` varchar(50) NOT NULL, `taxRtC` varchar(50) DEFAULT NULL, `taxRtD` varchar(50) DEFAULT NULL, `taxRtE` varchar(50) DEFAULT NULL, `taxblAmtB` varchar(50) DEFAULT NULL, `taxAmtA` varchar(50) DEFAULT NULL, `taxAmtB` varchar(50) DEFAULT NULL, `taxAmtC` varchar(50) DEFAULT NULL, `taxAmtD` varchar(50) DEFAULT NULL, `taxAmtE` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `invoice` (`invoice`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `purchaseorder` -- LOCK TABLES `purchaseorder` WRITE; /*!40000 ALTER TABLE `purchaseorder` DISABLE KEYS */; INSERT INTO `purchaseorder` VALUES (1,'2','11749612312','2025-06-11 06:25:12','R546660','254 787 580056','1','2025-06-11 06:25:12','Default2 Default2','','2025-07-11 06:00:25','quotation','1','30 Days','','s.o',5400.00,'1',0.00,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00','',NULL,'','',NULL,'','','open',NULL,'0000-00-00',1,0,NULL,NULL,NULL,NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `purchaseorder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `purchaseorderlist` -- DROP TABLE IF EXISTS `purchaseorderlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `purchaseorderlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) DEFAULT 'retail', `sprice` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` varchar(50) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `unit` varchar(10) NOT NULL, `totalweight` varchar(10) NOT NULL, `serial` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `purchaseorderlist` -- LOCK TABLES `purchaseorderlist` WRITE; /*!40000 ALTER TABLE `purchaseorderlist` DISABLE KEYS */; INSERT INTO `purchaseorderlist` VALUES (4,'11749612312','1','1','2900','retail','2900','0','2025-06-11 06:32:33','','','','0','QT','400.00','','','1','pcs','1','2025-06-11 03:32:33','1','1','new','1','new','','',NULL),(5,'11751267189','2','20','800000','retail','40000','0','2025-06-30 10:07:13','','','','0','QT','0','','','1','','1','2025-06-30 07:07:13','3','2','new','1','new','','',NULL); /*!40000 ALTER TABLE `purchaseorderlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `quantitycodes` -- DROP TABLE IF EXISTS `quantitycodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `quantitycodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `company_id` varchar(20) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `quantitycodes` -- LOCK TABLES `quantitycodes` WRITE; /*!40000 ALTER TABLE `quantitycodes` DISABLE KEYS */; INSERT INTO `quantitycodes` VALUES (1,'Pair','4B','Pair','Y','1','1'),(2,'Cap','AV','Cap','Y','1','2'),(3,'Barrel','BA','Barrel','Y','1','3'),(4,'bundle','BE','bundle','Y','1','4'),(5,'bag','BG','bag','Y','1','5'),(6,'block','BL','block','Y','1','6'),(7,'BLL Barrel (petroleum) (158,987 dm3)','BLL','BLL Barrel (petroleum) (158,987 dm3)','Y','1','7'),(8,'box','BX','box','Y','1','8'),(9,'Can','CA','Can','Y','1','9'),(10,'Cell','CEL','Cell','Y','1','10'),(11,'centimetre','CMT','centimetre','Y','1','11'),(12,'CARAT','CR','CARAT','Y','1','12'),(13,'Drum','DR','Drum','Y','1','13'),(14,'Dozen','DZ','Dozen','Y','1','14'),(15,'Gallon','GLL','Gallon','Y','1','15'),(16,'Gram','GRM','Gram','Y','1','16'),(17,'Gross','GRO','Gross','Y','1','17'),(18,'Kilo-Gramme','KG','Kilo-Gramme','Y','1','18'),(19,'kilometre','KTM','kilometre','Y','1','19'),(20,'kilowatt','KWT','kilowatt','Y','1','20'),(21,'Litre','L','Litre','Y','1','21'),(22,'pound','LBR','pound','Y','1','22'),(23,'link','LK','link','Y','1','23'),(24,'Litre','LTR','Litre','Y','1','24'),(25,'Metre','M','Metre','Y','1','25'),(26,'Square Metre','M2','Square Metre','Y','1','26'),(27,'Cubic Metre','M3','Cubic Metre','Y','1','27'),(28,'milligram','MGM','milligram','Y','1','28'),(29,'metre','MTR','metre','Y','1','29'),(30,'megawatt hour (1000 kW.h)','MWT','megawatt hour (1000 kW.h)','Y','1','30'),(31,'Number','NO','Number','Y','1','31'),(32,'part per thousand','NX','part per thousand','Y','1','32'),(33,'packet','PA','packet','Y','1','33'),(34,'plate','PG','plate','Y','1','34'),(35,'pair','PR','pair','Y','1','35'),(36,'reel','RL','reel','Y','1','36'),(37,'roll','RO','roll','Y','1','37'),(38,'set','SET','set','Y','1','38'),(39,'sheet','ST','sheet','Y','1','39'),(40,'tonne (metric ton)','TNE','tonne (metric ton)','Y','1','40'),(41,'tube','TU','tube','Y','1','41'),(42,'Pieces/item [Number]','U','Pieces/item [Number]','Y','1','42'),(43,'yard','YRD','yard','Y','1','43'); /*!40000 ALTER TABLE `quantitycodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `quotation` -- DROP TABLE IF EXISTS `quotation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `quotation` ( `id` int(30) NOT NULL AUTO_INCREMENT, `supplier` text NOT NULL, `invoice` varchar(50) NOT NULL, `orderdate` varchar(30) NOT NULL, `ordernumber` varchar(30) DEFAULT NULL, `description` text NOT NULL, `userid` varchar(30) NOT NULL, `createdate` varchar(30) NOT NULL, `orderedby` text NOT NULL, `shippingto` text NOT NULL, `canceldate` varchar(30) NOT NULL, `deliverymethod` varchar(30) NOT NULL DEFAULT 'quotation', `fob` text NOT NULL, `terms` text NOT NULL, `deliverydate` varchar(30) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'new', `amount` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `preparedby` varchar(30) NOT NULL, `weight` varchar(10) NOT NULL DEFAULT 'No', `branchid` int(30) NOT NULL DEFAULT 1, `displayvat` varchar(50) DEFAULT NULL, `approvedby` int(11) DEFAULT NULL, `updatedid` int(11) DEFAULT NULL, `updateddate` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `invoice` (`invoice`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `quotation` -- LOCK TABLES `quotation` WRITE; /*!40000 ALTER TABLE `quotation` DISABLE KEYS */; INSERT INTO `quotation` VALUES (1,'2','11749612312','2025-06-11 06:25:12',NULL,'254 787 580056','1','2025-06-11 06:32:51','Default2 Default2','','2025-07-11 06:00:25','quotation','','30 Days','','new','2900','1','1','No',1,'yes',1,NULL,NULL),(2,'2','11751267189','2025-06-30 10:06:29','','david','1','2025-06-30 10:06:57','Customer Default','','2025-07-30 10:00:06','quotation','1','30 Days','','new','800000','1','1','No',1,'yes',0,NULL,NULL); /*!40000 ALTER TABLE `quotation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `reasons` -- DROP TABLE IF EXISTS `reasons`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `reasons` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `reasons` -- LOCK TABLES `reasons` WRITE; /*!40000 ALTER TABLE `reasons` DISABLE KEYS */; /*!40000 ALTER TABLE `reasons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `receipt` -- DROP TABLE IF EXISTS `receipt`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `receipt` ( `id` int(40) NOT NULL AUTO_INCREMENT, `plotno` varchar(60) NOT NULL, `houseno` varchar(40) NOT NULL, `tenantid` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `description` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `paymentstatus` varchar(40) NOT NULL, `paymentmode` varchar(40) NOT NULL, `transactioncode` varchar(100) DEFAULT NULL, `approvedby` varchar(60) NOT NULL, `approvaldate` varchar(60) NOT NULL, `overpayment` varchar(40) NOT NULL, `balance` decimal(10,2) NOT NULL DEFAULT 0.00, `companyid` varchar(100) NOT NULL, `paidby` varchar(50) NOT NULL, `exactime` varchar(30) NOT NULL, `paymentcode` varchar(30) NOT NULL, `paid` decimal(10,2) NOT NULL, `branchid` int(2) NOT NULL DEFAULT 1, `tax1` decimal(10,2) NOT NULL, `tax2` decimal(10,2) NOT NULL, `vatable` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `receipt` -- LOCK TABLES `receipt` WRITE; /*!40000 ALTER TABLE `receipt` DISABLE KEYS */; /*!40000 ALTER TABLE `receipt` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `recharge` -- DROP TABLE IF EXISTS `recharge`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `recharge` ( `id` int(11) NOT NULL AUTO_INCREMENT, `amount` decimal(10,2) NOT NULL, `userid` int(20) NOT NULL, `companyid` int(5) NOT NULL, `dateposted` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL, `branch` int(10) NOT NULL, `type` varchar(30) NOT NULL, `description` text NOT NULL, `balance` double(10,2) NOT NULL, `rate` decimal(10,2) NOT NULL, `balancebefore` decimal(10,2) NOT NULL, `units` decimal(10,2) NOT NULL, `code` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `business` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `recharge` -- LOCK TABLES `recharge` WRITE; /*!40000 ALTER TABLE `recharge` DISABLE KEYS */; /*!40000 ALTER TABLE `recharge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `refundreasoncodes` -- DROP TABLE IF EXISTS `refundreasoncodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `refundreasoncodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `refundreasoncodes` -- LOCK TABLES `refundreasoncodes` WRITE; /*!40000 ALTER TABLE `refundreasoncodes` DISABLE KEYS */; INSERT INTO `refundreasoncodes` VALUES (1,'Missing Quantity','01',NULL,'Y','1'),(2,'Missing Waiting','02',NULL,'Y','2'),(3,'Damaged','03',NULL,'Y','3'),(4,'Wasted','04',NULL,'Y','4'),(5,'Raw Material Shortage','05',NULL,'Y','5'),(6,'Refund','06',NULL,'Y','6'),(7,'Wrong Customer PIN','07',NULL,'Y','7'),(8,'Wrong Customer name','08',NULL,'Y','8'),(9,'Wrong Amount/price','09',NULL,'Y','9'),(10,'Wrong Quantity','10',NULL,'Y','10'),(11,'Wrong Item(s)','11',NULL,'Y','11'),(12,'Wrong tax type','12',NULL,'Y','12'),(13,'Other reason','13',NULL,'Y','13'); /*!40000 ALTER TABLE `refundreasoncodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `regions` -- DROP TABLE IF EXISTS `regions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `regions` ( `id` int(20) NOT NULL, `code` varchar(40) NOT NULL, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `regions` -- LOCK TABLES `regions` WRITE; /*!40000 ALTER TABLE `regions` DISABLE KEYS */; INSERT INTO `regions` VALUES (1,'1','Central','Central','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'2','Coast','Coast','0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,'3','Eastern','Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'4','Nairobi','Nairobi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,'5','North Eastern','North Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,'6','Nyanza','Nyanza','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'7','Rift valley','Rift valley','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'8','Western','Western','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `regions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `renewals` -- DROP TABLE IF EXISTS `renewals`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `renewals` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, `computerno` text NOT NULL, `fromdate` varchar(30) NOT NULL, `todate` varchar(30) DEFAULT NULL, `receiptno` varchar(50) NOT NULL, `duration` int(11) NOT NULL, `phone` varchar(20) DEFAULT NULL, `extensiontype` varchar(30) NOT NULL, `updatedid` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `renewals` -- LOCK TABLES `renewals` WRITE; /*!40000 ALTER TABLE `renewals` DISABLE KEYS */; /*!40000 ALTER TABLE `renewals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rentalpaymentmethodes` -- DROP TABLE IF EXISTS `rentalpaymentmethodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `rentalpaymentmethodes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `description` text NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'active', `dateposted` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `type` text NOT NULL, `balance` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `accountno` text DEFAULT NULL, `chargeid` int(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `rentalpaymentmethodes` -- LOCK TABLES `rentalpaymentmethodes` WRITE; /*!40000 ALTER TABLE `rentalpaymentmethodes` DISABLE KEYS */; INSERT INTO `rentalpaymentmethodes` VALUES (1,'RENT','','active','2021-09-17 06:53:31','1','1','4161','',1,NULL,1),(2,'DEPOSIT','DEPOSIT','active','2021-09-17 06:53:51','1','1','4162','',1,NULL,2),(3,'WATER/POWER DEPOSIT','','active','2021-09-17 06:56:08','1','1','4163','',1,NULL,3),(4,'PENALTY','','active','2021-09-17 06:56:20','1','1','4164','',1,NULL,4),(5,'WATER','','active','2021-09-17 06:56:41','1','1','4165','',1,NULL,5),(6,'PARTIAL PAYMENT','','active','2021-09-17 06:57:00','1','1','4166','',1,NULL,6),(7,'GARBAGE','','active','2021-09-17 06:57:23','1','1','4167','',1,NULL,7),(8,'DAMAGES','','active','2021-09-17 06:57:35','1','1','4168','',1,NULL,8),(9,'AGREEMENT FORM','','active','2021-09-17 06:58:32','1','1','4169','',1,NULL,9),(10,'POWER','','active','2021-09-17 06:59:00','1','1','4171','',1,NULL,10),(11,'SEWAGE','SEWAGE','active','2021-09-17 06:59:30','1','1','4172','',1,NULL,11),(12,'BED ONLY','','active','2021-09-17 06:59:55','1','1','4173','',1,NULL,12),(13,'BED AND BREAKFAST','','active','2021-09-17 07:00:38','1','1','4174','',1,NULL,13),(14,'POWER','eee','active','2023-04-14 17:13:29','1','1','4167','',1,NULL,10),(15,'WATER','','active','2023-08-16 09:49:06','1','1','4165','',1,NULL,5),(16,'SERVICE CHARGE','','active','2023-09-01 11:11:46','1','1','4169','',1,NULL,19); /*!40000 ALTER TABLE `rentalpaymentmethodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `report` -- DROP TABLE IF EXISTS `report`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `report` ( `id` int(50) NOT NULL AUTO_INCREMENT, `country` varchar(60) NOT NULL, `type` varchar(50) NOT NULL, `county` varchar(50) NOT NULL, `school` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `contact` varchar(60) NOT NULL, `place` varchar(60) NOT NULL, `occurancedate` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `img_id` varchar(60) NOT NULL, `updatedtime` varchar(40) NOT NULL, `status` varchar(40) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `report` -- LOCK TABLES `report` WRITE; /*!40000 ALTER TABLE `report` DISABLE KEYS */; /*!40000 ALTER TABLE `report` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `requisition` -- DROP TABLE IF EXISTS `requisition`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `requisition` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `orderdate` varchar(30) NOT NULL, `ordernumber` varchar(30) NOT NULL, `description` text NOT NULL, `userid` varchar(30) NOT NULL, `createdate` varchar(30) NOT NULL, `orderedby` text NOT NULL, `shippingto` text NOT NULL, `canceldate` varchar(30) NOT NULL, `deliverymethod` varchar(30) NOT NULL, `fob` text NOT NULL, `terms` text NOT NULL, `deliverydate` varchar(30) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'new', `amount` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `preparedby` varchar(30) NOT NULL, `taskid` varchar(30) NOT NULL DEFAULT 'No', `branchid` int(30) NOT NULL DEFAULT 1, `subtaskid` varchar(50) DEFAULT NULL, `invoice` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `requisition` -- LOCK TABLES `requisition` WRITE; /*!40000 ALTER TABLE `requisition` DISABLE KEYS */; /*!40000 ALTER TABLE `requisition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `requisitionitems` -- DROP TABLE IF EXISTS `requisitionitems`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `requisitionitems` ( `id` int(30) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) DEFAULT 'retail', `sprice` varchar(100) NOT NULL, `usedamount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `taskid` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` varchar(50) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `subtaskid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `createdate` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `usedqty` varchar(20) DEFAULT NULL, `balanceqty` varchar(10) NOT NULL, `expamount` varchar(10) NOT NULL, `uom` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `requisitionitems` -- LOCK TABLES `requisitionitems` WRITE; /*!40000 ALTER TABLE `requisitionitems` DISABLE KEYS */; /*!40000 ALTER TABLE `requisitionitems` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rolepermissions` -- DROP TABLE IF EXISTS `rolepermissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `rolepermissions` ( `moduleid` varchar(100) NOT NULL, `userid` int(10) NOT NULL, PRIMARY KEY (`moduleid`,`userid`), KEY `person_id` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `rolepermissions` -- LOCK TABLES `rolepermissions` WRITE; /*!40000 ALTER TABLE `rolepermissions` DISABLE KEYS */; INSERT INTO `rolepermissions` VALUES ('accomodation',1),('accounting',1),('accounting',5),('accountingreports',1),('accountingreports',5),('assets',1),('bankdeposits',1),('bankdeposits',5),('banktransfer',1),('banktransfer',5),('branch',1),('callcenter',1),('cashiersales',1),('cashiersales',2),('cashiersales',4),('cashiersales',8),('complain',1),('config',1),('damagedproducts',1),('deals',1),('displayreport',1),('documents',1),('ecommerce',1),('events',1),('grouping',1),('humanresource',1),('income',1),('incomeexpenses',1),('incomeexpenses',5),('incomingstock',1),('incomingstore',1),('journalentry',1),('labourrecords',1),('lowproducts',1),('lowstocklist',1),('members',1),('password',1),('password',2),('password',4),('password',8),('payroll',1),('peoplecategory',1),('productlist',1),('products',1),('productscategory',1),('profile',1),('profile',8),('projectsmanagement',1),('purchases',1),('recorddelivery',1),('recorddelivery',2),('reports',1),('sales',1),('sales',2),('sales',4),('sales',8),('sendsms',1),('task',1),('taskscategory',1),('users',1),('viewreturnsales',1),('viewreturnsales',4),('wholesale',1); /*!40000 ALTER TABLE `rolepermissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rolepermissionsactions` -- DROP TABLE IF EXISTS `rolepermissionsactions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `rolepermissionsactions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `moduleid` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `actionid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=572 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `rolepermissionsactions` -- LOCK TABLES `rolepermissionsactions` WRITE; /*!40000 ALTER TABLE `rolepermissionsactions` DISABLE KEYS */; INSERT INTO `rolepermissionsactions` VALUES (1,'sales','4','add'),(2,'sales','4','suspend'),(3,'sales','4','printreceipt'),(4,'sales','4','update'),(5,'sales','4','cash'),(6,'sales','4','delete'),(7,'sales','4','moresales'),(8,'sales','4','sale'),(9,'sales','4','Logout'),(10,'sales','4','mpesabalance'),(11,'sales','4','discount'),(12,'sales','4','reprint'),(13,'sales','4','select'),(14,'sales','4','printbill'),(15,'sales','4','productdiscount'),(16,'sales','4','mpesa'),(17,'sales','4','order'),(18,'sales','4','closebill'),(19,'sales','4','viewbuyingprice'),(20,'sales','4','editsellingprice'),(21,'sales','4','updatepaymentmode'),(22,'sales','4','card'),(23,'sales','4','clearpayments'),(24,'sales','4','cheque'),(25,'sales','4','creditnote'),(26,'sales','4','voucher'),(27,'sales','4','salesbeyondbprice'),(28,'sales','4','points'),(29,'sales','4','credit'),(30,'sales','4','selectroom'),(31,'sales','4','dontprint'),(32,'sales','4','accountlimit'),(33,'sales','4','backdatesales'),(34,'sales','4','recordcoins'),(35,'sales','4','changetaxstatus'),(36,'sales','4','leaseitems'),(37,'sales','4','giveloyalityponts'),(38,'sales','4','dontshowstock'),(39,'sales','4','splitbill'),(40,'sales','4','changeuomonsales'),(41,'sales','4','selecttable'),(42,'sales','4','printdelivery'),(43,'sales','4','sendsms'),(44,'sales','4','selectcurrency'),(45,'sales','4','salesperson'),(46,'sales','4','usekeyboard'),(47,'sales','4','receiptno'),(48,'sales','4','negativesales'),(49,'cashiersales','4','entermpesacode'),(50,'cashiersales','4','editmpesa'),(51,'cashiersales','4','all'),(52,'cashiersales','4','delete'),(53,'cashiersales','4','cashiersales'),(54,'cashiersales','4','editmpesadate'),(55,'cashiersales','4','dontshowtotal'),(56,'cashiersales','4','adddailycollection'),(57,'cashiersales','4','viewtill'),(58,'cashiersales','4','viewdailycollections'),(59,'cashiersales','4','deletedailycollections'),(60,'cashiersales','4','updatedailycollections'),(61,'cashiersales','4','reversempesa'),(62,'cashiersales','4','clearallsales'),(63,'cashiersales','4','viewallcollections'),(64,'cashiersales','4','viewallcounters'),(65,'cashiersales','4','mpesapendingreport'),(66,'cashiersales','4','mpesaverifiedreport'),(67,'cashiersales','4','viewcommission'),(68,'cashiersales','4','viewmpesamessages'),(69,'cashiersales','4','dailysalesonly'),(70,'viewreturnsales','4','add'),(71,'viewreturnsales','4','update'),(72,'viewreturnsales','4','delete'),(73,'viewreturnsales','4','return'),(74,'viewreturnsales','4','clear'),(75,'viewreturnsales','4','moresales'),(76,'password','4','change'),(77,'sales','8','add'),(78,'sales','8','suspend'),(79,'sales','8','update'),(80,'sales','8','cash'),(81,'sales','8','moresales'),(82,'sales','8','sale'),(83,'sales','8','Logout'),(84,'sales','8','displaycustomers'),(85,'sales','8','select'),(86,'sales','8','printbill'),(87,'sales','8','productdiscount'),(88,'sales','8','mpesa'),(89,'sales','8','order'),(90,'sales','8','closebill'),(91,'sales','8','viewbuyingprice'),(92,'sales','8','editsellingprice'),(93,'sales','8','updatepaymentmode'),(94,'sales','8','card'),(95,'sales','8','clearpayments'),(96,'sales','8','cheque'),(97,'sales','8','creditnote'),(98,'sales','8','voucher'),(99,'sales','8','salesbeyondbprice'),(100,'sales','8','points'),(101,'sales','8','credit'),(102,'sales','8','selectroom'),(103,'sales','8','dontprint'),(104,'sales','8','backdatesales'),(105,'sales','8','recordcoins'),(106,'sales','8','changetaxstatus'),(107,'sales','8','giveloyalityponts'),(108,'sales','8','dontshowstock'),(109,'sales','8','splitbill'),(110,'sales','8','changeuomonsales'),(111,'sales','8','selecttable'),(112,'sales','8','printdelivery'),(113,'sales','8','sendsms'),(114,'sales','8','selectcurrency'),(115,'sales','8','salesperson'),(116,'sales','8','usekeyboard'),(117,'sales','8','receiptno'),(118,'cashiersales','8','entermpesacode'),(119,'cashiersales','8','editmpesa'),(120,'cashiersales','8','all'),(121,'cashiersales','8','cashiersales'),(122,'cashiersales','8','editmpesadate'),(123,'cashiersales','8','dontshowtotal'),(124,'cashiersales','8','viewtill'),(125,'cashiersales','8','viewdailycollections'),(126,'cashiersales','8','updatedailycollections'),(127,'cashiersales','8','viewallcounters'),(128,'cashiersales','8','viewcommission'),(129,'cashiersales','8','viewmpesamessages'),(130,'cashiersales','8','dailysalesonly'),(131,'password','8','change'),(132,'profile','8','update'),(133,'sales','1','add'),(134,'sales','1','suspend'),(135,'sales','1','selectmessage'),(136,'sales','1','printreceipt'),(137,'sales','1','update'),(138,'sales','1','cash'),(139,'sales','1','delete'),(140,'sales','1','moresales'),(141,'sales','1','sale'),(142,'sales','1','Logout'),(143,'sales','1','mpesabalance'),(144,'sales','1','displaycustomers'),(145,'sales','1','discount'),(146,'sales','1','reprint'),(147,'sales','1','select'),(148,'sales','1','printbill'),(149,'sales','1','productdiscount'),(150,'sales','1','mpesa'),(151,'sales','1','order'),(152,'sales','1','closebill'),(153,'sales','1','viewbuyingprice'),(154,'sales','1','editsellingprice'),(155,'sales','1','updatepaymentmode'),(156,'sales','1','card'),(157,'sales','1','clearpayments'),(158,'sales','1','cheque'),(159,'sales','1','creditnote'),(160,'sales','1','voucher'),(161,'sales','1','salesbeyondbprice'),(162,'sales','1','points'),(163,'sales','1','credit'),(164,'sales','1','selectroom'),(165,'sales','1','dontprint'),(166,'sales','1','accountlimit'),(167,'sales','1','backdatesales'),(168,'sales','1','recordcoins'),(169,'sales','1','changetaxstatus'),(170,'sales','1','leaseitems'),(171,'sales','1','giveloyalityponts'),(172,'sales','1','dontshowstock'),(173,'sales','1','splitbill'),(174,'sales','1','changeuomonsales'),(175,'sales','1','selecttable'),(176,'sales','1','printdelivery'),(177,'sales','1','sendsms'),(178,'sales','1','selectcurrency'),(179,'sales','1','salesperson'),(180,'sales','1','usekeyboard'),(181,'sales','1','receiptno'),(182,'sales','1','negativesales'),(183,'wholesale','1','sale'),(184,'wholesale','1','add'),(185,'wholesale','1','delete'),(186,'wholesale','1','update'),(187,'cashiersales','1','entermpesacode'),(188,'cashiersales','1','editmpesa'),(189,'cashiersales','1','all'),(190,'cashiersales','1','delete'),(191,'cashiersales','1','cashiersales'),(192,'cashiersales','1','editmpesadate'),(193,'cashiersales','1','dontshowtotal'),(194,'cashiersales','1','adddailycollection'),(195,'cashiersales','1','viewtill'),(196,'cashiersales','1','viewdailycollections'),(197,'cashiersales','1','deletedailycollections'),(198,'cashiersales','1','updatedailycollections'),(199,'cashiersales','1','reversempesa'),(200,'cashiersales','1','clearallsales'),(201,'cashiersales','1','viewallcollections'),(202,'cashiersales','1','viewallcounters'),(203,'cashiersales','1','mpesapendingreport'),(204,'cashiersales','1','mpesaverifiedreport'),(205,'cashiersales','1','viewcommission'),(206,'cashiersales','1','viewmpesamessages'),(207,'cashiersales','1','dailysalesonly'),(208,'recorddelivery','1','add'),(209,'recorddelivery','1','view'),(210,'recorddelivery','1','update'),(211,'recorddelivery','1','delete'),(212,'recorddelivery','1','changestatus'),(213,'recorddelivery','1','report'),(214,'recorddelivery','1','Dispatched'),(215,'recorddelivery','1','FailedDelivery'),(216,'recorddelivery','1','ReturnedandReceived'),(217,'recorddelivery','1','Delivered'),(218,'recorddelivery','1','Claimraised'),(219,'recorddelivery','1','ClaimOK'),(220,'recorddelivery','1','ClaimDamaged'),(221,'purchases','1','add'),(222,'purchases','1','update'),(223,'purchases','1','delete'),(224,'purchases','1','updatebuyingprice'),(225,'purchases','1','updatesellingprice'),(226,'purchases','1','updateclosedinvoice'),(227,'purchases','1','viewquotation'),(228,'purchases','1','viewserials'),(229,'purchases','1','viewdirectpurchases'),(230,'purchases','1','viewpurchase'),(231,'purchases','1','salesorder'),(232,'purchases','1','budget'),(233,'purchases','1','showdefaultserials'),(234,'purchases','1','viewallcounters'),(235,'purchases','1','approve'),(236,'purchases','1','addbatchno'),(237,'purchases','1','addexpirydate'),(238,'viewreturnsales','1','add'),(239,'viewreturnsales','1','update'),(240,'viewreturnsales','1','delete'),(241,'viewreturnsales','1','return'),(242,'viewreturnsales','1','clear'),(243,'viewreturnsales','1','moresales'),(244,'income','1','View'),(245,'income','1','add'),(246,'income','1','wiewinvoices'),(247,'income','1','detailedvatinvoice'),(248,'incomeexpenses','1','add'),(249,'incomeexpenses','1','closeexpense'),(250,'incomeexpenses','1','update'),(251,'incomeexpenses','1','updateclosedexpenses'),(252,'incomeexpenses','1','wiewinvoices'),(253,'incomeexpenses','1','viewbills'),(254,'incomeexpenses','1','viewexpense'),(255,'incomeexpenses','1','viewdebtors'),(256,'incomeexpenses','1','viewcreditors'),(257,'incomeexpenses','1','postrentalexpenses'),(258,'accomodation','1','viewrooms'),(259,'accomodation','1','addhouse'),(260,'accomodation','1','dailysales'),(261,'accomodation','1','viewhouse'),(262,'accomodation','1','voucher'),(263,'accomodation','1','mpesa'),(264,'accomodation','1','points'),(265,'accomodation','1','credit'),(266,'accomodation','1','card'),(267,'accomodation','1','cash'),(268,'accomodation','1','cheque'),(269,'accomodation','1','checkinroom'),(270,'accomodation','1','checkoutroom'),(271,'accomodation','1','addroom'),(272,'accomodation','1','cancel'),(273,'accomodation','1','checkin'),(274,'accomodation','1','addcharges'),(275,'accomodation','1','givediscount'),(276,'accomodation','1','cleanrooms'),(277,'accomodation','1','updatecharges'),(278,'accomodation','1','updateroom'),(279,'accomodation','1','postexpense'),(280,'accomodation','1','updatehouse'),(281,'accomodation','1','Post Bank Deposits'),(282,'accomodation','1','managehotel'),(283,'accomodation','1','assignrooms'),(284,'accomodation','1','managerental'),(285,'accomodation','1','changepayment'),(286,'accomodation','1','housekeeping'),(287,'accomodation','1','customerregister'),(288,'accomodation','1','dailypayments'),(289,'accomodation','1','advancebooking'),(290,'accomodation','1','checkoutcustomerwithbalance'),(291,'accomodation','1','managecustomer'),(292,'accomodation','1','viewreports'),(293,'accomodation','1','accomodationmanager'),(294,'accomodation','1','accommodationcleaner'),(295,'accomodation','1','accommodationreceiptionist'),(296,'accomodation','1','config'),(297,'accomodation','1','viewroomcleaned'),(298,'accomodation','1','clearsales'),(299,'accomodation','1','dailycollections'),(300,'branch','1','add'),(301,'branch','1','view'),(302,'branch','1','update'),(303,'branch','1','delete'),(304,'members','1','add'),(305,'members','1','update'),(306,'members','1','deletepeople'),(307,'members','1','opencloseshift'),(308,'users','1','add'),(309,'users','1','update'),(310,'users','1','delete'),(311,'users','1','deleteallroles'),(312,'productscategory','1','add'),(313,'productscategory','1','update'),(314,'productscategory','1','delete'),(315,'productlist','1','bulk'),(316,'productlist','1','updatestock'),(317,'productlist','1','move'),(318,'productlist','1','more'),(319,'productlist','1','transfer'),(320,'productlist','1','addstock'),(321,'productlist','1','delete'),(322,'productlist','1','view'),(323,'productlist','1','update'),(324,'productlist','1','add'),(325,'productlist','1','openclosestock'),(326,'productlist','1','stocktaking'),(327,'productlist','1','editstocktaken'),(328,'productlist','1','editopenclosestock'),(329,'productlist','1','changeserialstatus'),(330,'productlist','1','viewserials'),(331,'productlist','1','viewproductsfromallbranches'),(332,'productlist','1','bulkpriceupdate'),(333,'productlist','1','viewbprice'),(334,'products','1','add'),(335,'products','1','update'),(336,'products','1','delete'),(337,'products','1','addstock'),(338,'products','1','more'),(339,'products','1','bulk'),(340,'products','1','deleteorder'),(341,'products','1','dispatch'),(342,'products','1','removestock'),(343,'products','1','price'),(344,'products','1','removeallstock'),(345,'products','1','bulkpriceupdate'),(346,'products','1','viewbprice'),(347,'incomingstock','1','add'),(348,'incomingstock','1','update'),(349,'incomingstock','1','view'),(350,'incomingstock','1','delete'),(351,'incomingstore','1','add'),(352,'incomingstore','1','delete'),(353,'incomingstore','1','view'),(354,'lowstocklist','1','add'),(355,'lowstocklist','1','more'),(356,'lowstocklist','1','view'),(357,'lowproducts','1','add'),(358,'lowproducts','1','update'),(359,'damagedproducts','1','add'),(360,'damagedproducts','1','update'),(361,'damagedproducts','1','delete'),(362,'projectsmanagement','1','view'),(363,'projectsmanagement','1','add'),(364,'projectsmanagement','1','update'),(365,'projectsmanagement','1','delete'),(366,'assets','1','add'),(367,'assets','1','update'),(368,'assets','1','delete'),(369,'accounting','1','deletebank'),(370,'accounting','1','deleteglaccount'),(371,'accounting','1','view'),(372,'bankdeposits','1','add'),(373,'bankdeposits','1','update'),(374,'bankdeposits','1','delete'),(375,'banktransfer','1','add'),(376,'journalentry','1','add'),(377,'accountingreports','1','view'),(378,'peoplecategory','1','add'),(379,'peoplecategory','1','update'),(380,'peoplecategory','1','delete'),(381,'labourrecords','1','add'),(382,'payroll','1','add'),(383,'reports','1','view'),(384,'reports','1','download'),(385,'reports','1','delete'),(386,'reports','1','update'),(387,'reports','1','viewall'),(388,'displayreport','1','view'),(389,'grouping','1','add'),(390,'grouping','1','update'),(391,'grouping','1','delete'),(392,'sendsms','1','add'),(393,'sendsms','1','update'),(394,'sendsms','1','delete'),(395,'sendsms','1','transfersms'),(396,'documents','1','add'),(397,'documents','1','update'),(398,'documents','1','delete'),(399,'documents','1','viewalldocuments'),(400,'humanresource','1','add'),(401,'humanresource','1','approve'),(402,'humanresource','1','update'),(403,'humanresource','1','delete'),(404,'humanresource','1','view'),(405,'humanresource','1','allocate'),(406,'humanresource','1','viewallpayroll'),(407,'humanresource','1','leavesetup'),(408,'humanresource','1','allleaves '),(409,'humanresource','1','bioattendance'),(410,'taskscategory','1','add'),(411,'taskscategory','1','update'),(412,'taskscategory','1','delete'),(413,'task','1','add'),(414,'task','1','update'),(415,'task','1','viewall'),(416,'task','1','delete'),(417,'task','1','postspecifictask'),(418,'task','1','postgeneraltask'),(419,'task','1','viewothersspecifictask'),(420,'task','1','viewothersgeneraltask'),(421,'task','1','assigntask'),(422,'task','1','posttaskforothers'),(423,'callcenter','1','add'),(424,'callcenter','1','upadate'),(425,'callcenter','1','view'),(426,'callcenter','1','download'),(427,'callcenter','1','delete'),(428,'deals','1','add'),(429,'deals','1','update'),(430,'deals','1','delete'),(431,'deals','1','viewall'),(432,'complain','1','add'),(433,'complain','1','view'),(434,'complain','1','update'),(435,'complain','1','allcompalin'),(436,'complain','1','delete'),(437,'events','1','add'),(438,'events','1','update'),(439,'events','1','delete'),(440,'password','1','change'),(441,'profile','1','update'),(442,'ecommerce','1','add'),(443,'ecommerce','1','update'),(444,'ecommerce','1','delete'),(445,'ecommerce','1','vieworders'),(446,'ecommerce','1','setup'),(447,'ecommerce','1','approveorders'),(448,'config','1','delete'),(449,'config','1','add'),(450,'config','1','update'),(512,'incomeexpenses','5','add'),(513,'incomeexpenses','5','closeexpense'),(514,'incomeexpenses','5','update'),(515,'incomeexpenses','5','updateclosedexpenses'),(516,'incomeexpenses','5','wiewinvoices'),(517,'incomeexpenses','5','viewbills'),(518,'incomeexpenses','5','viewexpense'),(519,'incomeexpenses','5','viewdebtors'),(520,'incomeexpenses','5','viewcreditors'),(521,'incomeexpenses','5','postrentalexpenses'),(522,'accounting','5','deletebank'),(523,'accounting','5','deleteglaccount'),(524,'accounting','5','view'),(525,'bankdeposits','5','add'),(526,'bankdeposits','5','update'),(527,'bankdeposits','5','delete'),(528,'banktransfer','5','add'),(529,'accountingreports','5','view'),(530,'sales','2','add'),(531,'sales','2','suspend'),(532,'sales','2','printreceipt'),(533,'sales','2','update'),(534,'sales','2','cash'),(535,'sales','2','moresales'),(536,'sales','2','sale'),(537,'sales','2','mpesa'),(538,'sales','2','card'),(539,'sales','2','updatepaymentmode'),(540,'sales','2','clearpayments'),(541,'sales','2','cheque'),(542,'sales','2','dontprint'),(543,'cashiersales','2','entermpesacode'),(544,'cashiersales','2','editmpesa'),(545,'cashiersales','2','cashiersales'),(546,'cashiersales','2','editmpesadate'),(547,'cashiersales','2','dontshowtotal'),(548,'cashiersales','2','adddailycollection'),(549,'cashiersales','2','viewtill'),(550,'cashiersales','2','viewdailycollections'),(551,'cashiersales','2','updatedailycollections'),(552,'cashiersales','2','mpesapendingreport'),(553,'cashiersales','2','viewallcounters'),(554,'cashiersales','2','mpesaverifiedreport'),(555,'cashiersales','2','viewcommission'),(556,'cashiersales','2','dailysalesonly'),(557,'cashiersales','2','viewmpesamessages'),(558,'recorddelivery','2','add'),(559,'recorddelivery','2','view'),(560,'recorddelivery','2','update'),(561,'recorddelivery','2','delete'),(562,'recorddelivery','2','changestatus'),(563,'recorddelivery','2','report'),(564,'recorddelivery','2','Dispatched'),(565,'recorddelivery','2','FailedDelivery'),(566,'recorddelivery','2','ReturnedandReceived'),(567,'recorddelivery','2','Delivered'),(568,'recorddelivery','2','Claimraised'),(569,'recorddelivery','2','ClaimOK'),(570,'recorddelivery','2','ClaimDamaged'),(571,'password','2','change'); /*!40000 ALTER TABLE `rolepermissionsactions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roles` -- DROP TABLE IF EXISTS `roles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `roles` ( `id` int(20) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roles` -- LOCK TABLES `roles` WRITE; /*!40000 ALTER TABLE `roles` DISABLE KEYS */; INSERT INTO `roles` VALUES (1,'Cashier','Cashier','2024-05-11 13:27:57','active','1','','1',''),(2,'Waiter','Waiter','2024-05-21 15:44:26','active','1','','1',''); /*!40000 ALTER TABLE `roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roomcharges` -- DROP TABLE IF EXISTS `roomcharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `roomcharges` ( `id` int(11) NOT NULL AUTO_INCREMENT, `roomid` varchar(40) NOT NULL, `plotno` varchar(100) NOT NULL, `cost` varchar(100) NOT NULL, `status` varchar(40) NOT NULL DEFAULT 'active', `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `name` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `chargeid` varchar(30) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `roomid` (`roomid`,`plotno`,`chargeid`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roomcharges` -- LOCK TABLES `roomcharges` WRITE; /*!40000 ALTER TABLE `roomcharges` DISABLE KEYS */; INSERT INTO `roomcharges` VALUES (1,'2','1','30000','active','2024-12-18 15:49:00','','1','','1','13 '),(2,'1','1','30000','active','2024-12-18 15:49:00','','1','','1','13 '),(3,'2','1','2000','active','2024-12-18 15:49:13','','1','','1','17 '),(4,'1','1','2000','active','2024-12-18 15:49:13','','1','','1','17 '),(7,'2','1','0','active','2025-01-28 09:26:55','','1','','1','12 '),(8,'1','1','0','active','2025-01-28 09:26:55','','1','','1','12 '); /*!40000 ALTER TABLE `roomcharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roomcollection` -- DROP TABLE IF EXISTS `roomcollection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `roomcollection` ( `id` int(11) NOT NULL AUTO_INCREMENT, `paiddate` varchar(100) NOT NULL, `invoice` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `remarks` varchar(100) NOT NULL, `balance` varchar(30) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `paymentmethodes` int(10) NOT NULL, `createdate` varchar(50) NOT NULL, `name` varchar(30) NOT NULL DEFAULT 'payment', `transactioncode` varchar(50) NOT NULL, `supplier` int(11) DEFAULT NULL, `branchid` int(11) DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roomcollection` -- LOCK TABLES `roomcollection` WRITE; /*!40000 ALTER TABLE `roomcollection` DISABLE KEYS */; INSERT INTO `roomcollection` VALUES (1,'2024-12-20 11:33:18','11734683577','1000','','1000','1','1',1050,'2024-12-20 11:33:48','payment','qweeqweqwew',1,1),(2,'2024-12-20 11:39:26','11734683942','2000','','6000','1','1',1010,'2024-12-20 11:39:49','payment','swedqwed',1,1),(3,'2024-12-20 12:14:12','11734683942','1111','','28889','1','1',1050,'2024-12-20 12:14:25','payment','',1,1); /*!40000 ALTER TABLE `roomcollection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roomsales` -- DROP TABLE IF EXISTS `roomsales`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `roomsales` ( `id` int(11) NOT NULL AUTO_INCREMENT, `plotno` int(11) NOT NULL, `houseno` varchar(20) NOT NULL, `customerid` int(20) DEFAULT NULL, `dateposted` varchar(30) NOT NULL, `total` decimal(10,2) NOT NULL, `userid` int(20) NOT NULL, `companyid` int(10) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'New', `description` text NOT NULL, `updatedat` varchar(30) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL, `branch` int(11) NOT NULL, `invoice` varchar(50) NOT NULL, `transactioncode` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roomsales` -- LOCK TABLES `roomsales` WRITE; /*!40000 ALTER TABLE `roomsales` DISABLE KEYS */; INSERT INTO `roomsales` VALUES (1,1,'101',1,'2024-12-23 11:43:41',1000.00,1,1,'New','8','',0,1,'11734942253','11734683942'),(2,1,'102',2,'2025-01-30 04:57:13',0.00,1,1,'merged','29','2025-01-30 04:59:12am',1,1,'11738202221','11738202139'),(3,1,'102',1,'2025-02-02 17:18:29',0.00,1,1,'merged','35','2025-02-02 05:31:26pm',1,1,'11738505845','11738406170'),(4,1,'101',3,'2025-02-03 11:15:16',220.00,1,1,'New','37','',0,1,'11738570511','11738509785'),(5,1,'102',3,'2025-02-03 11:15:42',220.00,1,1,'New','39','',0,1,'11738570524','11738568966'),(6,1,'101',3,'2025-02-05 17:01:35',880.00,1,1,'New','37','',0,1,'11738763990','11738509785'),(7,1,'102',2,'2025-02-21 13:07:08',550.00,1,1,'New','45','',0,1,'11740132403','11739180891'),(8,1,'102',2,'2025-02-27 19:43:14',220.00,1,1,'Cleared','45','2025-02-27 19:43:14',1,1,'11740653729','11739180891'),(9,1,'102',2,'2025-03-13 12:11:32',340.00,1,1,'New','45','',0,1,'11741857017','11739180891'); /*!40000 ALTER TABLE `roomsales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salary` -- DROP TABLE IF EXISTS `salary`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salary` ( `id` int(20) NOT NULL AUTO_INCREMENT, `userid` int(20) NOT NULL, `companyid` int(15) NOT NULL, `salary` decimal(10,2) NOT NULL, `pay` decimal(10,2) NOT NULL, `deductions` decimal(10,2) NOT NULL, `bonus` decimal(10,2) NOT NULL, `bankname` varchar(20) NOT NULL, `bankaccount` varchar(30) NOT NULL, `method` varchar(20) NOT NULL, `payment` varchar(20) NOT NULL, `netsalry` decimal(10,2) NOT NULL, `gross` decimal(10,2) NOT NULL, `memberid` int(11) NOT NULL, `salaryyear` varchar(20) NOT NULL, `paymentmode` varchar(30) NOT NULL, `slarymonth` varchar(20) NOT NULL, `number` varchar(20) NOT NULL, `createdate` varchar(30) NOT NULL, `relief` decimal(10,2) NOT NULL, `salaryid` varchar(100) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `loanbalance` decimal(10,2) NOT NULL, `nhif` int(20) DEFAULT NULL, `nssf` varchar(20) DEFAULT NULL, `paye` varchar(20) DEFAULT NULL, `advance` varchar(20) DEFAULT NULL, `otherdeductions` varchar(20) DEFAULT NULL, `currency` varchar(20) DEFAULT NULL, `transactiontypecode` varchar(20) DEFAULT NULL, `chargetype` varchar(20) DEFAULT NULL, `paymenttype` varchar(20) NOT NULL, `nhifrelief` decimal(10,2) NOT NULL, `houselevy` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salary` -- LOCK TABLES `salary` WRITE; /*!40000 ALTER TABLE `salary` DISABLE KEYS */; /*!40000 ALTER TABLE `salary` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salarycharges` -- DROP TABLE IF EXISTS `salarycharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salarycharges` ( `id` int(20) NOT NULL AUTO_INCREMENT, `code` int(20) NOT NULL, `name` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(20) NOT NULL DEFAULT 'Minus', `amountmode` varchar(20) NOT NULL, `qtymode` varchar(20) NOT NULL, `quantity` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `unit` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salarycharges` -- LOCK TABLES `salarycharges` WRITE; /*!40000 ALTER TABLE `salarycharges` DISABLE KEYS */; INSERT INTO `salarycharges` VALUES (6,2,'House Allowance','2019-03-28 12:47:59','Active','1','','1','Pay','Fixed','Fixed',1.00,0.00,''),(7,3,'Painting','2024-02-26 12:44:38','Active','1','','1','Pay','Fixed','Fixed',1.00,500.00,''),(8,4,'Travel Allowance','2019-03-28 12:48:59','Active','1','','1','Pay','Variable','Variable',1.00,0.00,''),(9,5,'Branding ','2024-02-26 12:44:20','Active','1','','1','Pay','Variable','Variable',1.00,200.00,''),(10,6,'Allowance','2019-03-28 12:50:16','Active','1','','1','Pay','Variable','Variable',1.00,0.00,''),(11,7,'Appreciation','2019-03-28 12:50:45','Active','1','','1','Pay','Variable','Variable',1.00,0.00,''),(12,8,'PAYE','2019-03-28 12:51:21','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(13,9,'NSSF','2019-03-28 12:51:38','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(14,10,'SHIF','2025-01-24 06:22:16','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,'2.75'),(15,11,'Advances','2019-03-28 13:00:47','Active','1','','1','Deduction','Variable','Variable',1.00,0.00,''),(16,12,'Loan payment','2019-03-28 13:03:14','Active','1','','1','Deduction','Variable','Variable',1.00,0.00,''),(18,14,'destruction','2019-03-28 13:04:59','Active','1','','1','Deduction','Variable','Variable',1.00,0.00,''),(19,15,'Loan','2019-06-11 13:31:04','Active','1','','1','Pay','Variable','Fixed',1.00,0.00,''),(20,26,'staff Uniforms','2023-05-15 08:38:23','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(21,16,'Helb / Sacco Loan ','2019-12-17 04:55:20','Active','1','','1','Deduction','Variable','Variable',1.00,0.00,''),(22,25,'LOST/DAMAGED ITEM','2023-05-15 08:38:05','Active','1','','1','Deduction','Variable','Fixed',1.00,900.00,''),(23,18,'sales cut ','2020-12-15 19:06:21','Active','1','','1','Deduction','Variable','Variable',1.00,0.00,''),(24,19,'UNPAID LEAVE DAYS','2021-04-05 10:49:16','Active','1','','1','Deduction','Variable','Fixed',1.00,0.00,''),(25,20,'DEDUCTION','2021-04-05 10:49:55','Active','1','','1','Deduction','Fixed','Variable',1.00,0.00,''),(26,21,'Insurance cover ','2022-02-04 10:16:25','Active','1','','1','Deduction','Variable','Fixed',1.00,0.00,''),(27,22,'PERFORMANCE PAY CUT','2023-01-23 12:04:28','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(28,23,'SALES COMMISSION','2023-03-02 09:44:12','Active','1','','1','Pay','Variable','Fixed',1.00,0.00,''),(29,24,'staff uniform shirts','2023-04-03 16:29:31','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,'1'),(30,2005,'House Levy','2023-09-02 08:12:42','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,'1.5'); /*!40000 ALTER TABLE `salarycharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales` -- DROP TABLE IF EXISTS `sales`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales` ( `id` int(11) NOT NULL AUTO_INCREMENT, `cashier` text NOT NULL, `type` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `due_date` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `balance` varchar(20) NOT NULL DEFAULT '0', `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `customer` varchar(50) DEFAULT NULL, `cash` varchar(50) NOT NULL, `total` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `salestype` varchar(50) NOT NULL, `maindiscount` varchar(20) DEFAULT NULL, `discountedtotal` varchar(20) NOT NULL, `branch` varchar(30) NOT NULL DEFAULT '1', `card` varchar(30) NOT NULL, `voucher` varchar(30) NOT NULL, `credit` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `mpesa` varchar(50) NOT NULL, `cheque` varchar(50) NOT NULL, `ordersales` varchar(20) DEFAULT 'printed', `description` text NOT NULL, `mytable` varchar(30) NOT NULL, `maincategory` varchar(30) DEFAULT NULL, `creditnote` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL DEFAULT 'No', `updatedby` varchar(10) NOT NULL, `updatedat` varchar(50) NOT NULL, `plotno` varchar(20) NOT NULL, `houseno` varchar(20) NOT NULL, `baddebt` varchar(30) NOT NULL, `tax1` varchar(30) NOT NULL, `tax2` varchar(30) NOT NULL, `cardnumber` varchar(50) DEFAULT NULL, `savedcoins` decimal(10,2) NOT NULL, `savedpoints` decimal(10,2) NOT NULL, `salesperson` int(11) DEFAULT NULL, `receiptno` varchar(50) DEFAULT NULL, `change` varchar(20) DEFAULT NULL, `currency` varchar(50) DEFAULT NULL, `othercurrency` varchar(20) DEFAULT NULL, `othercurrencyamount` decimal(10,2) DEFAULT NULL, `tocurrencyamount` decimal(10,2) NOT NULL, `currcptno` varchar(50) NOT NULL, `totrcptno` varchar(50) NOT NULL, `intrldata` text NOT NULL, `rcptsign` text NOT NULL, `sdcdatetime` varchar(50) NOT NULL, `taxblAmtA` varchar(50) DEFAULT NULL, `taxblAmtB` varchar(50) DEFAULT NULL, `taxblAmtC` varchar(50) DEFAULT NULL, `taxblAmtD` varchar(50) DEFAULT NULL, `taxblAmtE` varchar(50) DEFAULT NULL, `taxAmtA` varchar(50) DEFAULT NULL, `taxAmtB` varchar(50) DEFAULT NULL, `taxAmtC` varchar(50) DEFAULT NULL, `taxAmtD` varchar(50) DEFAULT NULL, `taxAmtE` varchar(50) DEFAULT NULL, `taxRtA` varchar(50) DEFAULT NULL, `taxRtB` varchar(50) DEFAULT NULL, `taxRtC` varchar(50) DEFAULT NULL, `taxRtD` varchar(50) DEFAULT NULL, `taxRtE` varchar(50) DEFAULT NULL, `sdcId` text NOT NULL, `mrcNo` text NOT NULL, `salesdump` text NOT NULL, `receiptdump` text NOT NULL, `etimsstatus` int(11) DEFAULT 0, `itemsstockmaster` text NOT NULL, PRIMARY KEY (`id`), KEY `id` (`id`,`userid`,`invoice`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales` -- LOCK TABLES `sales` WRITE; /*!40000 ALTER TABLE `sales` DISABLE KEYS */; INSERT INTO `sales` VALUES (1,'','Invoice','','2025-05-16 14:52:19','','-5000','1','2025-05-16 14:52:19','13','0','5000','1','retail','0','5000','1','0','0','5000','0','0','0','new',' ','','1','0','11747396305','No','','','','','6','','','',0.00,0.00,0,'',NULL,'KSH','KSH',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2,'','Invoice','','2025-06-05 21:43:53','','-40000','1','2025-06-05 21:43:53','15','0','50000','1','retail','0','50000','1','0','0','40000','0','10000','0','new',' ','','3','0','11749148988','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KSH','KSH',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3,'','Invoice','0.00','2025-06-11 06:33:19','Default2 Default2','-2900','1','2025-06-11 06:28:08','14','0','2900','1','retail','0','2900','1','0','0','2900','0','0','0','printed',' ','R546660','1','0','11749612312','No','1','2025-06-11 06:33:19','','','','','','',0.00,0.00,0,'',NULL,'KSH','KSH',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(4,'','Invoice','','2025-06-12 14:52:10','','-0','1','2025-06-12 14:52:10','16','0','0','1','retail','2490','0','1','0','0','0','0','0','0','new',' ','','1','2490','11749729099','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KSH','KSH',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(5,'','Invoice','','2025-06-13 08:39:19','','--10','1','2025-06-13 08:39:19','16','0','0','1','retail','2890','-10','1','0','0','-10','0','0','0','printed',' ','','1','2900','11749793006','Cleared','','','','','6','','','',0.00,0.00,0,'',NULL,'KSH','KSH',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(6,'','Invoice','','2025-06-13 08:59:04','','--10','1','2025-06-13 08:52:32','16','0','0','1','retail','2890','-10','1','0','0','-10','0','0','0','printed',' ','','1','2900','11749793833','Cleared','1','2025-06-13 08:59:04','','','4','','','',0.00,0.00,0,'',NULL,'KSH','KSH',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(7,'','Invoice','','2025-06-13 10:10:04','','--10','1','2025-06-13 10:02:17','16','0','0','1','retail','5780','-10','1','0','0','-10','0','0','0','printed',' ','','1','2900','11749797904','Cleared','1','2025-06-13 10:10:04','','','2','','','',0.00,0.00,0,'',NULL,'KSH','KSH',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(8,'','Invoice','','2025-06-13 10:04:16','','--2910','1','2025-06-13 10:04:16','16','0','0','1','retail','2890','-2910','1','0','0','0','0','0','0','printed',' ','','1','5800','11749798214','Cleared','','','','','1','','','',0.00,0.00,0,'',NULL,'KSH','KSH',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(9,'','Invoice','','2025-06-13 10:18:39','','--10','1','2025-06-13 10:18:39','16','0','0','1','retail','2890','-10','1','0','0','-10','0','0','0','printed',' ','','1','2900','11749799099','Cleared','','','','','2','','','',0.00,0.00,0,'',NULL,'KSH','KSH',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(10,'','Invoice','','2025-06-13 10:35:58','','--2910','1','2025-06-13 10:35:58','16','0','0','1','retail','2890','-2910','1','0','0','0','0','0','0','printed',' ','','1','5800','11749800136','Cleared','','','','','1','','','',0.00,0.00,0,'',NULL,'KSH','KSH',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(11,'','Invoice','','2025-06-13 10:53:07','','-0','1','2025-06-13 10:53:07','16','0','0','1','retail','2900','0','1','0','0','0','0','0','0','printed',' ','','1','2900','11749801144','Cleared','','','','','3','','','',0.00,0.00,0,'',NULL,'KSH','KSH',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(12,'','Invoice','','2025-06-13 11:02:21','','-2900','1','2025-06-13 11:02:21','16','0','2900','1','retail','0','2900','1','0','0','2900','0','0','0','new',' ','','1','0','11749801579','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KSH','KSH',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''); /*!40000 ALTER TABLE `sales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_holding` -- DROP TABLE IF EXISTS `sales_holding`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_holding` ( `id` int(11) NOT NULL AUTO_INCREMENT, `cashier` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `due_date` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `balance` varchar(20) NOT NULL DEFAULT '0', `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `customer` varchar(50) DEFAULT NULL, `cash` varchar(50) NOT NULL, `total` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `salestype` varchar(50) NOT NULL, `maindiscount` varchar(20) DEFAULT NULL, `discountedtotal` varchar(20) NOT NULL, `branch` varchar(30) NOT NULL DEFAULT '1', `card` varchar(30) NOT NULL, `voucher` varchar(30) NOT NULL, `credit` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `mpesa` varchar(50) NOT NULL, `cheque` varchar(50) NOT NULL, `ordersales` varchar(20) DEFAULT 'printed', `description` text NOT NULL, `mytable` varchar(30) NOT NULL, `maincategory` varchar(30) DEFAULT NULL, `creditnote` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL DEFAULT 'No', `updatedby` varchar(10) NOT NULL, `updatedat` varchar(50) NOT NULL, `plotno` varchar(20) NOT NULL, `houseno` varchar(20) NOT NULL, `baddebt` varchar(30) NOT NULL, `tax1` varchar(30) NOT NULL, `tax2` varchar(30) NOT NULL, `cardnumber` varchar(50) DEFAULT NULL, `savedcoins` decimal(10,2) NOT NULL, `savedpoints` decimal(10,2) NOT NULL, `salesperson` int(11) DEFAULT NULL, `receiptno` varchar(50) DEFAULT NULL, `change` varchar(20) DEFAULT NULL, `currency` varchar(50) DEFAULT NULL, `othercurrency` varchar(20) DEFAULT NULL, `othercurrencyamount` decimal(10,2) DEFAULT NULL, `tocurrencyamount` decimal(10,2) NOT NULL, `currcptno` varchar(50) NOT NULL, `totrcptno` varchar(50) NOT NULL, `intrldata` text NOT NULL, `rcptsign` text NOT NULL, `sdcdatetime` varchar(50) NOT NULL, `taxblAmtA` varchar(50) DEFAULT NULL, `taxblAmtB` varchar(50) DEFAULT NULL, `taxblAmtC` varchar(50) DEFAULT NULL, `taxblAmtD` varchar(50) DEFAULT NULL, `taxblAmtE` varchar(50) DEFAULT NULL, `taxAmtA` varchar(50) DEFAULT NULL, `taxAmtB` varchar(50) DEFAULT NULL, `taxAmtC` varchar(50) DEFAULT NULL, `taxAmtD` varchar(50) DEFAULT NULL, `taxAmtE` varchar(50) DEFAULT NULL, `taxRtA` varchar(50) DEFAULT NULL, `taxRtB` varchar(50) DEFAULT NULL, `taxRtC` varchar(50) DEFAULT NULL, `taxRtD` varchar(50) DEFAULT NULL, `taxRtE` varchar(50) DEFAULT NULL, `sdcId` text NOT NULL, `mrcNo` text NOT NULL, `salesdump` text NOT NULL, `receiptdump` text NOT NULL, `etimsstatus` int(11) NOT NULL DEFAULT 0, `itemsstockmaster` text NOT NULL, PRIMARY KEY (`id`), KEY `id` (`userid`,`invoice`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_holding` -- LOCK TABLES `sales_holding` WRITE; /*!40000 ALTER TABLE `sales_holding` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_holding` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_order` -- DROP TABLE IF EXISTS `sales_order`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_order` ( `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` decimal(10,2) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` text NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL DEFAULT '16', `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, `start` varchar(20) NOT NULL, `close` varchar(20) NOT NULL, `taxcode` varchar(50) DEFAULT NULL, `myinvoice` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_order` -- LOCK TABLES `sales_order` WRITE; /*!40000 ALTER TABLE `sales_order` DISABLE KEYS */; INSERT INTO `sales_order` VALUES (1,'11747396305','1',2.00,'5000','retail','0','2025-05-16 14:51:45','','','','0','Cash',0.00,'2500','','AMT','1','0.00','1','2025-05-16 11:57:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Service','1110','4000','5500','','','','1174739631442332721342'),(2,'11749148988','3',1.00,'10000','retail','0','2025-06-05 21:43:08','','','','0','Cash',0.00,'10000','','AMT','1','0.00','1','2025-06-05 18:44:12','3','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Service','1110','4000','5500','','','','1174914899874202387130'),(3,'11749148988','2',1.00,'40000','retail','0','2025-06-05 21:43:41','','','','0','Cash',0.00,'40000','','AMT','1','0.00','1','2025-06-05 18:44:12','3','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Service','1110','4000','5500','','','','1174914903342012233223'),(5,'11749612312','1',1.00,'2900','retail','0','2025-06-11 06:27:06','','','','0','PO',0.00,'2900','','','1','','1','2025-06-11 03:33:45','1','1','new','1','printed','pcs','','','1','no',NULL,'','','','EXEMPTED',0.00,'','','','Inclusive','branch','','','',NULL,'','',NULL,'11749612313'),(6,'11749729099','1',1.00,'2490','retail','10','2025-06-12 14:51:39','','','','0','Cash',343.45,'2490','','AMT','1','16.00','1','2025-06-13 05:48:24','1','1','returned','1','new','pcs','','2025-06-13 08:48:24','1','yes','','0','','','VATABLE',2146.55,'1','1.00','0','Inclusive','branch','Service','1110','4000','5500','','','','1174972912922232123132'),(7,'11749793006','1',1.00,'2890.00','retail','10','2025-06-13 08:36:46','','','','0','Cash',400.00,'2900','','AMT','1','16.00','1','2025-06-13 05:50:07','1','1','returned','1','new','pcs','','2025-06-13 08:50:07','1','yes','','0','','','VATABLE',2500.00,'','2.00','2','Inclusive','branch','Service','1110','4000','5500','','','','1174979308734338041372'),(9,'11749793833','1',1.00,'2890.00','retail','10','2025-06-13 08:50:33','','','','0','Cash',400.00,'2900','','','1','','1','2025-06-13 06:53:48','1','1','returned','1','printed','pcs','','2025-06-13 09:53:48','1','yes','','0','','','VATABLE',2500.00,'','4.00','4','Inclusive','branch','Service','1110','4000','5500','','',NULL,'1174979391329949329219'),(10,'11749797904','1',1.00,'2890.00','retail','10','2025-06-13 09:58:24','','','','0','Cash',400.00,'2900','','AMT','1','16.00','1','2025-06-13 07:09:34','1','1','returned','1','new','pcs','','2025-06-13 10:09:34','1','yes','','0','','','VATABLE',2500.00,'','7.00','7','Inclusive','branch','Service','1110','4000','5500','','','','1174979791932202332132'),(12,'11749797904','1',1.00,'2890.00','retail','10','2025-06-13 10:03:34','','','','0','Cash',400.00,'2900','','','1','','1','2025-06-13 07:26:55','1','1','returned','1','printed','pcs','','2025-06-13 10:26:55','1','yes','','0','','','VATABLE',2500.00,'','7.00','7','Inclusive','branch','Service','1110','4000','5500','','',NULL,'1174979824533434391142'),(13,'11749799099','1',1.00,'2890.00','retail','10','2025-06-13 10:18:19','','','','0','Cash',400.00,'2900','','AMT','1','16.00','1','2025-06-13 07:25:49','1','1','returned','1','new','pcs','','2025-06-13 10:25:49','1','yes','','0','','','VATABLE',2500.00,'','10.00','10','Inclusive','branch','Service','1110','4000','5500','','','','1174979910820780333714'),(14,'11749800136','1',1.00,'2890.00','retail','10','2025-06-13 10:35:36','','','','0','Cash',400.00,'2900','','AMT','1','16.00','1','2025-06-13 07:55:03','1','1','returned','1','new','pcs','','2025-06-13 10:55:03','1','yes','','0','','','VATABLE',2500.00,'','12.00','12','Inclusive','branch','Service','1110','4000','5500','','','','1174980014932433333244'),(15,'11749801144','1',1.00,'2900.00','retail','0.00','2025-06-13 10:52:24','','','','0','Cash',400.00,'2900.00','','AMT','1','16.00','1','2025-06-13 07:59:09','1','1','returned','1','new','pcs','','2025-06-13 10:59:09','1','yes','','0','','','VATABLE',2500.00,'','12.00','12','Inclusive','branch','Service','1110','4000','5500','','','','1174980115604477002040'),(16,'11749801579','1',1.00,'2900.00','retail','0.00','2025-06-13 10:59:39','','','','0','Cash',400.00,'2900.00','','AMT','1','16.00','1','2025-06-13 08:02:42','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',2500.00,'','15.00','15','Inclusive','branch','Service','1110','4000','5500','','','','1174980158734133332213'); /*!40000 ALTER TABLE `sales_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_ordercancelled` -- DROP TABLE IF EXISTS `sales_ordercancelled`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_ordercancelled` ( `myinvoice` varchar(50) DEFAULT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` decimal(10,2) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` text NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_ordercancelled` -- LOCK TABLES `sales_ordercancelled` WRITE; /*!40000 ALTER TABLE `sales_ordercancelled` DISABLE KEYS */; INSERT INTO `sales_ordercancelled` VALUES ('1174739619634212372330',1,'11747395627','2',1.00,'39990','retail','10','2025-05-16 14:40:27','','','','0','Cash',0.00,'39990','','','1','','1','2025-05-16 11:50:03','3','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Service','1110','4000','5500'),('1174914895920223931341',2,'11749148947','3',1.00,'9990','retail','10','2025-06-05 21:42:27','','','','0','Cash',0.00,'9990','','','1','','1','2025-06-05 18:42:49','3','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Service','1110','4000','5500'),('1174914897928397144222',3,'11749148970','1',1.00,'2500','retail','0','2025-06-05 21:42:50','','','','0','Cash',0.00,'2500','','','1','','1','2025-06-05 18:43:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Service','1110','4000','5500'),('1174914901493201443342',4,'11749148988','2',1.00,'39990','retail','10','2025-06-05 21:43:18','','','','0','Cash',0.00,'39990','','','1','','1','2025-06-05 18:43:40','3','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Service','1110','4000','5500'),('1174972897020024020222',5,'11749728851','1',1.00,'2490','retail','10','2025-06-12 14:47:31','','','','0','Cash',343.45,'2490','','','1','','1','2025-06-12 11:50:32','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',2146.55,'1','0.00','-1','Inclusive','branch','Service','1110','4000','5500'),('1174979246216330340372',6,'11749792435','1',1.00,'2490','retail','10','2025-06-13 08:27:15','','','','0','Cash',343.45,'2490','','','1','','1','2025-06-13 05:29:53','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',2146.55,'1','1.00','0','Inclusive','branch','Service','1110','4000','5500'),('1175126536131333614121',7,'11751265345','3',30.00,'299700','retail','300','2025-06-30 09:35:45','','','','0','Cash',0.00,'9990','','','1','','1','2025-06-30 06:44:31','3','2','new','1','new','pcs','','','','yes','','0','','','EXEMPTED',9990.00,'30','1.00','-29','Inclusive','branch','Service','1110','4000','5500'),('1175126591602632263213',8,'11751265905','5',1.00,'-8','retail','10','2025-06-30 09:45:05','','','','1','Cash',-1.10,'-8','','','1','','1','2025-06-30 06:49:55','1','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',-6.90,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('1175126626733210523102',9,'11751266252','3',2.00,'19980','retail','20','2025-06-30 09:50:52','','','','0','Cash',0.00,'9990','','','1','','1','2025-06-30 06:54:31','3','2','new','1','new','pcs','','','','yes','','0','','','EXEMPTED',9990.00,'2','31.00','29','Inclusive','branch','Service','1110','4000','5500'),('1175126650451003230003',10,'11751266490','4',1.00,'49990','retail','10','2025-06-30 09:54:50','','','','0','Cash',0.00,'49990','','','1','','1','2025-06-30 06:55:24','3','2','new','1','new','pcs','','','','yes','','0','','','EXEMPTED',49990.00,'1','0.00','-1','Inclusive','branch','Service','1110','4000','5500'); /*!40000 ALTER TABLE `sales_ordercancelled` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_orderholding` -- DROP TABLE IF EXISTS `sales_orderholding`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_orderholding` ( `myinvoice` varchar(50) NOT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` decimal(10,2) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` text NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `tax` decimal(10,2) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, `taxcode` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), KEY `id` (`id`,`invoice`,`code`,`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_orderholding` -- LOCK TABLES `sales_orderholding` WRITE; /*!40000 ALTER TABLE `sales_orderholding` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_orderholding` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_orderkitchen` -- DROP TABLE IF EXISTS `sales_orderkitchen`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_orderkitchen` ( `myinvoice` varchar(50) DEFAULT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` decimal(10,2) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` varchar(50) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_orderkitchen` -- LOCK TABLES `sales_orderkitchen` WRITE; /*!40000 ALTER TABLE `sales_orderkitchen` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_orderkitchen` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_orderraw` -- DROP TABLE IF EXISTS `sales_orderraw`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_orderraw` ( `myinvoice` varchar(50) NOT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` decimal(10,2) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` text NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `tax` decimal(10,2) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, `taxcode` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), KEY `id` (`id`,`invoice`,`code`,`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=70 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_orderraw` -- LOCK TABLES `sales_orderraw` WRITE; /*!40000 ALTER TABLE `sales_orderraw` DISABLE KEYS */; INSERT INTO `sales_orderraw` VALUES ('1175129687523212005228',69,'11751296836','3',1.00,'10000','retail','0','2025-06-26 19:07:59','','','','0','Cash','10000','','AMT','1','0','1','2025-06-26 17:07:59','3','2','new','1','new','pcs','','','','yes','','0','','','EXEMPTED',10000.00,0.00,'1','33.00','32','Inclusive','branch','Service','1110','4000','5500',''); /*!40000 ALTER TABLE `sales_orderraw` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_reading` -- DROP TABLE IF EXISTS `sales_reading`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_reading` ( `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `sprice` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` varchar(50) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `id` int(30) NOT NULL AUTO_INCREMENT, `status` varchar(30) NOT NULL DEFAULT 'new', `category` varchar(30) NOT NULL, `maincategory` varchar(10) NOT NULL, `start` varchar(100) NOT NULL, `close` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_reading` -- LOCK TABLES `sales_reading` WRITE; /*!40000 ALTER TABLE `sales_reading` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_reading` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salesreading` -- DROP TABLE IF EXISTS `salesreading`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salesreading` ( `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `cashier` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `due_date` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `balance` varchar(20) NOT NULL DEFAULT '0', `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `cash` varchar(50) NOT NULL, `total` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `salestype` varchar(50) NOT NULL, `maindiscount` varchar(20) DEFAULT NULL, `discountedtotal` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salesreading` -- LOCK TABLES `salesreading` WRITE; /*!40000 ALTER TABLE `salesreading` DISABLE KEYS */; /*!40000 ALTER TABLE `salesreading` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salesreport` -- DROP TABLE IF EXISTS `salesreport`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salesreport` ( `id` int(50) NOT NULL, `type` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `title` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` varchar(50) NOT NULL, `user` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `reportdate` varchar(50) NOT NULL, `recommendation` text NOT NULL, `controller` varchar(40) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salesreport` -- LOCK TABLES `salesreport` WRITE; /*!40000 ALTER TABLE `salesreport` DISABLE KEYS */; /*!40000 ALTER TABLE `salesreport` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salestatuscodes` -- DROP TABLE IF EXISTS `salestatuscodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salestatuscodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `name` text NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salestatuscodes` -- LOCK TABLES `salestatuscodes` WRITE; /*!40000 ALTER TABLE `salestatuscodes` DISABLE KEYS */; INSERT INTO `salestatuscodes` VALUES (1,'01',NULL,'Y','Wait for Approval','1'),(2,'02',NULL,'Y','Approved','2'),(3,'03',NULL,'Y','Cancel Requested','3'),(4,'04',NULL,'Y','Canceled','4'),(5,'05',NULL,'Y','Refunded','5'),(6,'06',NULL,'Y','Transferred','6'); /*!40000 ALTER TABLE `salestatuscodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `serials` -- DROP TABLE IF EXISTS `serials`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `serials` ( `id` int(11) NOT NULL AUTO_INCREMENT, `itemid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `qty` decimal(10,4) NOT NULL, `buyingprice` decimal(10,2) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `serial` varchar(50) NOT NULL, `otherserial` varchar(50) NOT NULL, `name` text NOT NULL, `description` text NOT NULL, `batchno` int(11) NOT NULL, `myid` int(50) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `serial` (`serial`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `serials` -- LOCK TABLES `serials` WRITE; /*!40000 ALTER TABLE `serials` DISABLE KEYS */; /*!40000 ALTER TABLE `serials` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `serialstocktaking` -- DROP TABLE IF EXISTS `serialstocktaking`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `serialstocktaking` ( `id` int(10) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `open` decimal(10,2) NOT NULL, `added` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(10) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'open', `userid` int(30) NOT NULL, `companyid` int(30) NOT NULL, `startdate` varchar(30) NOT NULL, `closedate` varchar(10) NOT NULL, `updatedby` int(10) NOT NULL, `postedtime` varchar(30) NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'open', `maincategory` int(11) NOT NULL, `serial` varchar(50) NOT NULL, `sellingprice` varchar(20) NOT NULL, `buyingprice` varchar(20) NOT NULL, `name` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `serialstocktaking` -- LOCK TABLES `serialstocktaking` WRITE; /*!40000 ALTER TABLE `serialstocktaking` DISABLE KEYS */; /*!40000 ALTER TABLE `serialstocktaking` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `setting` -- DROP TABLE IF EXISTS `setting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `setting` ( `name` varchar(255) NOT NULL, `value` text NOT NULL, PRIMARY KEY (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `setting` -- LOCK TABLES `setting` WRITE; /*!40000 ALTER TABLE `setting` DISABLE KEYS */; /*!40000 ALTER TABLE `setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sms` -- DROP TABLE IF EXISTS `sms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sms` ( `id` int(30) NOT NULL AUTO_INCREMENT, `contact` varchar(60) NOT NULL, `postedtime` varchar(40) NOT NULL, `message` text NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `smscount` int(11) NOT NULL, `messageId` int(11) NOT NULL, `response` text NOT NULL, `cost` int(11) NOT NULL, `bulkId` varchar(100) NOT NULL, `qty` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=29927 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sms` -- LOCK TABLES `sms` WRITE; /*!40000 ALTER TABLE `sms` DISABLE KEYS */; INSERT INTO `sms` VALUES (1,'254718667391','2025-05-29 07:45:22pm','test','active','1','1',0,0,'',0,'',''),(2,'254718667391','2025-05-29 07:46:11pm','dddd','active','1','1',0,0,'',0,'',''),(3,'+254701526990','2025-05-29 08:02:55pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING\r\nThursday, 29 May · 8:30 – 9:00pm\r\nTime zone: Africa/Nairobi\r\nGoogle Meet joining info\r\nVideo call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(4,'+254701526990','2025-05-29 08:04:06pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING Thursday, 29 May · 8:30 – 9:00pm Time zone: Africa/Nairobi Google Meet joining info Video call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(5,'+254723220544','2025-05-29 08:04:06pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING Thursday, 29 May · 8:30 – 9:00pm Time zone: Africa/Nairobi Google Meet joining info Video call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(6,'+254713294729','2025-05-29 08:04:06pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING Thursday, 29 May · 8:30 – 9:00pm Time zone: Africa/Nairobi Google Meet joining info Video call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(7,'+254714158954','2025-05-29 08:04:06pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING Thursday, 29 May · 8:30 – 9:00pm Time zone: Africa/Nairobi Google Meet joining info Video call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(8,'+254721400187','2025-05-29 08:04:06pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING Thursday, 29 May · 8:30 – 9:00pm Time zone: Africa/Nairobi Google Meet joining info Video call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(9,'+254701526990','2025-05-29 08:05:13pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING Thursday, 29 May · 8:30 – 9:00pm Time zone: Africa/Nairobi Google Meet joining info Video call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(10,'+254723220544','2025-05-29 08:05:13pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING Thursday, 29 May · 8:30 – 9:00pm Time zone: Africa/Nairobi Google Meet joining info Video call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(11,'+254713294729','2025-05-29 08:05:13pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING Thursday, 29 May · 8:30 – 9:00pm Time zone: Africa/Nairobi Google Meet joining info Video call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(12,'+254714158954','2025-05-29 08:05:13pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING Thursday, 29 May · 8:30 – 9:00pm Time zone: Africa/Nairobi Google Meet joining info Video call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(13,'+254721400187','2025-05-29 08:05:13pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING Thursday, 29 May · 8:30 – 9:00pm Time zone: Africa/Nairobi Google Meet joining info Video call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(14,'+254723870697','2025-05-29 08:05:13pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING Thursday, 29 May · 8:30 – 9:00pm Time zone: Africa/Nairobi Google Meet joining info Video call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(15,'+254721639164','2025-05-29 08:05:13pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING Thursday, 29 May · 8:30 – 9:00pm Time zone: Africa/Nairobi Google Meet joining info Video call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(16,'+254794013107','2025-05-29 08:05:13pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING Thursday, 29 May · 8:30 – 9:00pm Time zone: Africa/Nairobi Google Meet joining info Video call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(17,'+254714966666','2025-05-29 08:05:13pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING Thursday, 29 May · 8:30 – 9:00pm Time zone: Africa/Nairobi Google Meet joining info Video call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(18,'+254797650214','2025-05-29 08:05:13pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING Thursday, 29 May · 8:30 – 9:00pm Time zone: Africa/Nairobi Google Meet joining info Video call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(19,'+254712795955','2025-05-29 08:05:13pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING Thursday, 29 May · 8:30 – 9:00pm Time zone: Africa/Nairobi Google Meet joining info Video call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(20,'+254714488392','2025-05-29 08:05:13pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING Thursday, 29 May · 8:30 – 9:00pm Time zone: Africa/Nairobi Google Meet joining info Video call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(21,'+254798348149','2025-05-29 08:05:13pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING Thursday, 29 May · 8:30 – 9:00pm Time zone: Africa/Nairobi Google Meet joining info Video call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(22,'+254710823445','2025-05-29 08:05:13pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING Thursday, 29 May · 8:30 – 9:00pm Time zone: Africa/Nairobi Google Meet joining info Video call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(23,'+254740430111','2025-05-29 08:05:13pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING Thursday, 29 May · 8:30 – 9:00pm Time zone: Africa/Nairobi Google Meet joining info Video call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(24,'+254799921428','2025-05-29 08:05:13pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING Thursday, 29 May · 8:30 – 9:00pm Time zone: Africa/Nairobi Google Meet joining info Video call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(25,'254718667391','2025-05-29 08:05:13pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING Thursday, 29 May · 8:30 – 9:00pm Time zone: Africa/Nairobi Google Meet joining info Video call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(26,'+254113166206','2025-05-29 08:11:50pm','Good evening. This is to remind you to join the leadership meeting in preparation of tomorrow and Tuesday meeting. Kindly join Now..DRN LEADERSHIP MEETING Thursday, 29 May · 8:30 – 9:00pm Time zone: Africa/Nairobi Google Meet joining info Video call link: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(27,'+254113166206','2025-05-29 08:16:58pm','Good evening. This is to remind you to join the DRN leadership meeting in preparation for tomorrow online and Tuesday physical meeting. Kindly join by 8.30pm , today ,Thursday, 29 May · 8:30 – 9:00pm. Use this link to join: https://meet.google.com/fub-bore-rpq','active','1','1',0,0,'',0,'',''),(28,'233557336614','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(29,'243977358884','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(30,'244942733743','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(31,'254100198798','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(32,'254100504834','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(33,'254100603902','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(34,'254100643620','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(35,'254101490310','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(36,'254101549170','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(37,'254101844008','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(38,'254102252030','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(39,'254102310367','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(40,'254102800800','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(41,'254103402379','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(42,'254105060994','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(43,'254105769656','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(44,'254106074598','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(45,'254106395781','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(46,'254106500799','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(47,'254106704741','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(48,'254106792202','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(49,'254106943283','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(50,'254107891744','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(51,'254110508645','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(52,'254110873320','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(53,'254111219934','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(54,'254111282727','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(55,'254111625081','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(56,'254111924984','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(57,'254112070791','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(58,'254112205203','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(59,'254112618994','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(60,'254112636486','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(61,'254112738039','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(62,'254112770215','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(63,'254112792044','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(64,'254112810845','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(65,'254112859103','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(66,'254112895898','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(67,'254112908914','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(68,'254112910670','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(69,'254113069050','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(70,'254113152185','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(71,'254113166247','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(72,'254113166296','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(73,'254113166382','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(74,'254113166383','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(75,'254113188035','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(76,'254113202833','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(77,'254113217148','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(78,'254113222005','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(79,'254113424458','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(80,'254113486143','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(81,'254113602024','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(82,'254113809110','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(83,'254113877988','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(84,'254114006971','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(85,'254114035900','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(86,'254114150674','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(87,'254114180781','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(88,'254114333400','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(89,'254114608846','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(90,'254114725665','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(91,'254114771732','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(92,'254114974696','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(93,'254115150757','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(94,'254115751098','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(95,'254117333010','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(96,'254117656174','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(97,'254700003459','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(98,'254700033078','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(99,'254700037619','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(100,'254700073143','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(101,'254700081591','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(102,'254700087031','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(103,'254700093809','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(104,'254700100797','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(105,'254700101820','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(106,'254700110471','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(107,'254700166166','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(108,'254700222344','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(109,'254700236236','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(110,'254700326613','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(111,'254700355933','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(112,'254700359086','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(113,'254700400209','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(114,'254700410356','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(115,'254700467182','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(116,'254700478843','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(117,'254700504564','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(118,'254700516624','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(119,'254700519844','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(120,'254700528447','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(121,'254700607756','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(122,'254700622213','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(123,'254700699665','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(124,'254700717692','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(125,'254700719110','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(126,'254700896642','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(127,'254700902029','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(128,'254701019382','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(129,'254701035904','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(130,'254701039384','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(131,'254701092393','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(132,'254701100759','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(133,'254701110102','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(134,'254701114047','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(135,'254701206169','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(136,'254701213712','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(137,'254701214934','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(138,'254701288737','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(139,'254701346327','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(140,'254701425873','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(141,'254701429300','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(142,'254701474205','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(143,'254701581773','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(144,'254701687134','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(145,'254701828028','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(146,'254701898503','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(147,'254701908909','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(148,'254701931532','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(149,'254702074234','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(150,'254702087700','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(151,'254702115184','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(152,'254702118611','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(153,'254702157003','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(154,'254702160925','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(155,'254702219430','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(156,'254702220927','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(157,'254702246129','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(158,'254702263518','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(159,'254702342828','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(160,'254702366721','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(161,'254702386166','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(162,'254702425834','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(163,'254702455243','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(164,'254702521107','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(165,'254702527776','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(166,'254702527935','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(167,'254702544845','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(168,'254702624753','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(169,'254702625266','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(170,'254702657476','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(171,'254702707705','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(172,'254702870939','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(173,'254702892442','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(174,'254702905989','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(175,'254702909862','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(176,'254702925898','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(177,'254702960540','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(178,'254703100200','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(179,'254703210839','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(180,'254703215535','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(181,'254703232150','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(182,'254703235252','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(183,'254703394944','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(184,'254703503981','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(185,'254703527251','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(186,'254703545191','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(187,'254703546487','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(188,'254703594440','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(189,'254703632321','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(190,'254703644013','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(191,'254703673865','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(192,'254703727127','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(193,'254703738241','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(194,'254703740084','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(195,'254703795388','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(196,'254703807973','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(197,'254703859906','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(198,'254703871085','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(199,'254703948644','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(200,'254704017679','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(201,'254704094393','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(202,'254704104906','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(203,'254704141009','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(204,'254704235498','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(205,'254704238850','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(206,'254704326137','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(207,'254704338109','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(208,'254704409086','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(209,'254704420099','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(210,'254704448122','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(211,'254704454538','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(212,'254704479345','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(213,'254704522533','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(214,'254704569088','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(215,'254704594404','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(216,'254704607094','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(217,'254704619089','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(218,'254704640302','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(219,'254704677199','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(220,'254704718919','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(221,'254704818181','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(222,'254704821745','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(223,'254704834656','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(224,'254704902051','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(225,'254704908556','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(226,'254704914995','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(227,'254704966541','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(228,'254704985080','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(229,'254705119238','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(230,'254705145102','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(231,'254705150150','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(232,'254705164961','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(233,'254705281754','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(234,'254705415043','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(235,'254705502222','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(236,'254705503775','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(237,'254705537074','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(238,'254705562197','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(239,'254705562353','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(240,'254705580608','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(241,'254705601370','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(242,'254705695537','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(243,'254705813623','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(244,'254705866057','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(245,'254705876730','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(246,'254705888215','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(247,'254705959561','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(248,'254706081760','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(249,'254706133510','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(250,'254706151449','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(251,'254706207037','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(252,'254706267401','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(253,'254706267600','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(254,'254706311442','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(255,'254706343705','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(256,'254706368306','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(257,'254706449680','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(258,'254706467189','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(259,'254706493387','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(260,'254706609184','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(261,'254706633598','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(262,'254706655396','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(263,'254706720143','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(264,'254706737433','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(265,'254706788070','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(266,'254706793387','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(267,'254706948939','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(268,'254707014145','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(269,'254707038112','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(270,'254707087511','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(271,'254707088897','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(272,'254707163341','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(273,'254707171155','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(274,'254707178168','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(275,'254707179914','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(276,'254707188807','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(277,'254707199439','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(278,'254707212009','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(279,'254707230968','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(280,'254707251584','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(281,'254707253829','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(282,'254707274561','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(283,'254707323342','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(284,'254707341005','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(285,'254707354885','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(286,'254707357717','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(287,'254707400373','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(288,'254707429639','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(289,'254707449606','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(290,'254707458198','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(291,'254707518735','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(292,'254707534252','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(293,'254707546013','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(294,'254707566731','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(295,'254707599595','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(296,'254707607949','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(297,'254707664406','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(298,'254707666387','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(299,'254707673115','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(300,'254707674649','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(301,'254707828319','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(302,'254707875169','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(303,'254707882908','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(304,'254707891551','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(305,'254707957496','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(306,'254707975792','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(307,'254707998571','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(308,'254708097275','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(309,'254708181665','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(310,'254708181781','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(311,'254708187378','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(312,'254708273124','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(313,'254708338611','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(314,'254708382665','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(315,'254708428288','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(316,'254708443787','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(317,'254708476378','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(318,'254708739581','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(319,'254708755700','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(320,'254708821979','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(321,'254708836517','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(322,'254708877435','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(323,'254708887301','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(324,'254708905648','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(325,'254710166873','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(326,'254710189024','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(327,'254710199317','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(328,'254710254524','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(329,'254710259831','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(330,'254710265315','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(331,'254710306895','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(332,'254710326157','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(333,'254710374388','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(334,'254710400016','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(335,'254710415565','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(336,'254710431585','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(337,'254710463680','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(338,'254710504066','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(339,'254710688224','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(340,'254710740214','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(341,'254710766870','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(342,'254710823445','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(343,'254710823535','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(344,'254710833701','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(345,'254710836837','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(346,'254710836876','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(347,'254710857632','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(348,'254710945625','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(349,'254711109827','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(350,'254711121475','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(351,'254711150153','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(352,'254711151433','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(353,'254711156734','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(354,'254711172806','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(355,'254711173009','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(356,'254711187935','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(357,'254711188300','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(358,'254711208069','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(359,'254711266108','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(360,'254711303851','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(361,'254711324613','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(362,'254711407760','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(363,'254711447259','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(364,'254711534615','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(365,'254711536911','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(366,'254711542022','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(367,'254711565806','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(368,'254711578336','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(369,'254711598783','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(370,'254711642441','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(371,'254711689424','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(372,'254711692910','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(373,'254711729323','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(374,'254711758010','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(375,'254711785203','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(376,'254711834812','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(377,'254711850854','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(378,'254711961710','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(379,'254712181721','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(380,'254712205129','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(381,'254712210574','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(382,'254712214853','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(383,'254712216022','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(384,'254712228884','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(385,'254712251458','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(386,'254712401842','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(387,'254712534091','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(388,'254712540948','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(389,'254712542510','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(390,'254712673537','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(391,'254712678251','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(392,'254712695186','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(393,'254712731682','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(394,'254712780813','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(395,'254712800200','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(396,'254712801036','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(397,'254712812887','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(398,'254712863145','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(399,'254712888483','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(400,'254712909444','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(401,'254713020971','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(402,'254713041904','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(403,'254713112299','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(404,'254713231136','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(405,'254713248463','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(406,'254713294729','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(407,'254713322701','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(408,'254713355465','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(409,'254713382278','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(410,'254713393203','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(411,'254713439161','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(412,'254713491461','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(413,'254713502032','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(414,'254713514660','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(415,'254713597861','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(416,'254713725164','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(417,'254713736945','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(418,'254713824827','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(419,'254713932375','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(420,'254713980282','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(421,'254713982715','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(422,'254714045083','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(423,'254714119218','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(424,'254714238244','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(425,'254714251511','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(426,'254714253779','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(427,'254714275020','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(428,'254714284268','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(429,'254714354805','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(430,'254714362526','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(431,'254714406055','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(432,'254714442668','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(433,'254714457234','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(434,'254714459713','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(435,'254714494843','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(436,'254714572290','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(437,'254714574695','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(438,'254714581953','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(439,'254714583491','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(440,'254714610407','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(441,'254714680078','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(442,'254714686134','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(443,'254714714594','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(444,'254714809104','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(445,'254714870233','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(446,'254714874781','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(447,'254714880173','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(448,'254714895246','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(449,'254714896214','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(450,'254714960913','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(451,'254715018004','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(452,'254715096621','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(453,'254715096950','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(454,'254715104656','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(455,'254715132706','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(456,'254715199219','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(457,'254715212675','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(458,'254715220761','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(459,'254715280964','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(460,'254715328072','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(461,'254715370463','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(462,'254715388994','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(463,'254715393877','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(464,'254715411251','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(465,'254715413867','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(466,'254715460379','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(467,'254715487217','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(468,'254715511642','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(469,'254715542521','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(470,'254715548363','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(471,'254715555383','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(472,'254715606099','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(473,'254715650931','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(474,'254715666724','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(475,'254715668201','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(476,'254715739280','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(477,'254715757234','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(478,'254715801408','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(479,'254715956939','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(480,'254715971278','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(481,'254715994243','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(482,'254716100335','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(483,'254716172454','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(484,'254716257048','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(485,'254716300485','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(486,'254716302073','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(487,'254716419319','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(488,'254716437463','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(489,'254716512518','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(490,'254716523713','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(491,'254716525098','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(492,'254716584199','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(493,'254716653156','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(494,'254716653215','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(495,'254716709255','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(496,'254716724017','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(497,'254716727006','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(498,'254716748685','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(499,'254716803209','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(500,'254716887266','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(501,'254716889916','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(502,'254716941646','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(503,'254716964114','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(504,'254716979912','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(505,'254716987830','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(506,'254717022276','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(507,'254717069150','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(508,'254717265587','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(509,'254717320440','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(510,'254717329654','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(511,'254717353829','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(512,'254717362943','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(513,'254717433810','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(514,'254717444976','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(515,'254717568278','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(516,'254717587988','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(517,'254717612022','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(518,'254717670251','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(519,'254717695684','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(520,'254717712911','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(521,'254717728814','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(522,'254717738360','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(523,'254717752670','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(524,'254717760800','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(525,'254717772960','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(526,'254717856149','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(527,'254717873214','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(528,'254717886969','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(529,'254717919143','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(530,'254718002702','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(531,'254718039113','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(532,'254718178197','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(533,'254718182845','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(534,'254718191789','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(535,'254718209040','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(536,'254718209868','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(537,'254718254328','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(538,'254718410601','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(539,'254718443738','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(540,'254718443860','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(541,'254718589092','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(542,'254718658997','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(543,'254718683852','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(544,'254718698165','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(545,'254718798812','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(546,'254718906297','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(547,'254719104519','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(548,'254719122871','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(549,'254719160080','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(550,'254719278814','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(551,'254719290640','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(552,'254719408244','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(553,'254719438155','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(554,'254719699579','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(555,'254719731536','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(556,'254719759328','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(557,'254719768829','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(558,'254719861563','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(559,'254720005519','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(560,'254720046121','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(561,'254720060431','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(562,'254720075939','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(563,'254720125165','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(564,'254720130762','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(565,'254720139463','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(566,'254720236825','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(567,'254720247373','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(568,'254720250205','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(569,'254720267516','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(570,'254720285946','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(571,'254720289460','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(572,'254720298344','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(573,'254720300998','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(574,'254720340239','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(575,'254720406007','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(576,'254720418450','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(577,'254720442456','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(578,'254720445698','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(579,'254720454345','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(580,'254720470479','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(581,'254720526092','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(582,'254720531293','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(583,'254720533004','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(584,'254720574472','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(585,'254720589516','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(586,'254720606880','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(587,'254720612582','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(588,'254720613097','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(589,'254720613597','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(590,'254720614355','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(591,'254720654529','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(592,'254720666102','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(593,'254720675161','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(594,'254720705215','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(595,'254720716631','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(596,'254720733828','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(597,'254720743427','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(598,'254720746352','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(599,'254720752429','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(600,'254720779301','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(601,'254720784153','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(602,'254720804647','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(603,'254720805835','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(604,'254720828233','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(605,'254720828798','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(606,'254720899815','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(607,'254720902312','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(608,'254720918943','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(609,'254720940822','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(610,'254720941470','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(611,'254720945368','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(612,'254720980104','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(613,'254720998686','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(614,'254721145392','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(615,'254721146866','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(616,'254721158585','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(617,'254721169441','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(618,'254721231722','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(619,'254721241356','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(620,'254721255947','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(621,'254721256187','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(622,'254721257733','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(623,'254721258144','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(624,'254721258982','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(625,'254721261236','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(626,'254721291723','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(627,'254721310592','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(628,'254721314242','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(629,'254721326398','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(630,'254721328507','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(631,'254721364045','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(632,'254721366175','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(633,'254721386677','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(634,'254721396405','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(635,'254721408053','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(636,'254721432387','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(637,'254721434132','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(638,'254721470457','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(639,'254721486584','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(640,'254721488509','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(641,'254721492962','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(642,'254721494583','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(643,'254721512345','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(644,'254721518182','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(645,'254721533822','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(646,'254721554954','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(647,'254721566616','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(648,'254721588666','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(649,'254721605884','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(650,'254721610650','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(651,'254721610773','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(652,'254721631147','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(653,'254721633345','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(654,'254721636460','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(655,'254721637557','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(656,'254721639164','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(657,'254721639179','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(658,'254721642587','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(659,'254721662772','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(660,'254721669715','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(661,'254721684386','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(662,'254721687452','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(663,'254721709485','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(664,'254721714818','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(665,'254721717722','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(666,'254721733090','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(667,'254721733117','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(668,'254721739329','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(669,'254721799390','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(670,'254721815675','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(671,'254721815887','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(672,'254721816872','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(673,'254721825914','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(674,'254721857681','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(675,'254721859560','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(676,'254721863235','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(677,'254721885352','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(678,'254721895221','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(679,'254721900118','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(680,'254721911122','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(681,'254721926360','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(682,'254721947469','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(683,'254721962673','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(684,'254722105535','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(685,'254722117253','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(686,'254722118520','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(687,'254722134296','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(688,'254722136185','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(689,'254722137400','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(690,'254722172126','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(691,'254722177551','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(692,'254722211904','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(693,'254722223969','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(694,'254722245004','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(695,'254722250373','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(696,'254722257500','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(697,'254722260111','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(698,'254722268887','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(699,'254722274383','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(700,'254722274576','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(701,'254722288023','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(702,'254722296417','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(703,'254722315165','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(704,'254722332072','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(705,'254722334040','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(706,'254722335640','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(707,'254722341042','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(708,'254722355211','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(709,'254722372439','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(710,'254722378228','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(711,'254722381544','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(712,'254722382646','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(713,'254722408793','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(714,'254722428165','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(715,'254722431784','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(716,'254722442681','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(717,'254722444860','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(718,'254722449386','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(719,'254722450420','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(720,'254722461822','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(721,'254722491257','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(722,'254722493406','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(723,'254722517531','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(724,'254722518494','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(725,'254722529185','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(726,'254722531309','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(727,'254722542582','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(728,'254722543028','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(729,'254722547088','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(730,'254722558902','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(731,'254722579599','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(732,'254722582555','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(733,'254722585551','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(734,'254722595080','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(735,'254722604147','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(736,'254722607495','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(737,'254722608597','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(738,'254722611073','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(739,'254722639314','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(740,'254722643656','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(741,'254722645102','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(742,'254722647388','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(743,'254722653947','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(744,'254722655911','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(745,'254722663133','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(746,'254722674633','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(747,'254722675314','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(748,'254722687084','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(749,'254722692466','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(750,'254722701897','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(751,'254722706896','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(752,'254722709085','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(753,'254722710038','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(754,'254722710399','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(755,'254722710481','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(756,'254722713331','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(757,'254722714693','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(758,'254722722189','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(759,'254722724232','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(760,'254722731965','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(761,'254722738922','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(762,'254722740717','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(763,'254722758478','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(764,'254722760520','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(765,'254722763277','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(766,'254722764975','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(767,'254722766217','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(768,'254722775402','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(769,'254722778858','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(770,'254722784208','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(771,'254722797126','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(772,'254722798590','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(773,'254722801775','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(774,'254722803711','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(775,'254722809786','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(776,'254722814599','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(777,'254722818825','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(778,'254722823852','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(779,'254722833673','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(780,'254722835745','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(781,'254722842432','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(782,'254722844359','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(783,'254722847961','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(784,'254722847975','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(785,'254722871456','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(786,'254722883408','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(787,'254722885577','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(788,'254722891352','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(789,'254722892020','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(790,'254722893058','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(791,'254722895092','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(792,'254722896231','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(793,'254722899517','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(794,'254722902935','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(795,'254722918034','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(796,'254722933357','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(797,'254722941435','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(798,'254722943656','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(799,'254722949843','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(800,'254722949998','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(801,'254722950574','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(802,'254722967126','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(803,'254722972657','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(804,'254722983198','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(805,'254722988277','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(806,'254722993252','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(807,'254723017297','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(808,'254723025068','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(809,'254723026928','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(810,'254723033137','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(811,'254723049480','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(812,'254723050778','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(813,'254723072480','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(814,'254723101075','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(815,'254723122754','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(816,'254723138084','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(817,'254723214580','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(818,'254723220329','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(819,'254723229379','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(820,'254723230840','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(821,'254723286250','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(822,'254723291030','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(823,'254723326692','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(824,'254723327996','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(825,'254723352715','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(826,'254723365571','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(827,'254723400442','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(828,'254723436247','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(829,'254723439990','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(830,'254723442008','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(831,'254723445470','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(832,'254723455218','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(833,'254723461487','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(834,'254723490540','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(835,'254723514122','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(836,'254723551440','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(837,'254723557048','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(838,'254723577590','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(839,'254723590502','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(840,'254723598679','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(841,'254723660431','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(842,'254723663659','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(843,'254723667517','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(844,'254723687579','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(845,'254723708916','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(846,'254723710096','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(847,'254723725796','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(848,'254723741985','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(849,'254723751394','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(850,'254723822012','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(851,'254723825578','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(852,'254723828823','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(853,'254723843121','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(854,'254723851969','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(855,'254723852483','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(856,'254723855031','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(857,'254723888839','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(858,'254723916989','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(859,'254723919147','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(860,'254723921358','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(861,'254723940176','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(862,'254723972418','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(863,'254724014388','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(864,'254724030368','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(865,'254724201614','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(866,'254724217074','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(867,'254724219658','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(868,'254724287848','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(869,'254724309299','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(870,'254724363886','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(871,'254724382063','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(872,'254724392967','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(873,'254724408481','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(874,'254724459190','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(875,'254724479215','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(876,'254724484592','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(877,'254724524264','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(878,'254724567426','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(879,'254724572201','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(880,'254724588797','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(881,'254724612465','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(882,'254724632979','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(883,'254724655455','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(884,'254724673216','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(885,'254724701051','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(886,'254724710021','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(887,'254724725343','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(888,'254724744972','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(889,'254724781534','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(890,'254724782317','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(891,'254724792602','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(892,'254724810600','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(893,'254724820399','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(894,'254724849169','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(895,'254724914886','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(896,'254724917377','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(897,'254724917820','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(898,'254724922274','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(899,'254724963624','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(900,'254724965128','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(901,'254724981808','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(902,'254724996395','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(903,'254725022058','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(904,'254725024451','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(905,'254725068537','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(906,'254725094221','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(907,'254725111258','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(908,'254725116966','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(909,'254725121083','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(910,'254725129300','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(911,'254725157475','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(912,'254725158179','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(913,'254725170268','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(914,'254725170440','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(915,'254725250920','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(916,'254725270143','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(917,'254725352868','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(918,'254725368501','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(919,'254725430318','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(920,'254725457446','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(921,'254725465407','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(922,'254725479745','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(923,'254725512927','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(924,'254725526406','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(925,'254725531736','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(926,'254725562178','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(927,'254725606213','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(928,'254725609979','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(929,'254725653134','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(930,'254725672816','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(931,'254725684352','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(932,'254725712819','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(933,'254725717442','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(934,'254725726540','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(935,'254725754814','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(936,'254725759896','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(937,'254725763127','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(938,'254725772407','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(939,'254725790004','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(940,'254725894055','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(941,'254725925152','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(942,'254725931123','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(943,'254725954633','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(944,'254725965158','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(945,'254726011265','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(946,'254726039264','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(947,'254726058045','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(948,'254726098247','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(949,'254726110390','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(950,'254726114555','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(951,'254726116976','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(952,'254726127308','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(953,'254726200755','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(954,'254711642441','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(955,'254726224659','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(956,'254711689424','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(957,'254726226995','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(958,'254711692910','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(959,'254726314608','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(960,'254711729323','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(961,'254726352689','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(962,'254711758010','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(963,'254726354724','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(964,'254711785203','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(965,'254726486311','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(966,'254711834812','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(967,'254726519354','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(968,'254711850854','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(969,'254726580515','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(970,'254711961710','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(971,'254726616669','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(972,'254712181721','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(973,'254726616994','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(974,'254712205129','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(975,'254726667497','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(976,'254712210574','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(977,'254726709420','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(978,'254712214853','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(979,'254726711605','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(980,'254712216022','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(981,'254726729737','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(982,'254712228884','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(983,'254726761075','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(984,'254712251458','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(985,'254726793940','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(986,'254712401842','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(987,'254726810936','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(988,'254712534091','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(989,'254726869558','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(990,'254712540948','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(991,'254726892433','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(992,'254712542510','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(993,'254726993283','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(994,'254712673537','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(995,'254726997094','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(996,'254712678251','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(997,'254727122025','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(998,'254712695186','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(999,'254727153156','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1000,'254712731682','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1001,'254727166249','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1002,'254712780813','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1003,'254727167937','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1004,'254712800200','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1005,'254727242477','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1006,'254712801036','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1007,'254727243892','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1008,'254712812887','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1009,'254727404440','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1010,'254712863145','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1011,'254727415589','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1012,'254712888483','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1013,'254727416800','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1014,'254712909444','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1015,'254727458615','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1016,'254713020971','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1017,'254727478734','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1018,'254713041904','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1019,'254727485330','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1020,'254713112299','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1021,'254727551233','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1022,'254713231136','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1023,'254727625406','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1024,'254713248463','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1025,'254727629545','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1026,'254713294729','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1027,'254727646635','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1028,'254713322701','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1029,'254727673258','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1030,'254713355465','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1031,'254727707244','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1032,'254713382278','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1033,'254727711744','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1034,'254713393203','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1035,'254727743657','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1036,'254713439161','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1037,'254727776431','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1038,'254713491461','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1039,'254727906089','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1040,'254713502032','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1041,'254727932244','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1042,'254713514660','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1043,'254727953299','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1044,'254713597861','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1045,'254728022222','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1046,'254713725164','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1047,'254728128353','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1048,'254713736945','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1049,'254728161325','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1050,'254713824827','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1051,'254728200018','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1052,'254713932375','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1053,'254728225125','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1054,'254713980282','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1055,'254728247875','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1056,'254713982715','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1057,'254728255105','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1058,'254714045083','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1059,'254714119218','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1060,'254728265582','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1061,'254714238244','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1062,'254728334107','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1063,'254714251511','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1064,'254728395734','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1065,'254714253779','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1066,'254728442251','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1067,'254728445505','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1068,'254714275020','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1069,'254728464952','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1070,'254714284268','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1071,'254728490492','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1072,'254714354805','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1073,'254728510885','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1074,'254714362526','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1075,'254728532079','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1076,'254714406055','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1077,'254728541650','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1078,'254714442668','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1079,'254728616422','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1080,'254714457234','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1081,'254728621627','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1082,'254714459713','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1083,'254728730098','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1084,'254714494843','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1085,'254728765636','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1086,'254714572290','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1087,'254728788297','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1088,'254714574695','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1089,'254728901578','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1090,'254714581953','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1091,'254729259499','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1092,'254714583491','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1093,'254729419004','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1094,'254714610407','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1095,'254729430307','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1096,'254714680078','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1097,'254729481768','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1098,'254714686134','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1099,'254729500303','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1100,'254714714594','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1101,'254729565893','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1102,'254714809104','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1103,'254714870233','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1104,'254729585763','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1105,'254714874781','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1106,'254729625066','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1107,'254714880173','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1108,'254729627162','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1109,'254714895246','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1110,'254729642650','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1111,'254714896214','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1112,'254729663284','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1113,'254714960913','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1114,'254729719820','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1115,'254715018004','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1116,'254729736585','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1117,'254715096621','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1118,'254729770384','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1119,'254715096950','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1120,'254729808956','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1121,'254715104656','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1122,'254729809557','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1123,'254715132706','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1124,'254729825986','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1125,'254715199219','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1126,'254729872831','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1127,'254715212675','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1128,'254729940929','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1129,'254715220761','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1130,'254729975795','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1131,'254715280964','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1132,'254729987140','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1133,'254715328072','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1134,'254729995739','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1135,'254715370463','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1136,'254731269789','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1137,'254715388994','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1138,'254731621890','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1139,'254715393877','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1140,'254732062810','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1141,'254715411251','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1142,'254732819791','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1143,'254715413867','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1144,'254732966066','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1145,'254715460379','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1146,'254733217925','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1147,'254715487217','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1148,'254733226484','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1149,'254715511642','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1150,'254733227905','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1151,'254715542521','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1152,'254733283777','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1153,'254715548363','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1154,'254733319418','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1155,'254715555383','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1156,'254733367359','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1157,'254715606099','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1158,'254733391293','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1159,'254715650931','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1160,'254733438720','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1161,'254715666724','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1162,'254733508784','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1163,'254715668201','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1164,'254733584643','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1165,'254715739280','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1166,'254733846283','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1167,'254715757234','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1168,'254733898678','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1169,'254715801408','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1170,'254735123233','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1171,'254715956939','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1172,'254735129679','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1173,'254715971278','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1174,'254735161377','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1175,'254715994243','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1176,'254735210874','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1177,'254716100335','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1178,'254735219319','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1179,'254716172454','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1180,'254735220386','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1181,'254716257048','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1182,'254735353993','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1183,'254716300485','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1184,'254735443980','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1185,'254716302073','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1186,'254735633082','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1187,'254716419319','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1188,'254736000688','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1189,'254716437463','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1190,'254736044440','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1191,'254716512518','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1192,'254736282138','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1193,'254716523713','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1194,'254736478648','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1195,'254716525098','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1196,'254736600966','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1197,'254716584199','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1198,'254736616581','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1199,'254716653156','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1200,'254736654847','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1201,'254716653215','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1202,'254736879447','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1203,'254716709255','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1204,'254736917482','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1205,'254716724017','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1206,'254737048009','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1207,'254716727006','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1208,'254737078504','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1209,'254716748685','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1210,'254737362778','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1211,'254716803209','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1212,'254737610515','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''); INSERT INTO `sms` VALUES (1213,'254716887266','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1214,'254737777793','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1215,'254716889916','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1216,'254737808081','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1217,'254716941646','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1218,'254738100200','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1219,'254716964114','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1220,'254738374040','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1221,'254716979912','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1222,'254738409590','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1223,'254716987830','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1224,'254738484835','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1225,'254717022276','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1226,'254738575349','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1227,'254717069150','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1228,'254738696319','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1229,'254717265587','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1230,'254739117883','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1231,'254717320440','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1232,'254739190212','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1233,'254717329654','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1234,'254739262241','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1235,'254717353829','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1236,'254739401385','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1237,'254717362943','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1238,'254740107241','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1239,'254717433810','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1240,'254740515628','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1241,'254717444976','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1242,'254740610696','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1243,'254717568278','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1244,'254740706567','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1245,'254717587988','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1246,'254740880631','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1247,'254717612022','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1248,'254740977843','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1249,'254717670251','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1250,'254741236925','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1251,'254717695684','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1252,'254741266845','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1253,'254717712911','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1254,'254741278919','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1255,'254717728814','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1256,'254741279522','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1257,'254717738360','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1258,'254741391990','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1259,'254717752670','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1260,'254741397421','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1261,'254717760800','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1262,'254741471255','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1263,'254717772960','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1264,'254741567982','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1265,'254717856149','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1266,'254741653795','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1267,'254717873214','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1268,'254741674314','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1269,'254717886969','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1270,'254741718671','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1271,'254717919143','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1272,'254741721193','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1273,'254718002702','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1274,'254741722463','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1275,'254718039113','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1276,'254741840746','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1277,'254718178197','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1278,'254742019997','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1279,'254718182845','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1280,'254742171508','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1281,'254718191789','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1282,'254742181146','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1283,'254718209040','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1284,'254742425428','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1285,'254718209868','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1286,'254742626456','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1287,'254718254328','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1288,'254742644240','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1289,'254718410601','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1290,'254742701066','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1291,'254718443738','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1292,'254742708418','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1293,'254718443860','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1294,'254742713390','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1295,'254718589092','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1296,'254742725942','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1297,'254718658997','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1298,'254742797501','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1299,'254718683852','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1300,'254742924146','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1301,'254718698165','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1302,'254742990487','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1303,'254718798812','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1304,'254743076967','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1305,'254718906297','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1306,'254743138895','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1307,'254719104519','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1308,'254743243091','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1309,'254719122871','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1310,'254743424242','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1311,'254719160080','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1312,'254743587183','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1313,'254719278814','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1314,'254743606108','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1315,'254719290640','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1316,'254743714343','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1317,'254719408244','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1318,'254743843147','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1319,'254719438155','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1320,'254743927535','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1321,'254719699579','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1322,'254743943542','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1323,'254719731536','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1324,'254745104373','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1325,'254719759328','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1326,'254745149075','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1327,'254719768829','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1328,'254745254624','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1329,'254719861563','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1330,'254745298326','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1331,'254720005519','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1332,'254745301833','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1333,'254720046121','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1334,'254745460081','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1335,'254720060431','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1336,'254745589201','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1337,'254720075939','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1338,'254745697346','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1339,'254720125165','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1340,'254745727924','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1341,'254720130762','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1342,'254745830205','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1343,'254720139463','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1344,'254745927534','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1345,'254720236825','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1346,'254746020945','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1347,'254720247373','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1348,'254746157613','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1349,'254720250205','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1350,'254746190586','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1351,'254720267516','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1352,'254746288850','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1353,'254746327755','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1354,'254746371122','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1355,'254720285946','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1356,'254746460036','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1357,'254720289460','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1358,'254746623666','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1359,'254720298344','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1360,'254746680946','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1361,'254720300998','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1362,'254746705389','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1363,'254720340239','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1364,'254746751663','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1365,'254720406007','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1366,'254746776814','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1367,'254720418450','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1368,'254746906864','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1369,'254720442456','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1370,'254746947164','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1371,'254720445698','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1372,'254747890369','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1373,'254720454345','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1374,'254748176481','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1375,'254720470479','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1376,'254748202022','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1377,'254720526092','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1378,'254748230636','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1379,'254720531293','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1380,'254748436157','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1381,'254720533004','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1382,'254748451910','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1383,'254720574472','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1384,'254748597973','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1385,'254720589516','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1386,'254748781182','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1387,'254720606880','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1388,'254748786324','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1389,'254720612582','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1390,'254748955879','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1391,'254720613097','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1392,'254748988009','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1393,'254720613597','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1394,'254750256455','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1395,'254720614355','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1396,'254750299699','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1397,'254720654529','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1398,'254750522282','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1399,'254720666102','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1400,'254750523028','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1401,'254720675161','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1402,'254751086176','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1403,'254720705215','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1404,'254751193468','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1405,'254720716631','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1406,'254751687711','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1407,'254720733828','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1408,'254751904523','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1409,'254720743427','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1410,'254751938660','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1411,'254720746352','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1412,'254752387142','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1413,'254720752429','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1414,'254752645416','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1415,'254720779301','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1416,'254752983777','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1417,'254720784153','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1418,'254753200148','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1419,'254720804647','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1420,'254753881922','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1421,'254720805835','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1422,'254754035101','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1423,'254720828233','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1424,'254754286235','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1425,'254720828798','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1426,'254754549472','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1427,'254720899815','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1428,'254754625160','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1429,'254720902312','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1430,'254755826850','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1431,'254720918943','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1432,'254756293021','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1433,'254720940822','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1434,'254756334241','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1435,'254720941470','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1436,'254756705007','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1437,'254720945368','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1438,'254756927033','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1439,'254720980104','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1440,'254757211479','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1441,'254720998686','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1442,'254757264481','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1443,'254721145392','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1444,'254757274884','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1445,'254721146866','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1446,'254757283597','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1447,'254721158585','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1448,'254757408927','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1449,'254721169441','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1450,'254757409167','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1451,'254721231722','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1452,'254757430923','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1453,'254721241356','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1454,'254757455584','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1455,'254757643303','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1456,'254721255947','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1457,'254721256187','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1458,'254757721130','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1459,'254757755959','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1460,'254721257733','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1461,'254721258144','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1462,'254757764172','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1463,'254757808816','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1464,'254721258982','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1465,'254758041602','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1466,'254721261236','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1467,'254758063210','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1468,'254721291723','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1469,'254758345090','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1470,'254721310592','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1471,'254759068522','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1472,'254721314242','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1473,'254759115969','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1474,'254721326398','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1475,'254759573005','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1476,'254721328507','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1477,'254721364045','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1478,'254759887295','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1479,'254721366175','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1480,'254759890134','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1481,'254721386677','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1482,'254759899775','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1483,'254721396405','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1484,'254762003001','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1485,'254721408053','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1486,'254762172209','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1487,'254721432387','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1488,'254762454646','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1489,'254721434132','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1490,'254762597110','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1491,'254721470457','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1492,'254763249083','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1493,'254721486584','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1494,'254763871421','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1495,'254721488509','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1496,'254764296706','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1497,'254721492962','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1498,'254764658421','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1499,'254721494583','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1500,'254768145615','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1501,'254721512345','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1502,'254768202980','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1503,'254721518182','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1504,'254768259034','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1505,'254721533822','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1506,'254768293448','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1507,'254721554954','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1508,'254768358160','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1509,'254721566616','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1510,'254768404875','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1511,'254721588666','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1512,'254768408250','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1513,'254721605884','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1514,'254768479547','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1515,'254768507235','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1516,'254721610650','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1517,'254768781147','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1518,'254721610773','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1519,'254768826601','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1520,'254721631147','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1521,'254768900482','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1522,'254721633345','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1523,'254769124444','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1524,'254721636460','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1525,'254769226673','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1526,'254721637557','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1527,'254769481793','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1528,'254721639164','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1529,'254769495678','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1530,'254721639179','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1531,'254721642587','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1532,'254769705999','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1533,'254769717315','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1534,'254721662772','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1535,'254769760460','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1536,'254721669715','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1537,'254769796479','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1538,'254721684386','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1539,'254769866752','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1540,'254721687452','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1541,'254770116443','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1542,'254721709485','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1543,'254770958812','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1544,'254721714818','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1545,'254772076025','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1546,'254721717722','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1547,'254776142999','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1548,'254721733090','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1549,'254776360295','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1550,'254721733117','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1551,'254777627815','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1552,'254721739329','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1553,'254777913320','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1554,'254721799390','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1555,'254780073059','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1556,'254721815675','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1557,'254780182501','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1558,'254721815887','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1559,'254780312435','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1560,'254721816872','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1561,'254780330094','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1562,'254721825914','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1563,'254780548429','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1564,'254721857681','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1565,'254780742708','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1566,'254721859560','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1567,'254780840216','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1568,'254721863235','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1569,'254781615973','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1570,'254721885352','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1571,'254781789869','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1572,'254721895221','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1573,'254781953976','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1574,'254721900118','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1575,'254782337270','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1576,'254721911122','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1577,'254783208034','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1578,'254721926360','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1579,'254783513142','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1580,'254721947469','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1581,'254783599776','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1582,'254721962673','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1583,'254784275740','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1584,'254722105535','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1585,'254785279008','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1586,'254722117253','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1587,'254786075711','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1588,'254722118520','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1589,'254786173086','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1590,'254722134296','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1591,'254786433754','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1592,'254722136185','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1593,'254786533339','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1594,'254722137400','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1595,'254787078962','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1596,'254722172126','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1597,'254787750698','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1598,'254722177551','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1599,'254787805839','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1600,'254722211904','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1601,'254787914120','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1602,'254722223969','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1603,'254788007077','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1604,'254722245004','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1605,'254788065105','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1606,'254722250373','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1607,'254788143502','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1608,'254722257500','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1609,'254788234003','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1610,'254722260111','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1611,'254788540560','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1612,'254722268887','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1613,'254789033037','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1614,'254722274383','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1615,'254789091305','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1616,'254722274576','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1617,'254789383505','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1618,'254722288023','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1619,'254789477516','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1620,'254722296417','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1621,'254789615074','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1622,'254722315165','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1623,'254789936511','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1624,'254722332072','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1625,'254790064413','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1626,'254722334040','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1627,'254790091611','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1628,'254722335640','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1629,'254790108379','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1630,'254722341042','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1631,'254790207997','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1632,'254722355211','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1633,'254790247874','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1634,'254722372439','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1635,'254790261024','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1636,'254722378228','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1637,'254790263436','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1638,'254722381544','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1639,'254790355472','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1640,'254722382646','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1641,'254790361319','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1642,'254722408793','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1643,'254790457100','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1644,'254722428165','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1645,'254790516690','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1646,'254722431784','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1647,'254790554354','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1648,'254722442681','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1649,'254790591280','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1650,'254722444860','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1651,'254790617201','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1652,'254722449386','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1653,'254790653855','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1654,'254722450420','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1655,'254790695095','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1656,'254722461822','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1657,'254790700043','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1658,'254722491257','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1659,'254790952437','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1660,'254722493406','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1661,'254791046003','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1662,'254722517531','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1663,'254791190682','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1664,'254722518494','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1665,'254791275504','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1666,'254722529185','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1667,'254791406771','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1668,'254722531309','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1669,'254791474158','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1670,'254722542582','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1671,'254791550175','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1672,'254722543028','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1673,'254722547088','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1674,'254791627552','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1675,'254722558902','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1676,'254791631680','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1677,'254722579599','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1678,'254791748982','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1679,'254722582555','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1680,'254791768968','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1681,'254722585551','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1682,'254791880412','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1683,'254722595080','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1684,'254791924335','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1685,'254722604147','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1686,'254792126607','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1687,'254722607495','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1688,'254792171596','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1689,'254722608597','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1690,'254792279526','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1691,'254722611073','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1692,'254792301128','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1693,'254722639314','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1694,'254792571980','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1695,'254722643656','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1696,'254792667846','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1697,'254722645102','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1698,'254792716276','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1699,'254722647388','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1700,'254792760164','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1701,'254722653947','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1702,'254792917918','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1703,'254722655911','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1704,'254792925858','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1705,'254722663133','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1706,'254792934619','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1707,'254722674633','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1708,'254793251627','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1709,'254722675314','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1710,'254793590127','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1711,'254722687084','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1712,'254793660409','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1713,'254722692466','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1714,'254793715220','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1715,'254722701897','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1716,'254793721269','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1717,'254722706896','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1718,'254793764782','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1719,'254722709085','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1720,'254793767159','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1721,'254722710038','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1722,'254793767655','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1723,'254722710399','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1724,'254793870186','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1725,'254722710481','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1726,'254793873010','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1727,'254794217393','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1728,'254722713331','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1729,'254794272837','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1730,'254722714693','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1731,'254794342962','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1732,'254722722189','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1733,'254794838264','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1734,'254722724232','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1735,'254794915796','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1736,'254722731965','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1737,'254794940160','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1738,'254722738922','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1739,'254794992739','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1740,'254722740717','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1741,'254795004354','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1742,'254722758478','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1743,'254795044850','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1744,'254722760520','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1745,'254722763277','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1746,'254795314668','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1747,'254795386440','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1748,'254722764975','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1749,'254722766217','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1750,'254795397498','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1751,'254795403980','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1752,'254722775402','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1753,'254795483016','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1754,'254722778858','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1755,'254722784208','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1756,'254795528628','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1757,'254722797126','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1758,'254795636472','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1759,'254795839263','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1760,'254722798590','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1761,'254796189388','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1762,'254722801775','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1763,'254796217808','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1764,'254722803711','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1765,'254796247229','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1766,'254722809786','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1767,'254796284831','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1768,'254722814599','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1769,'254796304345','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1770,'254722818825','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1771,'254796339603','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1772,'254722823852','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1773,'254796486553','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1774,'254722833673','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1775,'254796546206','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1776,'254722835745','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1777,'254722842432','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1778,'254796610746','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1779,'254722844359','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1780,'254796643719','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1781,'254796682821','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1782,'254722847961','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1783,'254722847975','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1784,'254796689422','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1785,'254722871456','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1786,'254796873470','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1787,'254722883408','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1788,'254796899504','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1789,'254722885577','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1790,'254796908499','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1791,'254722891352','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1792,'254797112581','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1793,'254722892020','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1794,'254797137317','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1795,'254722893058','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1796,'254797145390','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1797,'254722895092','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1798,'254797251163','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1799,'254722896231','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1800,'254797286868','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1801,'254722899517','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1802,'254797373567','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1803,'254722902935','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1804,'254797410228','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1805,'254722918034','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1806,'254797456556','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1807,'254722933357','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1808,'254797467720','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1809,'254722941435','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1810,'254797492306','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1811,'254722943656','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1812,'254797643093','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1813,'254722949843','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1814,'254797766753','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1815,'254722949998','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1816,'254797849680','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1817,'254722950574','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1818,'254797920389','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1819,'254722967126','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1820,'254797938722','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1821,'254722972657','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1822,'254797940813','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1823,'254722983198','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1824,'254798142511','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1825,'254722988277','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1826,'254798198803','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1827,'254722993252','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1828,'254798207757','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1829,'254723017297','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1830,'254798356149','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1831,'254723025068','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1832,'254798369246','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1833,'254723026928','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1834,'254798408408','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1835,'254723033137','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1836,'254798434285','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1837,'254723049480','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1838,'254798476789','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1839,'254723050778','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1840,'254798518336','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1841,'254723072480','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1842,'254798523011','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1843,'254723101075','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1844,'254798552991','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1845,'254723122754','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1846,'254798597707','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1847,'254723138084','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1848,'254798844552','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1849,'254723214580','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1850,'254798908117','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1851,'254723220329','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1852,'254798910311','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1853,'254723229379','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1854,'254799003350','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1855,'254723230840','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1856,'254799189671','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1857,'254723286250','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1858,'254799202403','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1859,'254723291030','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1860,'254799211858','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1861,'254723326692','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1862,'254799217005','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1863,'254723327996','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1864,'254799356826','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1865,'254723352715','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1866,'254799407620','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1867,'254723365571','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1868,'254799422559','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1869,'254723400442','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1870,'254799440545','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1871,'254723436247','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1872,'254799650104','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1873,'254723439990','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1874,'254799689651','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1875,'254723442008','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1876,'254799912619','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1877,'254723445470','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1878,'255789301408','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1879,'254723455218','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1880,'256393252607','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1881,'254723461487','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1882,'256727160386','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1883,'254723490540','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1884,'256765907815','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1885,'254723514122','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1886,'256774536820','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1887,'254723551440','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1888,'256776639854','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1889,'254723557048','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1890,'256789151281','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1891,'254723577590','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1892,'263785535583','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1893,'254723590502','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1894,'447900395010','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1895,'254723598679','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1896,'447932558472','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1897,'254723660431','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1898,'919099081376','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1899,'254723663659','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1900,'966570057962','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1901,'254723667517','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1902,'966590130655','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1903,'254723687579','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1904,'2347047373153','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1905,'254723708916','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1906,'2347058094690','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1907,'254723710096','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1908,'2348087036518','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1909,'254723725796','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1910,'2348138167187','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1911,'254723741985','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1912,'2349122083299','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1913,'254723751394','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1914,'2349165886762','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1915,'254723822012','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1916,'254718667391','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1917,'254723825578','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1918,'254113166206','2025-05-30 06:28:23','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1919,'254723828823','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1920,'254723843121','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1921,'254723851969','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1922,'254723852483','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1923,'254723855031','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1924,'254723888839','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1925,'254723916989','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1926,'254723919147','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1927,'254723921358','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1928,'254723940176','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1929,'254723972418','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1930,'254724014388','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1931,'254724030368','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1932,'254724201614','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1933,'254724217074','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1934,'254724219658','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1935,'254724287848','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1936,'254724309299','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1937,'254724363886','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1938,'254724382063','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1939,'254724392967','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1940,'254724408481','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1941,'254724459190','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1942,'254724479215','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1943,'254724484592','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1944,'254724524264','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1945,'254724567426','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1946,'254724572201','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1947,'254724588797','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1948,'254724612465','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1949,'254724632979','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1950,'254724655455','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1951,'254724673216','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1952,'254724701051','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1953,'254724710021','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1954,'254724725343','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1955,'254724744972','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1956,'254724781534','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1957,'254724782317','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1958,'254724792602','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1959,'254724810600','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1960,'254724820399','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1961,'254724849169','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1962,'254724914886','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1963,'254724917377','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1964,'254724917820','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1965,'254724922274','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1966,'254724963624','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1967,'254724965128','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1968,'254724981808','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1969,'254724996395','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1970,'254725022058','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1971,'254725024451','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1972,'254725068537','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1973,'254725094221','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1974,'254725111258','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1975,'254725116966','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1976,'254725121083','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1977,'254725129300','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1978,'254725157475','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1979,'254725158179','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1980,'254725170268','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1981,'254725170440','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1982,'254725250920','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1983,'254725270143','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1984,'254725352868','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1985,'254725368501','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1986,'254725430318','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1987,'254725457446','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1988,'254725465407','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1989,'254725479745','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1990,'254725512927','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1991,'254725526406','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1992,'254725531736','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1993,'254725562178','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1994,'254725606213','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1995,'254725609979','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1996,'254725653134','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1997,'254725672816','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1998,'254725684352','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(1999,'254725712819','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2000,'254725717442','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2001,'254725726540','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2002,'254725754814','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2003,'254725759896','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2004,'254725763127','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2005,'254725772407','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2006,'254725790004','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2007,'254725894055','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2008,'254725925152','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2009,'254725931123','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2010,'254725954633','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2011,'254725965158','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2012,'254726011265','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2013,'254726039264','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2014,'254726058045','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2015,'254726098247','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2016,'254726110390','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2017,'254726114555','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2018,'254726116976','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2019,'254726127308','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2020,'254726200755','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2021,'254726224659','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2022,'254726226995','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2023,'254726314608','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2024,'254726352689','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2025,'254726354724','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2026,'254726486311','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2027,'254726519354','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2028,'254726580515','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2029,'254726616669','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2030,'254726616994','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2031,'254726667497','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2032,'254726709420','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2033,'254726711605','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2034,'254726729737','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2035,'254726761075','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2036,'254726793940','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2037,'254726810936','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2038,'254726869558','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2039,'254726892433','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2040,'254726993283','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2041,'254726997094','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2042,'254727122025','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2043,'254727153156','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2044,'254727166249','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2045,'254727167937','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2046,'254727242477','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2047,'254727243892','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2048,'254727404440','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2049,'254727415589','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2050,'254727416800','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2051,'254727458615','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2052,'254727478734','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2053,'254727485330','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2054,'254727551233','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2055,'254727625406','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2056,'254727629545','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2057,'254727646635','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2058,'254727673258','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2059,'254727707244','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2060,'254727711744','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2061,'254727743657','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2062,'254727776431','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2063,'254727906089','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2064,'254727932244','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2065,'254727953299','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2066,'254728022222','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2067,'254728128353','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2068,'254728161325','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2069,'254728200018','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2070,'254728225125','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2071,'254728247875','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2072,'254728255105','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2073,'254728265582','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2074,'254728334107','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2075,'254728395734','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2076,'254728442251','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2077,'254728445505','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2078,'254728464952','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2079,'254728490492','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2080,'254728510885','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2081,'254728532079','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2082,'254728541650','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2083,'254728616422','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2084,'254728621627','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2085,'254728730098','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2086,'254728765636','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2087,'254728788297','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2088,'254728901578','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2089,'254729259499','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2090,'254729419004','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2091,'254729430307','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2092,'254729481768','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2093,'254729500303','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2094,'254729565893','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2095,'254729585763','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2096,'254729625066','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2097,'254729627162','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2098,'254729642650','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2099,'254729663284','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2100,'254729719820','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2101,'254729736585','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2102,'254729770384','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2103,'254729808956','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2104,'254729809557','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2105,'254729825986','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2106,'254729872831','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2107,'254729940929','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2108,'254729975795','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2109,'254729987140','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2110,'254729995739','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2111,'254731269789','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2112,'254731621890','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2113,'254732062810','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2114,'254732819791','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2115,'254732966066','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2116,'254733217925','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2117,'254733226484','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2118,'254733227905','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2119,'254733283777','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2120,'254733319418','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2121,'254733367359','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2122,'254733391293','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2123,'254733438720','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2124,'254733508784','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2125,'254733584643','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2126,'254733846283','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2127,'254733898678','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2128,'254735123233','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2129,'254735129679','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2130,'254735161377','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2131,'254735210874','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2132,'254735219319','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2133,'254735220386','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2134,'254735353993','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2135,'254735443980','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2136,'254735633082','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2137,'254736000688','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2138,'254736044440','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2139,'254736282138','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2140,'254736478648','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2141,'254736600966','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2142,'254736616581','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2143,'254736654847','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2144,'254736879447','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2145,'254736917482','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2146,'254737048009','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2147,'254737078504','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2148,'254737362778','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2149,'254737610515','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2150,'254737777793','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2151,'254737808081','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2152,'254738100200','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2153,'254738374040','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2154,'254738409590','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2155,'254738484835','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2156,'254738575349','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2157,'254738696319','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2158,'254739117883','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2159,'254739190212','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2160,'254739262241','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2161,'254739401385','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2162,'254740107241','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2163,'254740515628','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2164,'254740610696','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2165,'254740706567','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2166,'254740880631','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2167,'254740977843','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2168,'254741236925','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2169,'254741266845','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2170,'254741278919','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2171,'254741279522','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2172,'254741391990','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2173,'254741397421','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2174,'254741471255','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2175,'254741567982','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2176,'254741653795','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2177,'254741674314','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2178,'254741718671','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2179,'254741721193','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2180,'254741722463','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2181,'254741840746','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2182,'254742019997','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2183,'254742171508','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2184,'254742181146','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2185,'254742425428','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2186,'254742626456','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2187,'254742644240','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2188,'254742701066','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2189,'254742708418','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2190,'254742713390','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2191,'254742725942','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2192,'254742797501','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2193,'254742924146','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2194,'254742990487','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2195,'254743076967','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2196,'254743138895','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2197,'254743243091','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2198,'254743424242','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2199,'254743587183','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2200,'254743606108','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2201,'254743714343','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2202,'254743843147','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2203,'254743927535','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2204,'254743943542','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2205,'254745104373','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2206,'254745149075','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2207,'254745254624','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2208,'254745298326','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2209,'254745301833','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2210,'254745460081','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2211,'254745589201','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2212,'254745697346','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2213,'254745727924','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2214,'254745830205','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2215,'254745927534','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2216,'254746020945','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2217,'254746157613','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2218,'254746190586','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2219,'254746288850','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2220,'254746327755','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2221,'254746371122','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2222,'254746460036','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2223,'254746623666','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2224,'254746680946','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2225,'254746705389','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2226,'254746751663','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2227,'254746776814','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2228,'254746906864','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2229,'254746947164','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2230,'254747890369','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2231,'254748176481','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2232,'254748202022','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2233,'254748230636','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2234,'254748436157','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2235,'254748451910','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2236,'254748597973','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2237,'254748781182','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2238,'254748786324','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2239,'254748955879','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2240,'254748988009','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2241,'254750256455','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2242,'254750299699','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2243,'254750522282','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2244,'254750523028','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2245,'254751086176','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2246,'254751193468','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2247,'254751687711','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2248,'254751904523','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2249,'254751938660','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2250,'254752387142','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2251,'254752645416','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2252,'254752983777','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2253,'254753200148','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2254,'254753881922','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2255,'254754035101','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2256,'254754286235','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2257,'254754549472','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2258,'254754625160','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2259,'254755826850','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2260,'254756293021','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2261,'254756334241','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2262,'254756705007','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2263,'254756927033','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2264,'254757211479','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2265,'254757264481','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2266,'254757274884','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2267,'254757283597','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2268,'254757408927','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2269,'254757409167','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2270,'254757430923','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2271,'254757455584','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2272,'254757643303','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2273,'254757721130','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2274,'254757755959','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2275,'254757764172','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2276,'254757808816','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2277,'254758041602','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2278,'254758063210','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2279,'254758345090','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2280,'254759068522','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2281,'254759115969','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2282,'254759573005','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2283,'254759887295','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2284,'254759890134','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2285,'254759899775','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2286,'254762003001','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2287,'254762172209','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2288,'254762454646','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2289,'254762597110','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2290,'254763249083','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2291,'254763871421','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2292,'254764296706','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2293,'254764658421','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2294,'254768145615','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2295,'254768202980','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2296,'254768259034','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2297,'254768293448','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2298,'254768358160','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2299,'254768404875','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2300,'254768408250','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2301,'254768479547','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2302,'254768507235','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2303,'254768781147','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2304,'254768826601','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2305,'254768900482','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2306,'254769124444','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2307,'254769226673','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2308,'254769481793','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2309,'254769495678','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2310,'254769705999','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2311,'254769717315','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2312,'254769760460','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2313,'254769796479','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2314,'254769866752','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2315,'254770116443','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2316,'254770958812','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2317,'254772076025','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2318,'254776142999','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2319,'254776360295','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2320,'254777627815','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2321,'254777913320','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2322,'254780073059','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2323,'254780182501','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2324,'254780312435','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2325,'254780330094','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2326,'254780548429','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2327,'254780742708','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2328,'254780840216','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2329,'254781615973','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2330,'254781789869','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2331,'254781953976','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2332,'254782337270','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2333,'254783208034','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2334,'254783513142','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2335,'254783599776','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2336,'254784275740','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2337,'254785279008','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2338,'254786075711','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2339,'254786173086','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2340,'254786433754','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2341,'254786533339','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2342,'254787078962','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2343,'254787750698','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2344,'254787805839','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2345,'254787914120','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2346,'254788007077','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2347,'254788065105','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2348,'254788143502','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2349,'254788234003','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2350,'254788540560','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2351,'254789033037','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2352,'254789091305','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2353,'254789383505','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2354,'254789477516','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2355,'254789615074','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2356,'254789936511','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2357,'254790064413','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2358,'254790091611','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2359,'254790108379','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2360,'254790207997','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2361,'254790247874','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2362,'254790261024','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2363,'254790263436','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2364,'254790355472','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2365,'254790361319','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2366,'254790457100','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2367,'254790516690','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2368,'254790554354','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2369,'254790591280','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2370,'254790617201','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2371,'254790653855','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2372,'254790695095','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2373,'254790700043','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2374,'254790952437','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2375,'254791046003','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2376,'254791190682','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2377,'254791275504','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2378,'254791406771','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2379,'254791474158','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2380,'254791550175','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2381,'254791627552','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2382,'254791631680','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2383,'254791748982','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2384,'254791768968','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2385,'254791880412','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2386,'254791924335','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2387,'254792126607','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2388,'254792171596','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2389,'254792279526','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2390,'254792301128','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2391,'254792571980','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2392,'254792667846','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2393,'254792716276','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2394,'254792760164','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2395,'254792917918','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2396,'254792925858','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2397,'254792934619','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2398,'254793251627','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2399,'254793590127','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2400,'254793660409','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2401,'254793715220','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2402,'254793721269','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2403,'254793764782','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2404,'254793767159','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2405,'254793767655','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2406,'254793870186','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2407,'254793873010','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2408,'254794217393','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2409,'254794272837','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2410,'254794342962','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''); INSERT INTO `sms` VALUES (2411,'254794838264','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2412,'254794915796','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2413,'254794940160','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2414,'254794992739','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2415,'254795004354','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2416,'254795044850','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2417,'254795314668','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2418,'254795386440','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2419,'254795397498','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2420,'254795403980','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2421,'254795483016','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2422,'254795528628','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2423,'254795636472','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2424,'254795839263','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2425,'254796189388','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2426,'254796217808','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2427,'254796247229','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2428,'254796284831','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2429,'254796304345','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2430,'254796339603','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2431,'254796486553','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2432,'254796546206','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2433,'254796610746','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2434,'254796643719','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2435,'254796682821','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2436,'254796689422','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2437,'254796873470','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2438,'254796899504','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2439,'254796908499','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2440,'254797112581','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2441,'254797137317','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2442,'254797145390','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2443,'254797251163','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2444,'254797286868','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2445,'254797373567','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2446,'254797410228','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2447,'254797456556','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2448,'254797467720','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2449,'254797492306','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2450,'254797643093','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2451,'254797766753','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2452,'254797849680','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2453,'254797920389','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2454,'254797938722','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2455,'254797940813','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2456,'254798142511','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2457,'254798198803','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2458,'254798207757','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2459,'254798356149','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2460,'254798369246','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2461,'254798408408','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2462,'254798434285','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2463,'254798476789','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2464,'254798518336','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2465,'254798523011','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2466,'254798552991','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2467,'254798597707','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2468,'254798844552','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2469,'254798908117','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2470,'254798910311','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2471,'254799003350','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2472,'254799189671','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2473,'254799202403','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2474,'254799211858','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2475,'254799217005','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2476,'254799356826','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2477,'254799407620','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2478,'254799422559','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2479,'254799440545','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2480,'254799650104','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2481,'254799689651','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2482,'254799912619','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2483,'255789301408','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2484,'256393252607','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2485,'256727160386','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2486,'256765907815','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2487,'256774536820','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2488,'256776639854','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2489,'256789151281','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2490,'263785535583','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2491,'447900395010','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2492,'447932558472','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2493,'919099081376','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2494,'966570057962','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2495,'966590130655','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2496,'2347047373153','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2497,'2347058094690','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2498,'2348087036518','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2499,'2348138167187','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2500,'2349122083299','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2501,'2349165886762','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2502,'254718667391','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2503,'254113166206','2025-05-30 06:40:28','Good morning great! This to remind you that the training start from 7am to 9am today., You are highly welcomed to Directors Referral Network (DRN) Club online meeting today from 7am. The speaker will DM TANKI-A renown speaker of various banks and big corporations in Kenya and he is also one of the board members to Kenya Tourism Board. He will be speaking on Business strategy and execution. Do you have 2025 strategy or do you want to learn on how to make and execute Business strategy ? Don\'t miss the meeting. Come network with other CEOs and talk about your services/products as you get referral. Join via link: https://us06web.zoom.us/j/84663277360?pwd=t6JmK5zEFJGDj6TWPGXmKYDJsAvsc6.1 Also JOIN DRN NAIROBI REGION GROUP FOR NETWORKING: https://chat.whatsapp.com/J9UWPwtOTqa56XzNCDTxjl','active','1','1',0,0,'',0,'',''),(2504,'2349169825960','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2505,'2349167053443','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2506,'2349165875978','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2507,'2349139161659','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2508,'2349138109205','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2509,'2349134595837','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2510,'2349134568326','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2511,'2349130761167','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2512,'2349130209247','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2513,'2349128308534','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2514,'2349125837235','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2515,'2349122781484','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2516,'2349122083299','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2517,'2349119173563','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2518,'2349110629234','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2519,'2349076997731','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2520,'2349064659771','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2521,'2349055281555','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2522,'2349053741609','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2523,'2349050608319','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2524,'2349043223563','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2525,'2349038324533','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2526,'2349030149747','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2527,'2349020023702','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2528,'2348169658387','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2529,'2348166312508','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2530,'2348163948163','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2531,'2348162676673','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2532,'2348162438937','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2533,'2348162243381','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2534,'2348160025913','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2535,'2348148992836','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2536,'2348148535182','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2537,'2348148380294','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2538,'2348146190200','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2539,'2348142075695','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2540,'2348141664522','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2541,'2348140245848','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2542,'2348138963416','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2543,'2348138167187','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2544,'2348137507083','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2545,'2348137049093','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2546,'2348136237062','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2547,'2348135056112','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2548,'2348134449589','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2549,'2348134282596','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2550,'2348132645194','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2551,'2348130044376','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2552,'2348115960249','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2553,'2348109521172','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2554,'2348109427115','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2555,'2348108981530','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2556,'2348087382523','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2557,'2348087036518','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2558,'2348085613939','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2559,'2348083201282','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2560,'2348080488325','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2561,'2348080314946','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2562,'2348077662984','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2563,'2348075404468','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2564,'2348071796571','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2565,'2348069368613','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2566,'2348068863390','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2567,'2348068783531','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2568,'2348067865278','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2569,'2348067634859','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2570,'2348067018099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2571,'2348066454544','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2572,'2348063767892','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2573,'2348060569475','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2574,'2348060453032','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2575,'2348037245013','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2576,'2348032706655','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2577,'2348030799966','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2578,'2348030576610','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2579,'2348029635560','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2580,'2348028380239','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2581,'2348028145776','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2582,'2348025611763','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2583,'2348025393121','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2584,'2348023348772','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2585,'2347088372942','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2586,'2347086640347','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2587,'2347070941142','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2588,'2347069098533','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2589,'2347066370065','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2590,'2347064621971','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2591,'2347062072816','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2592,'2347061251175','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2593,'2347058094690','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2594,'2347055509990','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2595,'2347047373153','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2596,'2347041072256','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2597,'2347039097588','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2598,'2347038745924','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2599,'2347035170906','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2600,'2347032946632','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2601,'2347032205560','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2602,'2347031168930','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2603,'2347030785810','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2604,'2347030542324','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2605,'2347015930790','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2606,'2347011785355','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2607,'971551137075','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2608,'971528734201','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2609,'971523008559','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2610,'971503393216','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2611,'923417645399','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2612,'923218482700','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2613,'923113247372','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2614,'923100106101','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2615,'919987761867','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2616,'919975631501','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2617,'919960315044','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2618,'919924913859','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2619,'919890004827','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2620,'919886121345','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2621,'919838481621','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2622,'919835599611','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2623,'919820526158','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2624,'919810473987','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2625,'919803333673','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2626,'919765486735','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2627,'919764002511','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2628,'919733601625','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2629,'919687635528','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2630,'919675117879','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2631,'919673996306','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2632,'919661095748','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2633,'919638162638','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2634,'919610712304','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2635,'919610580078','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2636,'919604844155','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2637,'919575948629','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2638,'919555100158','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2639,'919545674529','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2640,'919545182767','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2641,'919541550739','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2642,'919535440062','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2643,'919527061253','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2644,'919503721509','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2645,'919463740110','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2646,'919423074474','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2647,'919420619999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2648,'919420486443','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2649,'919414811782','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2650,'919403135624','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2651,'919372511854','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2652,'919348009537','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2653,'919279090882','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2654,'919143003419','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2655,'919106057809','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2656,'919104713548','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2657,'919099081376','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2658,'919067618019','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2659,'919012416802','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2660,'918828686615','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2661,'918809958796','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2662,'918797907771','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2663,'918769921507','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2664,'918447644360','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2665,'918294728354','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2666,'918247021526','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2667,'918208190187','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2668,'918147506230','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2669,'918085723237','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2670,'917769925696','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2671,'917758886797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2672,'917698058604','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2673,'917507027100','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2674,'917387737357','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2675,'917347610238','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2676,'917338474190','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2677,'917299003700','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2678,'916307736454','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2679,'916289393603','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2680,'916009686817','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2681,'905365083992','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2682,'491702413906','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2683,'447956338952','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2684,'447932558472','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2685,'447930303037','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2686,'447902533638','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2687,'447901759010','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2688,'447900395010','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2689,'447884981280','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2690,'447774735933','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2691,'447729045254','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2692,'447599587034','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2693,'447576161799','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2694,'447501705718','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2695,'447488701874','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2696,'447442866928','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2697,'447442270992','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2698,'447401826607','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2699,'265995223222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2700,'263785535583','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2701,'263777542312','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2702,'263771436793','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2703,'263712807756','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2704,'256783981251','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2705,'256782863010','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2706,'256780605064','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2707,'256779506006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2708,'256778818285','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2709,'256777648113','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2710,'256776639854','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2711,'256776638156','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2712,'256776227272','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2713,'256775105646','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2714,'256774536820','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2715,'256772740454','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2716,'256772221880','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2717,'256771728145','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2718,'256770682915','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2719,'256759699999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2720,'256759548682','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2721,'256755500560','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2722,'256752946125','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2723,'256752747534','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2724,'256752232587','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2725,'256745848683','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2726,'256742743431','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2727,'256707956135','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2728,'256704294970','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2729,'256701914142','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2730,'255789037830','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2731,'255767201391','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2732,'255766890890','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2733,'255765603466','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2734,'255758276451','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2735,'255758072822','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2736,'255757511240','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2737,'255696136995','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2738,'255657847684','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2739,'254799998161','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2740,'254799997907','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2741,'254799996098','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2742,'254799994618','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2743,'254799967971','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2744,'254799945373','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2745,'254799943535','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2746,'254799933930','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2747,'254799927114','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2748,'254799925763','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2749,'254799901661','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2750,'254799900666','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2751,'254799874578','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2752,'254799861753','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2753,'254799854677','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2754,'254799834354','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2755,'254799773649','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2756,'254799767393','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2757,'254799764467','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2758,'254799761254','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2759,'254799751405','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2760,'254799747414','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2761,'254799689651','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2762,'254799687000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2763,'254799671434','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2764,'254799664994','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2765,'254799660540','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2766,'254799659965','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2767,'254799657797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2768,'254799657652','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2769,'254799650104','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2770,'254799622802','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2771,'254799584384','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2772,'254799553757','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2773,'254799553004','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2774,'254799545869','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2775,'254799517458','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2776,'254799470184','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2777,'254799451004','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2778,'254799440545','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2779,'254799436422','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2780,'254799432316','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2781,'254799430450','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2782,'254799422559','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2783,'254799407620','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2784,'254799402512','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2785,'254799402485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2786,'254799397314','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2787,'254799385929','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2788,'254799369393','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2789,'254799356826','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2790,'254799351135','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2791,'254799339497','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2792,'254799315666','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2793,'254799304929','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2794,'254799297233','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2795,'254799286311','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2796,'254799269251','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2797,'254799261028','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2798,'254799240334','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2799,'254799240200','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2800,'254799217005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2801,'254799211858','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2802,'254799200006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2803,'254799189671','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2804,'254799177272','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2805,'254799169207','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2806,'254799158879','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2807,'254799116874','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2808,'254799046388','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2809,'254799040212','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2810,'254799030781','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2811,'254798998899','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2812,'254798997171','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2813,'254798990944','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2814,'254798958101','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2815,'254798941328','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2816,'254798938257','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2817,'254798892936','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2818,'254798874274','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2819,'254798872998','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2820,'254798871785','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2821,'254798859927','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2822,'254798854813','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2823,'254798844552','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2824,'254798834576','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2825,'254798770748','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2826,'254798764455','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2827,'254798751632','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2828,'254798748943','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2829,'254798711697','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2830,'254798692430','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2831,'254798609185','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2832,'254798607995','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2833,'254798602333','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2834,'254798591731','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2835,'254798566296','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2836,'254798559565','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2837,'254798528151','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2838,'254798520222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2839,'254798518336','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2840,'254798493513','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2841,'254798476789','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2842,'254798476536','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2843,'254798473160','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2844,'254798454662','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2845,'254798434285','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2846,'254798427787','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2847,'254798420244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2848,'254798408408','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2849,'254798403062','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2850,'254798369246','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2851,'254798362645','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2852,'254798361926','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2853,'254798360882','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2854,'254798356149','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2855,'254798347178','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2856,'254798342742','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2857,'254798340209','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2858,'254798310050','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2859,'254798241101','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2860,'254798234086','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2861,'254798219976','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2862,'254798207757','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2863,'254798196179','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2864,'254798188919','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2865,'254798156447','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2866,'254798153868','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2867,'254798144722','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2868,'254798142511','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2869,'254798105114','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2870,'254798103653','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2871,'254798079357','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2872,'254798055245','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2873,'254798007557','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2874,'254798001946','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2875,'254797995136','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2876,'254797992231','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2877,'254797960865','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2878,'254797938722','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2879,'254797937927','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2880,'254797913204','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2881,'254797888244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2882,'254797880818','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2883,'254797880698','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2884,'254797858340','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2885,'254797849680','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2886,'254797846595','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2887,'254797841591','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2888,'254797829426','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2889,'254797821835','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2890,'254797818181','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2891,'254797816045','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2892,'254797809836','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2893,'254797807262','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2894,'254797807050','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2895,'254797806491','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2896,'254797768277','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2897,'254797766753','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2898,'254797744580','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2899,'254797744477','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2900,'254797741683','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2901,'254797715674','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2902,'254797693926','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2903,'254797690565','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2904,'254797679101','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2905,'254797670906','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2906,'254797670380','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2907,'254797665767','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2908,'254797643093','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2909,'254797628541','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2910,'254797598531','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2911,'254797552506','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2912,'254797544759','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2913,'254797540379','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2914,'254797507326','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2915,'254797467720','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2916,'254797459444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2917,'254797457230','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2918,'254797456556','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2919,'254797452737','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2920,'254797444111','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2921,'254797437003','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2922,'254797421193','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2923,'254797410228','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2924,'254797395850','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2925,'254797392948','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2926,'254797360167','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2927,'254797321801','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2928,'254797314640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2929,'254797302120','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2930,'254797288234','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2931,'254797285862','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2932,'254797276235','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2933,'254797210087','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2934,'254797194984','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2935,'254797184518','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2936,'254797166465','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2937,'254797159349','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2938,'254797144399','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2939,'254797137317','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2940,'254797131031','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2941,'254797128477','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2942,'254797119086','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2943,'254797081942','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2944,'254797069850','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2945,'254797049888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2946,'254797046378','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2947,'254797044014','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2948,'254797041994','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2949,'254797037257','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2950,'254797036779','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2951,'254797031183','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2952,'254797030308','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2953,'254796987468','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2954,'254796964896','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2955,'254796931197','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2956,'254796912550','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2957,'254796908499','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2958,'254796906155','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2959,'254796899504','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2960,'254796899419','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2961,'254796891834','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2962,'254796891304','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2963,'254796873470','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2964,'254796844874','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2965,'254796834766','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2966,'254796828645','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2967,'254796792416','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2968,'254796775941','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2969,'254796746433','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2970,'254796744568','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2971,'254796742181','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2972,'254796735119','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2973,'254796688889','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2974,'254796682821','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2975,'254796675340','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2976,'254796659717','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2977,'254796658065','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2978,'254796643719','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2979,'254796616353','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2980,'254796610746','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2981,'254796598053','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2982,'254796587893','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2983,'254796586289','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2984,'254796578150','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2985,'254796577053','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2986,'254796568833','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2987,'254796568167','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2988,'254796566933','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2989,'254796553169','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2990,'254796474944','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2991,'254796466515','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2992,'254796438238','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2993,'254796435449','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2994,'254796411665','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2995,'254796402391','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2996,'254796383340','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2997,'254796373639','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2998,'254796351758','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(2999,'254796339603','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3000,'254796314006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3001,'254796304345','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3002,'254796284831','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3003,'254796278350','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3004,'254796253727','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3005,'254796226761','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3006,'254796217808','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3007,'254796209422','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3008,'254796196125','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3009,'254796189388','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3010,'254796186624','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3011,'254796183681','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3012,'254796142338','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3013,'254796140095','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3014,'254796112357','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3015,'254796067274','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3016,'254796050620','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3017,'254796019195','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3018,'254796007626','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3019,'254796002910','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3020,'254795983438','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3021,'254795976642','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3022,'254795964545','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3023,'254795948782','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3024,'254795930270','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3025,'254795913684','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3026,'254795913030','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3027,'254795891970','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3028,'254795882121','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3029,'254795865354','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3030,'254795850405','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3031,'254795839263','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3032,'254795829955','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3033,'254795820811','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3034,'254795792283','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3035,'254795757436','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3036,'254795746160','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3037,'254795744270','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3038,'254795717520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3039,'254795667749','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3040,'254795649032','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3041,'254795612873','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3042,'254795606438','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3043,'254795584407','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3044,'254795577834','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3045,'254795573958','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3046,'254795559042','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3047,'254795552566','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3048,'254795528628','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3049,'254795518823','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3050,'254795503193','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3051,'254795498095','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3052,'254795483016','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3053,'254795478175','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3054,'254795475861','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3055,'254795445988','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3056,'254795433623','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3057,'254795430136','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3058,'254795421656','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3059,'254795403980','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3060,'254795397498','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3061,'254795386440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3062,'254795377153','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3063,'254795356826','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3064,'254795340707','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3065,'254795323615','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3066,'254795213161','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3067,'254795204555','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3068,'254795197278','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3069,'254795182479','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3070,'254795180874','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3071,'254795178445','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3072,'254795140234','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3073,'254795139590','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3074,'254795113734','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3075,'254795099525','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3076,'254795098555','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3077,'254795077736','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3078,'254795044850','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3079,'254795015449','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3080,'254795007877','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3081,'254795004354','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3082,'254794979112','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3083,'254794945540','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3084,'254794945488','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3085,'254794930254','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3086,'254794920597','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3087,'254794915796','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3088,'254794860589','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3089,'254794803674','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3090,'254794713175','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3091,'254794703583','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3092,'254794703562','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3093,'254794681149','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3094,'254794619098','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3095,'254794568537','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3096,'254794536205','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3097,'254794532138','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3098,'254794529406','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3099,'254794520049','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3100,'254794517333','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3101,'254794515615','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3102,'254794479606','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3103,'254794470944','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3104,'254794442641','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3105,'254794440733','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3106,'254794406672','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3107,'254794387831','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3108,'254794373347','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3109,'254794346015','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3110,'254794321118','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3111,'254794301028','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3112,'254794296503','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3113,'254794288896','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3114,'254794273737','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3115,'254794231934','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3116,'254794217393','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3117,'254794209595','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3118,'254794205088','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3119,'254794124319','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3120,'254794121416','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3121,'254794118021','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3122,'254794099860','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3123,'254794044971','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3124,'254794037417','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3125,'254794002864','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3126,'254793972239','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3127,'254793939622','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3128,'254793930717','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3129,'254793896394','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3130,'254793870186','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3131,'254793866850','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3132,'254793852061','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3133,'254793843784','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3134,'254793832051','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3135,'254793830563','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3136,'254793818833','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3137,'254793787635','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3138,'254793767159','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3139,'254793764782','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3140,'254793757207','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3141,'254793715220','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3142,'254793686475','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3143,'254793677671','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3144,'254793660409','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3145,'254793628595','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3146,'254793612067','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3147,'254793599648','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3148,'254793599563','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3149,'254793590127','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3150,'254793545163','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3151,'254793543262','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3152,'254793513899','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3153,'254793454350','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3154,'254793392897','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3155,'254793326188','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3156,'254793269750','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3157,'254793268640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3158,'254793251627','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3159,'254793056518','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3160,'254793049424','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3161,'254793047466','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3162,'254793032482','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3163,'254793032194','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3164,'254793030071','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3165,'254793025484','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3166,'254793014481','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3167,'254792929862','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3168,'254792925858','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3169,'254792917918','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3170,'254792913231','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3171,'254792895242','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3172,'254792894945','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3173,'254792886027','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3174,'254792881443','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3175,'254792871409','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3176,'254792823870','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3177,'254792822831','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3178,'254792793432','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3179,'254792780668','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3180,'254792766371','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3181,'254792746171','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3182,'254792740493','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3183,'254792733395','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3184,'254792720784','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3185,'254792718309','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3186,'254792717015','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3187,'254792709155','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3188,'254792677905','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3189,'254792672984','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3190,'254792655241','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3191,'254792653590','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3192,'254792651384','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3193,'254792622989','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3194,'254792605899','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3195,'254792603002','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3196,'254792602602','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3197,'254792600797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3198,'254792596268','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3199,'254792584555','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3200,'254792557817','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3201,'254792552002','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3202,'254792547759','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3203,'254792530085','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3204,'254792512961','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3205,'254792506442','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3206,'254792503671','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3207,'254792501365','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3208,'254792475731','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3209,'254792449016','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3210,'254792443941','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3211,'254792440279','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3212,'254792431015','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3213,'254792380531','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3214,'254792372760','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3215,'254792367485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3216,'254792354903','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3217,'254792346827','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3218,'254792327607','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3219,'254792304649','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3220,'254792301474','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3221,'254792301128','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3222,'254792279526','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3223,'254792278546','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3224,'254792235805','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3225,'254792228885','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3226,'254792224362','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3227,'254792204520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3228,'254792173132','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3229,'254792172554','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3230,'254792171596','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3231,'254792169550','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3232,'254792156367','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3233,'254792147778','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3234,'254792145441','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3235,'254792141414','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3236,'254792138323','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3237,'254792126607','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3238,'254792120561','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3239,'254792117330','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3240,'254792067097','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3241,'254792058968','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3242,'254792021795','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3243,'254792014706','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3244,'254792004221','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3245,'254791991591','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3246,'254791982704','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3247,'254791978392','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3248,'254791969250','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3249,'254791960499','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3250,'254791952123','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3251,'254791924335','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3252,'254791859254','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3253,'254791847101','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3254,'254791846258','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3255,'254791833529','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3256,'254791824058','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3257,'254791812660','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3258,'254791806258','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3259,'254791789713','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3260,'254791781649','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3261,'254791778528','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3262,'254791768968','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3263,'254791748982','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3264,'254791739732','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3265,'254791735853','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3266,'254791733339','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3267,'254791728550','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3268,'254791717315','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3269,'254791696339','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3270,'254791678052','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3271,'254791654006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3272,'254791653290','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3273,'254791631680','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3274,'254791631579','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3275,'254791627552','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3276,'254791600100','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3277,'254791595323','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3278,'254791577745','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3279,'254791566724','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3280,'254791563724','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3281,'254791561672','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3282,'254791553378','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3283,'254791547618','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3284,'254791540316','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3285,'254791536403','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3286,'254791519438','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3287,'254791514784','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3288,'254791495542','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3289,'254791494052','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3290,'254791474158','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3291,'254791471872','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3292,'254791448363','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3293,'254791424234','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3294,'254791408349','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3295,'254791406771','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3296,'254791392726','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3297,'254791383970','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3298,'254791365488','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3299,'254791359251','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3300,'254791357078','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3301,'254791343527','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3302,'254791312121','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3303,'254791307233','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3304,'254791304521','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3305,'254791296477','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3306,'254791274126','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3307,'254791274083','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3308,'254791257670','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3309,'254791238179','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3310,'254791233773','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3311,'254791217411','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3312,'254791203732','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3313,'254791198001','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3314,'254791197246','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3315,'254791192558','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3316,'254791191640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3317,'254791180437','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3318,'254791057878','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3319,'254791040734','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3320,'254791040427','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3321,'254791038365','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3322,'254791037601','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3323,'254791015086','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3324,'254791014797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3325,'254791012105','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3326,'254791004326','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3327,'254790998009','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3328,'254790997776','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3329,'254790997203','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3330,'254790985886','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3331,'254790955792','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3332,'254790948694','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3333,'254790944881','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3334,'254790940419','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3335,'254790930965','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3336,'254790926673','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3337,'254790926560','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3338,'254790925102','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3339,'254790917273','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3340,'254790893951','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3341,'254790871817','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3342,'254790841215','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3343,'254790836202','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3344,'254790820273','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3345,'254790813613','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3346,'254790810156','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3347,'254790805308','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3348,'254790772552','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3349,'254790765900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3350,'254790757760','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3351,'254790740372','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3352,'254790730506','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3353,'254790721397','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3354,'254790709941','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3355,'254790707070','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3356,'254790706018','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3357,'254790700242','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3358,'254790700043','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3359,'254790692972','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3360,'254790685431','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3361,'254790677645','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3362,'254790673416','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3363,'254790669242','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3364,'254790667691','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3365,'254790654198','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3366,'254790653855','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3367,'254790651761','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3368,'254790634298','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3369,'254790630051','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3370,'254790624574','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3371,'254790618249','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3372,'254790617201','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3373,'254790608585','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3374,'254790601170','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3375,'254790595705','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3376,'254790591377','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3377,'254790591280','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3378,'254790591214','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3379,'254790588628','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3380,'254790588509','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3381,'254790565926','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3382,'254790554354','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3383,'254790553840','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3384,'254790550836','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3385,'254790543429','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3386,'254790538815','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3387,'254790524729','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3388,'254790516690','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3389,'254790508433','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3390,'254790500423','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3391,'254790495177','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3392,'254790490644','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3393,'254790487411','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3394,'254790486610','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3395,'254790483937','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3396,'254790479705','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3397,'254790469678','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3398,'254790466379','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3399,'254790457100','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3400,'254790452393','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3401,'254790394995','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3402,'254790370329','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3403,'254790365207','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3404,'254790362962','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3405,'254790355472','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3406,'254790354837','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3407,'254790348189','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3408,'254790312358','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3409,'254790304432','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3410,'254790302335','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3411,'254790277948','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3412,'254790274656','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3413,'254790263436','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3414,'254790261024','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3415,'254790257139','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3416,'254790249632','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3417,'254790247874','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3418,'254790246011','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3419,'254790240220','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3420,'254790239018','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3421,'254790226388','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3422,'254790222530','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3423,'254790219655','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3424,'254790217799','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3425,'254790216319','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3426,'254790213374','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3427,'254790210629','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3428,'254790207997','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3429,'254790168570','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3430,'254790167718','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3431,'254790136262','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3432,'254790118440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3433,'254790112403','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3434,'254790109257','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3435,'254790108379','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3436,'254790100154','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3437,'254790092783','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3438,'254790091611','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3439,'254790074723','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3440,'254790069296','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3441,'254790064413','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3442,'254790039145','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3443,'254790036254','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3444,'254790021763','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3445,'254790016768','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3446,'254790013562','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3447,'254790012284','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3448,'254790003791','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3449,'254790003022','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3450,'254789945386','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3451,'254789930152','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3452,'254789886887','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3453,'254789869866','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3454,'254789816305','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3455,'254789767636','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3456,'254789743304','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3457,'254789679312','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3458,'254789660508','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3459,'254789630689','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3460,'254789630030','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3461,'254789561023','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3462,'254789454677','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3463,'254789432003','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3464,'254789370961','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3465,'254789361381','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3466,'254789217579','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3467,'254789033037','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3468,'254788926968','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3469,'254788924370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3470,'254788852587','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3471,'254788846834','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3472,'254788807425','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3473,'254788765559','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3474,'254788721421','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3475,'254788713011','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3476,'254788696410','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3477,'254788693822','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3478,'254788689910','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3479,'254788654165','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3480,'254788610444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3481,'254788540560','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3482,'254788430979','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3483,'254788420000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3484,'254788379346','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3485,'254788314649','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3486,'254788300765','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3487,'254788286816','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3488,'254788241108','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3489,'254788237791','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3490,'254788234003','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3491,'254788143502','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3492,'254788110530','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3493,'254788065105','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3494,'254788007077','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3495,'254787989123','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3496,'254787938623','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3497,'254787843202','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3498,'254787750698','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3499,'254787688293','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3500,'254787537114','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3501,'254787505434','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3502,'254787454444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3503,'254787419939','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3504,'254787375066','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3505,'254787323677','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3506,'254787251972','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3507,'254787151808','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3508,'254787070796','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3509,'254787031760','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3510,'254786773411','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3511,'254786722429','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3512,'254786687793','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3513,'254786643921','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3514,'254786618747','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3515,'254786585945','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3516,'254786571446','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3517,'254786570265','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3518,'254786533339','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3519,'254786515147','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3520,'254786433754','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3521,'254786413386','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3522,'254786276266','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3523,'254786184282','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3524,'254786173086','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3525,'254785993676','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3526,'254785871542','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3527,'254785687267','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3528,'254785655690','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3529,'254785490962','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3530,'254785436059','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3531,'254785418786','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3532,'254785332261','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3533,'254785279008','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3534,'254785176017','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3535,'254785140985','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3536,'254785091849','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3537,'254784975115','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3538,'254784921245','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3539,'254784847472','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3540,'254784707975','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3541,'254784654731','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3542,'254784461896','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3543,'254784390357','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3544,'254784381059','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3545,'254784274870','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3546,'254784036311','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3547,'254783857584','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3548,'254783638189','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3549,'254783599776','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3550,'254783553928','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3551,'254783527310','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3552,'254783513142','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3553,'254783505856','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3554,'254783492929','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3555,'254783466612','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3556,'254783403696','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3557,'254783208034','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3558,'254783132900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3559,'254782824824','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3560,'254782582120','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3561,'254782537314','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3562,'254782451744','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3563,'254782356484','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3564,'254782337270','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3565,'254782272216','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3566,'254782200293','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3567,'254782155961','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3568,'254782097227','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3569,'254782005000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3570,'254781789869','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3571,'254781788277','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3572,'254781691179','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3573,'254781598567','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3574,'254781587041','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3575,'254781544200','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3576,'254781517188','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3577,'254781504745','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3578,'254781428132','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3579,'254781126755','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3580,'254780999410','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3581,'254780944230','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3582,'254780944160','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3583,'254780928777','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3584,'254780911861','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3585,'254780910505','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3586,'254780900151','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3587,'254780875632','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3588,'254780859256','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3589,'254780840216','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3590,'254780837270','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3591,'254780792888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3592,'254780757784','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3593,'254780747766','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3594,'254780742708','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3595,'254780738143','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3596,'254780708070','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3597,'254780665866','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3598,'254780628358','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3599,'254780622173','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3600,'254780548429','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3601,'254780525883','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3602,'254780426049','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3603,'254780416215','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3604,'254780400165','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3605,'254780330094','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3606,'254780322751','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3607,'254780320247','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3608,'254780312435','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3609,'254780272709','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3610,'254780226585','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3611,'254780182501','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3612,'254780161431','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3613,'254780157091','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3614,'254780156000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3615,'254780108409','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3616,'254780077285','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3617,'254780073059','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3618,'254780047123','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3619,'254779960004','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3620,'254779088974','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3621,'254778743758','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3622,'254778499371','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3623,'254778260292','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3624,'254778228301','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3625,'254777999001','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3626,'254777913320','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3627,'254777907817','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3628,'254777667178','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3629,'254777627815','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3630,'254777627182','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3631,'254777518771','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3632,'254777444070','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3633,'254777302269','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3634,'254777244662','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3635,'254777075044','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3636,'254776789751','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3637,'254776387893','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3638,'254776360295','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3639,'254776210430','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3640,'254776144296','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3641,'254776103504','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3642,'254775241649','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3643,'254775099306','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3644,'254775094250','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3645,'254774962372','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3646,'254774833400','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3647,'254774319954','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3648,'254773536139','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3649,'254773486576','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3650,'254773482100','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3651,'254773210766','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3652,'254772872408','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3653,'254772370302','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3654,'254772333335','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3655,'254772201329','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3656,'254772066580','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3657,'254771820747','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3658,'254771805090','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3659,'254771515344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3660,'254771461746','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3661,'254771150243','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3662,'254770989062','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3663,'254770958812','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3664,'254770879177','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3665,'254770854855','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3666,'254770803642','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3667,'254770576103','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3668,'254770541758','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3669,'254770417720','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3670,'254770330330','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3671,'254770292293','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3672,'254770247830','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3673,'254770238231','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3674,'254769992952','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3675,'254769984685','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3676,'254769980878','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3677,'254769961188','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3678,'254769933401','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3679,'254769900092','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3680,'254769877509','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3681,'254769866752','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3682,'254769856211','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3683,'254769842442','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3684,'254769796479','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3685,'254769764874','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3686,'254769758399','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3687,'254769709340','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3688,'254769705999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3689,'254769680226','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3690,'254769646059','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3691,'254769577658','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3692,'254769525745','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3693,'254769502928','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3694,'254769498851','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3695,'254769481793','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3696,'254769475282','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3697,'254769446285','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3698,'254769410813','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3699,'254769395446','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3700,'254769325880','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3701,'254769279175','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3702,'254769249900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3703,'254769188280','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3704,'254769174612','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3705,'254769153316','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3706,'254769124444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3707,'254769124318','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3708,'254769071772','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3709,'254769070970','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3710,'254769047779','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3711,'254768992604','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3712,'254768989253','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3713,'254768955161','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3714,'254768936336','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3715,'254768913407','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3716,'254768900482','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3717,'254768900450','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3718,'254768877419','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3719,'254768857353','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3720,'254768849019','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3721,'254768836935','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3722,'254768823256','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3723,'254768795537','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3724,'254768751804','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3725,'254768744411','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3726,'254768742261','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3727,'254768737782','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3728,'254768701998','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3729,'254768685432','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3730,'254768678282','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3731,'254768669287','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3732,'254768664479','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3733,'254768661688','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3734,'254768659190','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3735,'254768658447','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3736,'254768648653','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3737,'254768643038','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3738,'254768643018','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3739,'254768599372','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3740,'254768598061','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3741,'254768515358','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3742,'254768507235','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3743,'254768499336','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3744,'254768497211','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3745,'254768479547','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3746,'254768468288','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3747,'254768451213','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3748,'254768411708','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3749,'254768405037','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3750,'254768404875','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3751,'254768397088','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3752,'254768390682','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3753,'254768376343','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3754,'254768354773','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3755,'254768315726','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3756,'254768302046','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3757,'254768293448','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3758,'254768283872','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3759,'254768280671','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3760,'254768277917','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3761,'254768259034','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3762,'254768211625','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3763,'254768202980','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3764,'254768199872','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3765,'254768176953','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3766,'254768142496','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3767,'254768090363','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3768,'254768090253','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3769,'254768074595','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3770,'254768059125','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3771,'254768049563','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3772,'254768033701','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3773,'254768022180','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3774,'254768007822','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3775,'254768007039','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3776,'254768001084','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3777,'254765886894','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3778,'254765755179','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3779,'254765706604','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3780,'254765402482','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3781,'254765148968','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3782,'254765065885','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3783,'254765000333','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3784,'254764976373','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3785,'254764848329','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3786,'254764306612','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3787,'254764219472','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3788,'254764014106','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3789,'254763871421','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3790,'254763780270','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3791,'254763560187','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3792,'254763522382','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3793,'254763517928','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3794,'254763457906','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3795,'254763349771','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3796,'254763319300','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3797,'254763300300','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3798,'254763293972','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3799,'254762759672','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3800,'254762747413','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3801,'254762614616','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3802,'254762582100','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3803,'254762454646','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3804,'254762453183','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3805,'254762388030','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3806,'254762325280','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3807,'254762243838','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3808,'254762172209','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3809,'254762123087','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3810,'254762088904','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3811,'254762003001','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3812,'254759962078','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3813,'254759959934','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3814,'254759949433','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3815,'254759947776','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3816,'254759946409','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3817,'254759944689','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3818,'254759932269','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3819,'254759899775','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3820,'254759885727','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3821,'254759873616','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3822,'254759854847','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3823,'254759813270','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3824,'254759778806','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3825,'254759777222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3826,'254759758405','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3827,'254759740061','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3828,'254759715685','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3829,'254759707056','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3830,'254759679995','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3831,'254759676423','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3832,'254759636377','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3833,'254759619177','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3834,'254759604612','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3835,'254759573005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3836,'254759537932','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3837,'254759537406','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3838,'254759525758','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3839,'254759504081','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3840,'254759486383','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3841,'254759472180','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3842,'254759471947','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3843,'254759411897','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3844,'254759405054','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3845,'254759403498','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3846,'254759402471','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3847,'254759377226','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3848,'254759361415','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3849,'254759329774','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3850,'254759322727','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3851,'254759320040','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3852,'254759311938','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3853,'254759295173','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3854,'254759265606','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3855,'254759235005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3856,'254759218054','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3857,'254759206280','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3858,'254759168844','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3859,'254759121292','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3860,'254759119245','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3861,'254759115969','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3862,'254759100735','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3863,'254759087351','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3864,'254759068522','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3865,'254759016810','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3866,'254759014897','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3867,'254759014525','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3868,'254759003975','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3869,'254758981061','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3870,'254758976470','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3871,'254758951538','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3872,'254758921499','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3873,'254758921096','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3874,'254758913671','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3875,'254758911733','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3876,'254758909859','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3877,'254758887130','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3878,'254758821565','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3879,'254758815279','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3880,'254758804427','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3881,'254758801741','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3882,'254758798949','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3883,'254758783096','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3884,'254758777491','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3885,'254758756179','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3886,'254758748431','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3887,'254758741476','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3888,'254758724656','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3889,'254758705393','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3890,'254758661759','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3891,'254758661613','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3892,'254758623416','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3893,'254758617177','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3894,'254758607217','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3895,'254758591789','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3896,'254758578758','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3897,'254758538535','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3898,'254758529983','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3899,'254758522821','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3900,'254758504607','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3901,'254758500005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3902,'254758472988','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3903,'254758442770','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3904,'254758442097','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3905,'254758439639','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3906,'254758426368','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3907,'254758380246','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3908,'254758345090','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3909,'254758331678','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3910,'254758322717','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3911,'254758292308','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3912,'254758285538','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3913,'254758283307','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3914,'254758280662','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3915,'254758230844','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3916,'254758229842','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3917,'254758223636','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3918,'254758217504','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3919,'254758212871','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3920,'254758206753','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3921,'254758169535','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3922,'254758159674','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3923,'254758074600','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3924,'254758063210','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3925,'254758040693','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3926,'254757953422','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3927,'254757952132','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3928,'254757947464','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3929,'254757927486','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3930,'254757920781','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3931,'254757849837','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3932,'254757839294','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3933,'254757808816','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3934,'254757755959','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3935,'254757701043','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3936,'254757688980','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3937,'254757686106','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3938,'254757646020','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3939,'254757643303','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3940,'254757633835','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3941,'254757629065','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3942,'254757627102','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3943,'254757620389','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3944,'254757584286','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3945,'254757578310','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3946,'254757573517','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3947,'254757564886','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3948,'254757533520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3949,'254757519353','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3950,'254757470551','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3951,'254757451849','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3952,'254757417866','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3953,'254757408927','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3954,'254757395586','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3955,'254757382871','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3956,'254757371018','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3957,'254757360419','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3958,'254757317138','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3959,'254757309126','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3960,'254757300209','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3961,'254757298326','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3962,'254757283597','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3963,'254757275582','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3964,'254757275507','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3965,'254757264481','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3966,'254757255945','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3967,'254757193830','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3968,'254757181096','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3969,'254757159118','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3970,'254757085190','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3971,'254757075427','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3972,'254757060956','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3973,'254757047126','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3974,'254757044814','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3975,'254757012522','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3976,'254757002209','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3977,'254756998460','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3978,'254756927033','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3979,'254756705986','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3980,'254756705007','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3981,'254756566793','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3982,'254756564764','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3983,'254756502547','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3984,'254756479576','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3985,'254756428426','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3986,'254756334241','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3987,'254756331327','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3988,'254756288998','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3989,'254755997097','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3990,'254755808385','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3991,'254755704090','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3992,'254755612520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3993,'254755581083','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3994,'254755214782','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3995,'254755174104','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3996,'254755097716','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3997,'254755000185','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3998,'254754966360','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(3999,'254754939906','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4000,'254754854619','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4001,'254754749896','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4002,'254754722161','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4003,'254754654995','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4004,'254754625160','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4005,'254754558899','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4006,'254754549472','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4007,'254754489074','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4008,'254754452461','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4009,'254754394117','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4010,'254754270113','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4011,'254754267409','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4012,'254754035101','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4013,'254753914721','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4014,'254753912236','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4015,'254753819129','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4016,'254753797979','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4017,'254753756456','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4018,'254753711098','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4019,'254753501772','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4020,'254753466713','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4021,'254753409129','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4022,'254753336620','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4023,'254753324351','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4024,'254753252099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4025,'254753230716','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4026,'254753143286','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4027,'254753102818','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4028,'254753100665','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4029,'254753090903','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4030,'254753024276','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4031,'254752983777','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4032,'254752950034','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4033,'254752852980','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4034,'254752703560','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4035,'254752645416','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4036,'254752630171','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4037,'254752578584','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4038,'254752519281','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4039,'254752504410','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4040,'254752461308','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4041,'254752413386','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4042,'254752387142','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4043,'254752365563','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4044,'254752302021','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4045,'254752091438','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4046,'254752061755','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4047,'254751999255','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4048,'254751938660','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4049,'254751914307','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4050,'254751900900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4051,'254751824217','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4052,'254751776962','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4053,'254751697471','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4054,'254751687711','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4055,'254751601100','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4056,'254751591871','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4057,'254751586435','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4058,'254751537199','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4059,'254751479381','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4060,'254751407444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4061,'254751346345','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4062,'254751315388','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4063,'254751217948','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4064,'254751110101','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4065,'254751086176','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4066,'254751030653','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4067,'254750956946','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4068,'254750945914','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4069,'254750938007','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4070,'254750892927','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4071,'254750865444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4072,'254750808878','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4073,'254750788257','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4074,'254750668676','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4075,'254750560656','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4076,'254750522282','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4077,'254750519067','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4078,'254750436905','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4079,'254750337711','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4080,'254750308036','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4081,'254750299699','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4082,'254750294789','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4083,'254750280473','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4084,'254750256455','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4085,'254750097288','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4086,'254750091747','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4087,'254748978208','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4088,'254748971062','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4089,'254748955879','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4090,'254748953470','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4091,'254748946934','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4092,'254748944163','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4093,'254748925325','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4094,'254748897425','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4095,'254748882999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4096,'254748866642','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4097,'254748855887','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4098,'254748845291','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4099,'254748837635','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4100,'254748807545','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4101,'254748806238','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4102,'254748805992','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4103,'254748786324','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4104,'254748766413','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4105,'254748753093','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4106,'254748751862','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4107,'254748732759','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4108,'254748721160','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4109,'254748715726','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4110,'254748714255','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4111,'254748645008','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4112,'254748597973','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4113,'254748597571','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4114,'254748589497','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4115,'254748525443','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4116,'254748490375','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4117,'254748474976','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4118,'254748470499','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4119,'254748462448','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4120,'254748458827','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4121,'254748457108','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4122,'254748456966','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4123,'254748451910','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4124,'254748433574','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4125,'254748433065','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4126,'254748390669','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4127,'254748373002','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4128,'254748310772','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4129,'254748297731','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4130,'254748294085','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4131,'254748293933','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4132,'254748277240','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4133,'254748267968','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4134,'254748254092','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4135,'254748248277','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4136,'254748238439','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4137,'254748225674','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4138,'254748223052','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4139,'254748219141','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4140,'254748202022','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4141,'254748197906','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4142,'254748195391','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4143,'254748176481','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4144,'254748137464','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4145,'254748128024','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4146,'254748126317','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4147,'254748114447','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4148,'254748109055','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4149,'254748095082','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4150,'254748086766','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4151,'254748080188','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4152,'254748052121','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4153,'254748045956','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4154,'254748045802','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4155,'254748039113','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4156,'254748003259','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4157,'254747927155','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4158,'254747890369','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4159,'254747779233','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4160,'254747242355','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4161,'254747175777','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4162,'254747085101','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4163,'254746999235','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4164,'254746963662','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4165,'254746947164','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4166,'254746942211','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4167,'254746910171','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4168,'254746906864','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4169,'254746891383','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4170,'254746885822','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4171,'254746867215','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4172,'254746864955','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4173,'254746815780','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4174,'254746786789','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4175,'254746761533','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4176,'254746751663','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4177,'254746725440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4178,'254746680101','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4179,'254746678192','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4180,'254746665196','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4181,'254746623666','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4182,'254746610021','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4183,'254746607791','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4184,'254746597229','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4185,'254746585296','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4186,'254746557585','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4187,'254746544847','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4188,'254746532319','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4189,'254746518631','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4190,'254746515784','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4191,'254746492842','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4192,'254746486169','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4193,'254746471579','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4194,'254746460977','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4195,'254746460036','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4196,'254746456176','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4197,'254746432744','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4198,'254746409736','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4199,'254746379267','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4200,'254746341929','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4201,'254746335801','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4202,'254746334166','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4203,'254746328358','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4204,'254746327755','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4205,'254746301554','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4206,'254746288850','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4207,'254746285046','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4208,'254746268687','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4209,'254746264596','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4210,'254746259425','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4211,'254746246118','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4212,'254746234599','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4213,'254746231149','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4214,'254746211100','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4215,'254746205477','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4216,'254746200402','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4217,'254746190586','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4218,'254746188169','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4219,'254746175178','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4220,'254746159405','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4221,'254746157613','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4222,'254746153357','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4223,'254746130182','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4224,'254746122013','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4225,'254746121927','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4226,'254746114289','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4227,'254746111852','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4228,'254746099391','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4229,'254746093545','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4230,'254746089852','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4231,'254746079001','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4232,'254746075414','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4233,'254746059520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4234,'254746053849','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4235,'254746046060','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4236,'254746038410','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4237,'254746037441','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4238,'254745986522','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4239,'254745980490','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4240,'254745966094','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4241,'254745959319','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4242,'254745920654','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4243,'254745918026','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4244,'254745914882','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4245,'254745873783','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4246,'254745868006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4247,'254745850693','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4248,'254745847410','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4249,'254745830205','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4250,'254745824753','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4251,'254745822328','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4252,'254745814695','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4253,'254745790909','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4254,'254745782157','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4255,'254745762317','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4256,'254745750927','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4257,'254745706694','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4258,'254745704068','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4259,'254745703737','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4260,'254745701768','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4261,'254745697346','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4262,'254745659950','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4263,'254745633640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4264,'254745628377','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4265,'254745628222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4266,'254745598344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4267,'254745595957','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4268,'254745589201','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4269,'254745572625','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4270,'254745567833','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4271,'254745564273','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4272,'254745553497','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4273,'254745553284','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4274,'254745543964','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4275,'254745541077','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4276,'254745540138','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4277,'254745535098','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4278,'254745532372','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4279,'254745516914','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4280,'254745507698','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4281,'254745501085','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4282,'254745494171','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4283,'254745484345','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4284,'254745480376','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4285,'254745477626','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4286,'254745466099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4287,'254745460081','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4288,'254745425323','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4289,'254745403111','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4290,'254745386978','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4291,'254745379061','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4292,'254745367848','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4293,'254745355605','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4294,'254745303494','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4295,'254745298326','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4296,'254745291407','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4297,'254745254254','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4298,'254745252434','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4299,'254745233283','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4300,'254745224700','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4301,'254745216957','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4302,'254745212016','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4303,'254745177528','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4304,'254745164342','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4305,'254745157981','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4306,'254745149075','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4307,'254745121059','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4308,'254745104373','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4309,'254745090430','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4310,'254745087540','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4311,'254745086732','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4312,'254745066656','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4313,'254745056973','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4314,'254743999697','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4315,'254743988665','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4316,'254743971029','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4317,'254743965109','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4318,'254743955506','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4319,'254743955224','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4320,'254743943542','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4321,'254743942761','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4322,'254743935795','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4323,'254743927535','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4324,'254743914063','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4325,'254743909441','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4326,'254743865102','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4327,'254743843147','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4328,'254743836908','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4329,'254743814691','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4330,'254743809680','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4331,'254743800904','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4332,'254743781994','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4333,'254743770901','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4334,'254743768533','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4335,'254743750010','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4336,'254743714343','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4337,'254743710487','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4338,'254743703500','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4339,'254743700163','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4340,'254743683657','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4341,'254743649506','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4342,'254743640856','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4343,'254743634866','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4344,'254743625869','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4345,'254743606108','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4346,'254743583628','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4347,'254743577865','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4348,'254743545526','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4349,'254743544198','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4350,'254743540393','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4351,'254743519465','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4352,'254743505350','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4353,'254743503214','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4354,'254743476665','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4355,'254743464940','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4356,'254743430639','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4357,'254743428002','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4358,'254743424242','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4359,'254743423694','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4360,'254743400813','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4361,'254743379891','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4362,'254743345310','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4363,'254743337564','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4364,'254743336838','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4365,'254743334999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4366,'254743328965','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4367,'254743327545','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4368,'254743287924','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4369,'254743268798','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4370,'254743264958','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4371,'254743253802','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4372,'254743244132','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4373,'254743243091','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4374,'254743237225','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4375,'254743230230','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4376,'254743212918','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4377,'254743212234','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4378,'254743160328','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4379,'254743142857','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4380,'254743141941','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4381,'254743127463','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4382,'254743117745','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4383,'254743097546','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4384,'254743063362','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4385,'254743061752','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4386,'254743042925','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4387,'254742985799','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4388,'254742984656','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4389,'254742939896','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4390,'254742924146','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4391,'254742874903','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4392,'254742855510','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4393,'254742851270','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4394,'254742834273','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4395,'254742820049','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4396,'254742803324','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4397,'254742802444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4398,'254742797501','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4399,'254742775361','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4400,'254742769784','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4401,'254742764505','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4402,'254742756820','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4403,'254742751034','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4404,'254742745566','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4405,'254742713390','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4406,'254742708418','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4407,'254742701066','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4408,'254742700041','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4409,'254742689229','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4410,'254742679845','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4411,'254742658701','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4412,'254742619169','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4413,'254742615776','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4414,'254742601781','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4415,'254742592699','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4416,'254742514296','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4417,'254742506702','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4418,'254742500347','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4419,'254742495278','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4420,'254742489209','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4421,'254742436464','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4422,'254742425428','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4423,'254742417306','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4424,'254742406847','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4425,'254742398783','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4426,'254742398028','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4427,'254742392339','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4428,'254742386827','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4429,'254742359275','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4430,'254742339597','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4431,'254742335914','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4432,'254742317698','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4433,'254742246947','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4434,'254742238555','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4435,'254742235756','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4436,'254742222494','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4437,'254742220420','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4438,'254742184933','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4439,'254742181146','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4440,'254742171508','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4441,'254742158002','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4442,'254742157207','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4443,'254742151458','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4444,'254742125784','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4445,'254742112364','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4446,'254742097630','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4447,'254742093893','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4448,'254742092823','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4449,'254742081870','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4450,'254742080397','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4451,'254742062086','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4452,'254742056882','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4453,'254742052251','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4454,'254742050869','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4455,'254742019997','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4456,'254742012240','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4457,'254742000300','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4458,'254741996085','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4459,'254741991735','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4460,'254741952035','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4461,'254741936053','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4462,'254741928907','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4463,'254741906650','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4464,'254741885934','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4465,'254741854386','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4466,'254741850921','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4467,'254741840746','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4468,'254741834267','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4469,'254741804563','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4470,'254741799593','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4471,'254741787102','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4472,'254741761347','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4473,'254741761221','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4474,'254741759910','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4475,'254741748208','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4476,'254741718671','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4477,'254741710552','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4478,'254741701884','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4479,'254741698970','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4480,'254741692191','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4481,'254741653795','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4482,'254741652340','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4483,'254741646464','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4484,'254741642121','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4485,'254741626796','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4486,'254741624863','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4487,'254741620668','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4488,'254741610138','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4489,'254741582697','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4490,'254741565904','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4491,'254741527389','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4492,'254741505961','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4493,'254741481522','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4494,'254741477084','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4495,'254741471255','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4496,'254741465743','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4497,'254741454395','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4498,'254741449738','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4499,'254741443023','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4500,'254741440412','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4501,'254741409332','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4502,'254741393730','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4503,'254741359588','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4504,'254741353357','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4505,'254741301968','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4506,'254741291225','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4507,'254741279522','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4508,'254741266845','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4509,'254741258743','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4510,'254741250250','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4511,'254741223484','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4512,'254741210850','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4513,'254741188756','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4514,'254741186072','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4515,'254741177492','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4516,'254741167976','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4517,'254741155825','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4518,'254741111409','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4519,'254741098542','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4520,'254741097367','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4521,'254741095373','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4522,'254741092018','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4523,'254741087617','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4524,'254741084712','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4525,'254741055142','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4526,'254741028305','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4527,'254740977843','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4528,'254740973111','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4529,'254740957244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4530,'254740944365','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4531,'254740939192','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4532,'254740912226','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4533,'254740909692','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4534,'254740895955','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4535,'254740854965','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4536,'254740836742','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4537,'254740824948','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4538,'254740821946','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4539,'254740815966','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4540,'254740767977','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4541,'254740755370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4542,'254740731424','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4543,'254740712946','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4544,'254740710102','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4545,'254740706567','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4546,'254740691101','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4547,'254740682914','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4548,'254740678872','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4549,'254740673550','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4550,'254740658815','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4551,'254740637694','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4552,'254740628436','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4553,'254740620733','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4554,'254740565444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4555,'254740515628','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4556,'254740508142','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4557,'254740469722','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4558,'254740465070','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4559,'254740460315','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4560,'254740435084','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4561,'254740434886','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4562,'254740425817','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4563,'254740414750','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4564,'254740393881','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4565,'254740389309','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4566,'254740328283','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4567,'254740308871','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4568,'254740289866','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4569,'254740221756','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4570,'254740211541','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4571,'254740113688','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4572,'254740110432','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4573,'254740108833','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4574,'254740107241','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4575,'254740077760','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4576,'254740074472','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4577,'254740071509','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4578,'254740062205','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4579,'254740046078','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4580,'254740030478','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4581,'254740030167','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4582,'254740023158','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4583,'254739935007','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4584,'254739868456','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4585,'254739812916','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4586,'254739787555','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4587,'254739740055','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4588,'254739731919','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4589,'254739613230','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4590,'254739609809','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4591,'254739511934','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4592,'254739431238','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4593,'254739422458','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4594,'254739394342','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4595,'254739377768','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4596,'254739372840','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4597,'254739335135','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4598,'254739300227','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4599,'254739262241','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4600,'254739234191','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4601,'254739227035','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4602,'254739209496','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4603,'254739190212','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4604,'254739189518','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4605,'254739142056','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4606,'254739119578','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4607,'254739117883','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4608,'254739042644','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4609,'254739021467','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4610,'254738991306','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4611,'254738985059','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4612,'254738935599','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4613,'254738931310','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4614,'254738779080','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4615,'254738746666','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4616,'254738736163','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4617,'254738734736','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4618,'254738730222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4619,'254738705730','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4620,'254738705045','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4621,'254738696319','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4622,'254738620759','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4623,'254738619913','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4624,'254738575349','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4625,'254738534441','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4626,'254738532267','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4627,'254738531041','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4628,'254738505907','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4629,'254738495319','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4630,'254738484835','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4631,'254738458438','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4632,'254738447580','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4633,'254738444444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4634,'254738430228','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4635,'254738410067','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4636,'254738409623','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4637,'254738409590','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4638,'254738404290','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4639,'254738381485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4640,'254738361518','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4641,'254738337969','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4642,'254738291232','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4643,'254738288255','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4644,'254738220810','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4645,'254738181822','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4646,'254738100200','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4647,'254738069022','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4648,'254738053800','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4649,'254738035459','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4650,'254738002686','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4651,'254738002513','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4652,'254737873901','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4653,'254737818783','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4654,'254737818739','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4655,'254737808081','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4656,'254737777793','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4657,'254737774020','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4658,'254737748126','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4659,'254737739283','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4660,'254737732787','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4661,'254737672486','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4662,'254737651030','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4663,'254737631800','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4664,'254737610515','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4665,'254737591385','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4666,'254737474570','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4667,'254737448844','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4668,'254737400242','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4669,'254737387172','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4670,'254737362778','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4671,'254737311720','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4672,'254737223631','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4673,'254737196062','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4674,'254737184980','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4675,'254737183703','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4676,'254737147912','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4677,'254737078504','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4678,'254737048009','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4679,'254736988332','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4680,'254736985840','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4681,'254736985207','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4682,'254736954124','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4683,'254736884488','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4684,'254736795310','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4685,'254736763255','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4686,'254736761329','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4687,'254736755558','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4688,'254736753417','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4689,'254736736313','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4690,'254736715220','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4691,'254736710014','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4692,'254736680803','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4693,'254736670448','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4694,'254736642449','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4695,'254736616581','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4696,'254736484308','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4697,'254736478648','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4698,'254736455672','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4699,'254736413386','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4700,'254736400366','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4701,'254736373662','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4702,'254736334075','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4703,'254736325000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4704,'254736293880','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4705,'254736288265','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4706,'254736282138','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4707,'254736223308','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4708,'254736165730','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4709,'254736156593','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4710,'254736128175','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4711,'254736121444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4712,'254736075153','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4713,'254736047071','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4714,'254736044440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4715,'254735991585','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4716,'254735941539','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4717,'254735908539','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4718,'254735885545','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4719,'254735845152','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4720,'254735783421','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4721,'254735779562','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4722,'254735778866','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4723,'254735746905','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4724,'254735719816','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4725,'254735715104','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4726,'254735686218','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4727,'254735633082','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4728,'254735628972','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4729,'254735624924','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4730,'254735587272','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4731,'254735541476','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4732,'254735532122','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4733,'254735475476','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4734,'254735446644','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4735,'254735444635','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4736,'254735443980','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4737,'254735375296','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4738,'254735354354','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4739,'254735353993','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4740,'254735348581','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4741,'254735333005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4742,'254735230719','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4743,'254735220386','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4744,'254735219909','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4745,'254735219319','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4746,'254735210874','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4747,'254735161377','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4748,'254735129679','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4749,'254735125854','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4750,'254735123233','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4751,'254735084855','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4752,'254735024767','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4753,'254735022998','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4754,'254735010279','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4755,'254735008456','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4756,'254734999958','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4757,'254734998962','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4758,'254734986225','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4759,'254734952726','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4760,'254734925460','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4761,'254734889010','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4762,'254734840864','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4763,'254734824005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4764,'254734817755','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4765,'254734792133','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4766,'254734776413','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4767,'254734749939','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4768,'254734681827','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4769,'254734676981','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4770,'254734619342','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4771,'254734600283','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4772,'254734567954','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4773,'254734563791','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4774,'254734558297','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4775,'254734554471','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4776,'254734511517','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4777,'254734505656','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4778,'254734494434','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4779,'254734460016','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4780,'254734453959','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4781,'254734442846','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4782,'254734397311','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4783,'254734336134','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4784,'254734298621','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4785,'254734278424','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4786,'254734270033','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4787,'254734244456','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4788,'254734222901','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4789,'254734095555','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4790,'254734094915','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4791,'254734094272','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4792,'254734044893','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4793,'254734043680','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4794,'254733997732','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4795,'254733996696','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4796,'254733992412','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4797,'254733992200','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4798,'254733961330','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4799,'254733932399','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4800,'254733911768','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4801,'254733911023','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4802,'254733898678','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4803,'254733891309','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4804,'254733884809','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4805,'254733875440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4806,'254733867737','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4807,'254733860061','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4808,'254733856057','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4809,'254733850673','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4810,'254733850058','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4811,'254733846283','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4812,'254733840656','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4813,'254733836700','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4814,'254733832441','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4815,'254733827426','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4816,'254733823062','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4817,'254733818264','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4818,'254733799640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4819,'254733797452','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4820,'254733794226','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4821,'254733791818','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4822,'254733776310','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4823,'254733745984','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4824,'254733743064','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4825,'254733739944','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4826,'254733738633','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4827,'254733738436','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4828,'254733737993','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4829,'254733733635','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4830,'254733733241','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4831,'254733731427','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4832,'254733727168','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4833,'254733725434','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4834,'254733711051','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4835,'254733708103','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4836,'254733669970','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4837,'254733664245','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4838,'254733642664','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4839,'254733636590','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4840,'254733630932','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4841,'254733624396','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4842,'254733617897','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4843,'254733605767','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4844,'254733603494','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4845,'254733598725','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4846,'254733596952','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4847,'254733590074','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4848,'254733583785','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4849,'254733579143','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4850,'254733566992','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4851,'254733531702','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4852,'254733511610','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4853,'254733508784','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4854,'254733475884','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4855,'254733475518','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4856,'254733466067','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4857,'254733438720','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4858,'254733429759','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4859,'254733404004','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4860,'254733400380','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4861,'254733398951','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4862,'254733391293','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4863,'254733382919','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4864,'254733377701','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4865,'254733367359','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4866,'254733349529','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4867,'254733344554','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4868,'254733342867','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4869,'254733342820','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4870,'254733342007','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4871,'254733335848','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4872,'254733333174','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4873,'254733332360','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4874,'254733326638','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4875,'254733319418','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4876,'254733313006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4877,'254733310185','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4878,'254733283777','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4879,'254733245007','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4880,'254733243708','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4881,'254733226484','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4882,'254733220565','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4883,'254733217925','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4884,'254733203964','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4885,'254733186368','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4886,'254733150263','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4887,'254733128157','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4888,'254732998610','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4889,'254732997722','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4890,'254732970041','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4891,'254732966066','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4892,'254732946748','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4893,'254732927480','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4894,'254732819791','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4895,'254732805050','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4896,'254732773201','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4897,'254732767697','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4898,'254732756589','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4899,'254732709255','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4900,'254732623407','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4901,'254732580270','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4902,'254732555652','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4903,'254732545556','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4904,'254732535475','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4905,'254732534649','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4906,'254732521543','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4907,'254732444996','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4908,'254732435019','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4909,'254732415445','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4910,'254732391341','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4911,'254732371500','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4912,'254732360389','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4913,'254732333003','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4914,'254732275536','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4915,'254732235780','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4916,'254732202230','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4917,'254732064981','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4918,'254731999000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4919,'254731967831','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4920,'254731935685','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4921,'254731924401','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4922,'254731918418','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4923,'254731888043','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4924,'254731861520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4925,'254731839646','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4926,'254731837890','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4927,'254731810976','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4928,'254731721155','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4929,'254731705980','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4930,'254731640993','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4931,'254731636364','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4932,'254731625172','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4933,'254731621890','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4934,'254731522327','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4935,'254731445668','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4936,'254731402954','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4937,'254731269789','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4938,'254731149449','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4939,'254731104499','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4940,'254731092889','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4941,'254731088343','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4942,'254731070986','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4943,'254731043829','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4944,'254731022900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4945,'254731019910','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4946,'254731015712','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4947,'254730210344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4948,'254729994521','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4949,'254729993870','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4950,'254729990583','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4951,'254729989416','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4952,'254729987140','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4953,'254729975795','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4954,'254729974984','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4955,'254729965303','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4956,'254729961867','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4957,'254729948742','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4958,'254729945600','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4959,'254729942121','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4960,'254729940929','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4961,'254729934190','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4962,'254729926845','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4963,'254729922129','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4964,'254729921496','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4965,'254729921241','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4966,'254729915742','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4967,'254729914572','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4968,'254729912479','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4969,'254729906906','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4970,'254729903132','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4971,'254729900629','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4972,'254729899239','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4973,'254729889283','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4974,'254729885382','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4975,'254729882661','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4976,'254729872831','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4977,'254729868288','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4978,'254729865937','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4979,'254729858037','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4980,'254729854408','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4981,'254729853880','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4982,'254729853538','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4983,'254729850372','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4984,'254729848992','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4985,'254729847023','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4986,'254729835524','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4987,'254729833856','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4988,'254729833350','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4989,'254729825986','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4990,'254729819483','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4991,'254729809557','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4992,'254729808956','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4993,'254729805510','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4994,'254729804596','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4995,'254729797959','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4996,'254729795476','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4997,'254729795400','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4998,'254729793959','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(4999,'254729788777','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5000,'254729773569','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5001,'254729771418','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5002,'254729770780','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5003,'254729762385','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5004,'254729758701','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5005,'254729757670','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5006,'254729743467','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5007,'254729742764','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5008,'254729740892','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5009,'254729738783','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5010,'254729736585','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''); INSERT INTO `sms` VALUES (5011,'254729735370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5012,'254729734957','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5013,'254729731514','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5014,'254729729668','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5015,'254729721438','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5016,'254729720792','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5017,'254729719820','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5018,'254729715385','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5019,'254729708329','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5020,'254729706770','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5021,'254729704779','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5022,'254729700000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5023,'254729698830','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5024,'254729697877','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5025,'254729693133','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5026,'254729685572','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5027,'254729680888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5028,'254729675178','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5029,'254729668099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5030,'254729667102','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5031,'254729663284','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5032,'254729662789','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5033,'254729660980','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5034,'254729658125','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5035,'254729655498','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5036,'254729654627','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5037,'254729653344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5038,'254729642650','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5039,'254729639136','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5040,'254729634942','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5041,'254729631730','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5042,'254729631002','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5043,'254729627162','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5044,'254729611316','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5045,'254729604661','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5046,'254729597718','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5047,'254729592651','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5048,'254729588412','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5049,'254729587594','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5050,'254729586127','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5051,'254729585763','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5052,'254729579140','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5053,'254729568819','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5054,'254729561514','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5055,'254729559898','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5056,'254729555804','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5057,'254729546517','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5058,'254729545060','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5059,'254729543388','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5060,'254729535607','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5061,'254729524550','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5062,'254729522158','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5063,'254729515459','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5064,'254729509174','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5065,'254729509069','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5066,'254729506655','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5067,'254729503148','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5068,'254729500303','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5069,'254729499999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5070,'254729497471','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5071,'254729493299','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5072,'254729487892','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5073,'254729484734','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5074,'254729481971','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5075,'254729481768','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5076,'254729481318','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5077,'254729476636','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5078,'254729472421','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5079,'254729469122','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5080,'254729461169','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5081,'254729450751','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5082,'254729448932','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5083,'254729448329','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5084,'254729437811','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5085,'254729430307','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5086,'254729424797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5087,'254729419004','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5088,'254729416465','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5089,'254729414702','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5090,'254729410906','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5091,'254729406924','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5092,'254729384287','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5093,'254729383641','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5094,'254729381696','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5095,'254729380860','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5096,'254729378241','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5097,'254729373710','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5098,'254729373244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5099,'254729367759','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5100,'254729366445','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5101,'254729354602','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5102,'254729353738','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5103,'254729348828','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5104,'254729347075','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5105,'254729346417','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5106,'254729339784','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5107,'254729317910','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5108,'254729312130','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5109,'254729310353','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5110,'254729304966','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5111,'254729293783','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5112,'254729293254','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5113,'254729291362','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5114,'254729284207','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5115,'254729276224','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5116,'254729275442','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5117,'254729275042','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5118,'254729270498','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5119,'254729264415','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5120,'254729262611','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5121,'254729259499','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5122,'254729258799','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5123,'254729255727','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5124,'254729254705','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5125,'254729252543','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5126,'254729244022','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5127,'254729242634','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5128,'254729239023','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5129,'254729235342','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5130,'254729233128','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5131,'254729232238','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5132,'254729222322','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5133,'254729219979','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5134,'254729210000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5135,'254729207653','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5136,'254729204261','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5137,'254729203263','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5138,'254729200284','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5139,'254729177896','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5140,'254729164949','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5141,'254729161627','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5142,'254729156452','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5143,'254729155541','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5144,'254729155198','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5145,'254729152473','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5146,'254729147431','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5147,'254729138121','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5148,'254729105669','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5149,'254729098990','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5150,'254729067300','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5151,'254729065994','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5152,'254729055015','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5153,'254729054043','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5154,'254729049320','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5155,'254729047355','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5156,'254729039943','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5157,'254729037921','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5158,'254729035803','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5159,'254729031645','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5160,'254729027734','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5161,'254729027537','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5162,'254729024671','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5163,'254729021253','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5164,'254729012808','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5165,'254729009764','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5166,'254729008249','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5167,'254729000520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5168,'254728999793','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5169,'254728999657','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5170,'254728998471','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5171,'254728997036','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5172,'254728996391','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5173,'254728987915','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5174,'254728984127','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5175,'254728973267','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5176,'254728970335','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5177,'254728968693','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5178,'254728968601','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5179,'254728963127','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5180,'254728962800','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5181,'254728962393','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5182,'254728961720','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5183,'254728961607','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5184,'254728958144','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5185,'254728939515','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5186,'254728938814','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5187,'254728934855','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5188,'254728934350','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5189,'254728933610','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5190,'254728932630','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5191,'254728926594','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5192,'254728925583','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5193,'254728922238','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5194,'254728920031','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5195,'254728915725','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5196,'254728914006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5197,'254728913465','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5198,'254728910937','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5199,'254728906270','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5200,'254728906070','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5201,'254728903422','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5202,'254728901578','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5203,'254728892385','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5204,'254728887750','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5205,'254728872671','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5206,'254728849793','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5207,'254728848710','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5208,'254728844034','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5209,'254728843754','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5210,'254728838174','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5211,'254728837666','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5212,'254728835335','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5213,'254728832519','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5214,'254728826238','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5215,'254728826133','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5216,'254728824856','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5217,'254728824752','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5218,'254728823573','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5219,'254728814528','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5220,'254728811943','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5221,'254728806524','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5222,'254728797885','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5223,'254728792989','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5224,'254728790852','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5225,'254728788297','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5226,'254728787999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5227,'254728786181','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5228,'254728785893','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5229,'254728780762','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5230,'254728778768','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5231,'254728774467','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5232,'254728771835','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5233,'254728770771','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5234,'254728765687','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5235,'254728757185','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5236,'254728756392','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5237,'254728756370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5238,'254728755127','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5239,'254728749368','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5240,'254728749163','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5241,'254728741420','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5242,'254728740550','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5243,'254728739933','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5244,'254728732899','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5245,'254728732179','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5246,'254728730847','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5247,'254728730098','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5248,'254728729015','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5249,'254728723362','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5250,'254728720994','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5251,'254728717048','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5252,'254728713489','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5253,'254728712563','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5254,'254728712385','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5255,'254728709147','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5256,'254728706534','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5257,'254728700400','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5258,'254728697328','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5259,'254728695747','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5260,'254728693637','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5261,'254728689612','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5262,'254728688900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5263,'254728682452','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5264,'254728681198','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5265,'254728680595','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5266,'254728679215','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5267,'254728676937','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5268,'254728674640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5269,'254728673155','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5270,'254728672656','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5271,'254728663728','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5272,'254728663073','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5273,'254728661875','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5274,'254728651216','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5275,'254728649883','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5276,'254728646429','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5277,'254728625666','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5278,'254728624390','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5279,'254728622563','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5280,'254728616422','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5281,'254728613991','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5282,'254728610916','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5283,'254728608149','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5284,'254728606727','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5285,'254728606331','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5286,'254728602406','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5287,'254728602085','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5288,'254728601222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5289,'254728600576','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5290,'254728596938','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5291,'254728595900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5292,'254728589926','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5293,'254728589136','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5294,'254728585785','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5295,'254728580316','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5296,'254728579411','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5297,'254728572241','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5298,'254728567308','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5299,'254728562555','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5300,'254728560746','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5301,'254728555773','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5302,'254728554496','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5303,'254728548922','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5304,'254728542958','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5305,'254728541650','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5306,'254728541457','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5307,'254728541352','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5308,'254728537301','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5309,'254728536865','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5310,'254728528130','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5311,'254728522859','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5312,'254728522227','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5313,'254728518366','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5314,'254728515189','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5315,'254728512940','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5316,'254728510885','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5317,'254728507568','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5318,'254728504547','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5319,'254728501903','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5320,'254728500069','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5321,'254728492372','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5322,'254728485727','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5323,'254728485724','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5324,'254728484932','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5325,'254728480656','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5326,'254728478072','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5327,'254728477948','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5328,'254728477468','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5329,'254728475652','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5330,'254728472490','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5331,'254728470035','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5332,'254728468514','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5333,'254728468440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5334,'254728464952','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5335,'254728455723','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5336,'254728455307','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5337,'254728445505','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5338,'254728442251','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5339,'254728440834','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5340,'254728440577','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5341,'254728435578','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5342,'254728435127','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5343,'254728434146','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5344,'254728423487','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5345,'254728414702','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5346,'254728411962','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5347,'254728410851','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5348,'254728404019','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5349,'254728397729','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5350,'254728386202','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5351,'254728385895','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5352,'254728384718','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5353,'254728384444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5354,'254728378782','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5355,'254728371334','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5356,'254728369150','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5357,'254728364900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5358,'254728362386','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5359,'254728361983','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5360,'254728356278','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5361,'254728354705','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5362,'254728352127','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5363,'254728347997','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5364,'254728338667','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5365,'254728334107','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5366,'254728333898','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5367,'254728333220','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5368,'254728329698','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5369,'254728322210','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5370,'254728313472','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5371,'254728303141','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5372,'254728299480','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5373,'254728298084','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5374,'254728295046','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5375,'254728285151','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5376,'254728281507','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5377,'254728274698','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5378,'254728263673','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5379,'254728262065','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5380,'254728259017','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5381,'254728257383','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5382,'254728255254','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5383,'254728255105','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5384,'254728247875','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5385,'254728245824','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5386,'254728243021','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5387,'254728237144','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5388,'254728236733','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5389,'254728225125','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5390,'254728224581','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5391,'254728217406','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5392,'254728215959','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5393,'254728215630','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5394,'254728215488','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5395,'254728215059','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5396,'254728213171','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5397,'254728208536','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5398,'254728208419','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5399,'254728208391','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5400,'254728204876','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5401,'254728200066','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5402,'254728188143','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5403,'254728179121','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5404,'254728172652','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5405,'254728171835','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5406,'254728169506','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5407,'254728167410','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5408,'254728161325','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5409,'254728157164','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5410,'254728154166','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5411,'254728152482','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5412,'254728151000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5413,'254728147613','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5414,'254728146925','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5415,'254728144505','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5416,'254728142622','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5417,'254728141639','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5418,'254728137006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5419,'254728136713','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5420,'254728135228','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5421,'254728134199','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5422,'254728133270','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5423,'254728133141','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5424,'254728131217','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5425,'254728129281','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5426,'254728128353','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5427,'254728127291','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5428,'254728123243','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5429,'254728120469','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5430,'254728116434','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5431,'254728109807','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5432,'254728107303','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5433,'254728102051','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5434,'254728095821','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5435,'254728095505','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5436,'254728094909','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5437,'254728094151','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5438,'254728093773','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5439,'254728088938','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5440,'254728083522','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5441,'254728081194','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5442,'254728078112','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5443,'254728075086','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5444,'254728068622','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5445,'254728066680','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5446,'254728062956','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5447,'254728056127','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5448,'254728055604','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5449,'254728047528','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5450,'254728044716','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5451,'254728043102','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5452,'254728040586','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5453,'254728038056','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5454,'254728033906','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5455,'254728032095','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5456,'254728031420','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5457,'254728030068','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5458,'254728027537','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5459,'254728023465','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5460,'254728022249','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5461,'254728022222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5462,'254728020667','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5463,'254728020284','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5464,'254728020282','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5465,'254728018749','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5466,'254728013141','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5467,'254728009528','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5468,'254728008927','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5469,'254728008681','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5470,'254728008016','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5471,'254727999679','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5472,'254727998158','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5473,'254727993327','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5474,'254727986350','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5475,'254727980774','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5476,'254727979716','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5477,'254727978707','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5478,'254727976905','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5479,'254727976661','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5480,'254727972866','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5481,'254727972392','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5482,'254727972275','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5483,'254727968149','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5484,'254727966539','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5485,'254727963430','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5486,'254727962449','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5487,'254727953456','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5488,'254727947140','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5489,'254727945725','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5490,'254727937874','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5491,'254727937699','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5492,'254727936210','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5493,'254727928326','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5494,'254727928094','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5495,'254727925309','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5496,'254727911162','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5497,'254727910606','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5498,'254727910559','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5499,'254727910105','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5500,'254727906089','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5501,'254727904040','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5502,'254727899613','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5503,'254727899231','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5504,'254727896065','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5505,'254727877473','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5506,'254727874860','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5507,'254727874502','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5508,'254727870382','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5509,'254727870109','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5510,'254727862886','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5511,'254727858872','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5512,'254727855162','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5513,'254727845953','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5514,'254727843054','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5515,'254727831000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5516,'254727830477','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5517,'254727829357','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5518,'254727826350','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5519,'254727822530','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5520,'254727821704','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5521,'254727821487','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5522,'254727821202','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5523,'254727818043','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5524,'254727816377','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5525,'254727814423','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5526,'254727811338','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5527,'254727810285','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5528,'254727809916','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5529,'254727807820','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5530,'254727805310','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5531,'254727803260','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5532,'254727802707','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5533,'254727802277','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5534,'254727802248','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5535,'254727801892','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5536,'254727796808','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5537,'254727796048','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5538,'254727792228','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5539,'254727791099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5540,'254727781129','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5541,'254727778777','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5542,'254727776431','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5543,'254727772196','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5544,'254727767962','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5545,'254727767748','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5546,'254727764704','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5547,'254727762023','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5548,'254727758051','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5549,'254727755083','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5550,'254727754453','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5551,'254727739437','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5552,'254727735748','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5553,'254727728991','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5554,'254727715581','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5555,'254727715163','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5556,'254727714923','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5557,'254727711744','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5558,'254727709459','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5559,'254727707244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5560,'254727702092','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5561,'254727701870','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5562,'254727701010','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5563,'254727689643','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5564,'254727683465','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5565,'254727680642','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5566,'254727680056','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5567,'254727676903','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5568,'254727670520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5569,'254727667224','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5570,'254727667066','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5571,'254727665392','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5572,'254727663262','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5573,'254727658201','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5574,'254727655316','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5575,'254727653555','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5576,'254727648169','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5577,'254727640476','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5578,'254727639047','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5579,'254727629545','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5580,'254727626773','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5581,'254727621358','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5582,'254727620295','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5583,'254727619806','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5584,'254727612315','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5585,'254727611263','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5586,'254727608441','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5587,'254727604286','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5588,'254727595367','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5589,'254727594799','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5590,'254727578064','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5591,'254727574090','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5592,'254727570601','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5593,'254727570400','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5594,'254727565369','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5595,'254727555110','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5596,'254727552814','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5597,'254727544871','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5598,'254727542227','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5599,'254727541175','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5600,'254727530208','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5601,'254727526396','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5602,'254727525545','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5603,'254727525156','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5604,'254727512657','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5605,'254727504695','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5606,'254727504596','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5607,'254727502105','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5608,'254727500812','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5609,'254727500714','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5610,'254727500617','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5611,'254727499326','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5612,'254727487326','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5613,'254727486515','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5614,'254727485330','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5615,'254727481995','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5616,'254727479210','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5617,'254727478734','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5618,'254727477685','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5619,'254727476855','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5620,'254727476036','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5621,'254727471336','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5622,'254727465023','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5623,'254727464431','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5624,'254727464262','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5625,'254727464166','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5626,'254727463679','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5627,'254727458615','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5628,'254727458141','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5629,'254727455855','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5630,'254727455617','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5631,'254727452864','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5632,'254727451364','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5633,'254727450202','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5634,'254727449016','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5635,'254727447938','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5636,'254727446102','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5637,'254727444333','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5638,'254727442262','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5639,'254727441066','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5640,'254727440788','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5641,'254727438736','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5642,'254727437742','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5643,'254727436433','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5644,'254727435950','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5645,'254727424368','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5646,'254727424064','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5647,'254727422097','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5648,'254727419696','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5649,'254727415589','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5650,'254727414365','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5651,'254727411721','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5652,'254727407481','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5653,'254727405975','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5654,'254727404440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5655,'254727404324','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5656,'254727390808','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5657,'254727389270','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5658,'254727386902','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5659,'254727385555','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5660,'254727376178','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5661,'254727375875','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5662,'254727373205','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5663,'254727372836','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5664,'254727370640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5665,'254727368578','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5666,'254727364455','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5667,'254727361470','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5668,'254727355909','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5669,'254727354639','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5670,'254727352469','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5671,'254727350338','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5672,'254727344396','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5673,'254727344084','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5674,'254727342720','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5675,'254727342111','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5676,'254727336230','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5677,'254727334258','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5678,'254727333919','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5679,'254727331044','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5680,'254727330880','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5681,'254727328378','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5682,'254727327716','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5683,'254727324149','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5684,'254727316572','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5685,'254727295933','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5686,'254727295898','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5687,'254727294118','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5688,'254727279188','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5689,'254727277963','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5690,'254727274867','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5691,'254727274353','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5692,'254727272735','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5693,'254727267373','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5694,'254727263249','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5695,'254727259959','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5696,'254727259248','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5697,'254727257183','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5698,'254727256576','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5699,'254727252387','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5700,'254727248838','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5701,'254727243892','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5702,'254727242477','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5703,'254727238300','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5704,'254727229220','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5705,'254727228633','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5706,'254727226655','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5707,'254727226226','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5708,'254727223633','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5709,'254727223054','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5710,'254727221748','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5711,'254727217818','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5712,'254727216651','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5713,'254727214193','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5714,'254727210572','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5715,'254727209276','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5716,'254727205047','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5717,'254727200910','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5718,'254727179931','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5719,'254727174577','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5720,'254727174255','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5721,'254727173722','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5722,'254727167937','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5723,'254727163504','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5724,'254727153156','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5725,'254727150448','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5726,'254727147442','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5727,'254727143313','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5728,'254727139830','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5729,'254727136843','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5730,'254727131841','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5731,'254727128818','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5732,'254727123167','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5733,'254727122700','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5734,'254727122025','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5735,'254727119825','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5736,'254727119221','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5737,'254727117866','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5738,'254727114500','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5739,'254727111629','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5740,'254727110573','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5741,'254727103878','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5742,'254727098539','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5743,'254727098298','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5744,'254727094785','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5745,'254727092969','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5746,'254727092771','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5747,'254727091206','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5748,'254727090591','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5749,'254727088865','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5750,'254727079855','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5751,'254727078990','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5752,'254727077322','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5753,'254727072554','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5754,'254727071884','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5755,'254727071561','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5756,'254727062060','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5757,'254727061158','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5758,'254727058276','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5759,'254727057777','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5760,'254727051805','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5761,'254727048923','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5762,'254727047884','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5763,'254727047144','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5764,'254727044741','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5765,'254727042972','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5766,'254727040129','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5767,'254727033740','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5768,'254727033317','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5769,'254727026261','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5770,'254727025222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5771,'254727023212','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5772,'254727021491','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5773,'254727016985','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5774,'254727016446','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5775,'254727015165','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5776,'254727014865','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5777,'254727013767','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5778,'254727010514','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5779,'254727009690','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5780,'254727002739','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5781,'254726999290','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5782,'254726997994','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5783,'254726997094','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5784,'254726996669','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5785,'254726996517','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5786,'254726995821','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5787,'254726991834','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5788,'254726991289','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5789,'254726990679','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5790,'254726990090','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5791,'254726987429','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5792,'254726986178','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5793,'254726983021','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5794,'254726982791','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5795,'254726978668','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5796,'254726976436','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5797,'254726975446','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5798,'254726969549','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5799,'254726968995','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5800,'254726968946','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5801,'254726966621','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5802,'254726958383','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5803,'254726958010','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5804,'254726957957','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5805,'254726950750','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5806,'254726950409','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5807,'254726947080','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5808,'254726946742','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5809,'254726944675','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5810,'254726941942','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5811,'254726941482','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5812,'254726935254','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5813,'254726931122','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5814,'254726926848','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5815,'254726915302','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5816,'254726911245','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5817,'254726908267','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5818,'254726899000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5819,'254726897853','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5820,'254726896861','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5821,'254726894611','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5822,'254726892433','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5823,'254726884153','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5824,'254726878231','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5825,'254726877914','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5826,'254726872001','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5827,'254726869558','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5828,'254726868662','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5829,'254726868009','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5830,'254726861905','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5831,'254726861221','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5832,'254726859669','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5833,'254726851709','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5834,'254726849665','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5835,'254726848946','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5836,'254726843197','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5837,'254726842115','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5838,'254726840404','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5839,'254726838978','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5840,'254726833053','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5841,'254726832358','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5842,'254726820001','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5843,'254726818643','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5844,'254726817733','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5845,'254726817110','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5846,'254726815862','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5847,'254726815722','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5848,'254726811270','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5849,'254726811233','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5850,'254726809528','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5851,'254726803445','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5852,'254726802880','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5853,'254726799279','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5854,'254726799015','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5855,'254726796067','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5856,'254726793940','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5857,'254726793526','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5858,'254726784258','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5859,'254726778762','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5860,'254726777666','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5861,'254726777497','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5862,'254726777080','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5863,'254726775604','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5864,'254726774510','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5865,'254726768964','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5866,'254726766323','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5867,'254726765643','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5868,'254726761075','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5869,'254726758735','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5870,'254726755636','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5871,'254726754242','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5872,'254726749147','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5873,'254726747529','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5874,'254726745490','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5875,'254726741423','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5876,'254726730912','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5877,'254726728025','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5878,'254726726566','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5879,'254726721234','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5880,'254726720935','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5881,'254726717176','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5882,'254726715511','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5883,'254726711605','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5884,'254726711227','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5885,'254726709420','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5886,'254726707882','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5887,'254726707124','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5888,'254726705641','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5889,'254726704475','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5890,'254726703763','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5891,'254726702815','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5892,'254726699567','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5893,'254726698655','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5894,'254726698578','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5895,'254726696275','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5896,'254726693242','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5897,'254726691886','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5898,'254726691398','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5899,'254726684102','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5900,'254726683544','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5901,'254726680121','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5902,'254726677571','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5903,'254726675897','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5904,'254726674258','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5905,'254726672403','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5906,'254726667497','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5907,'254726667164','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5908,'254726663220','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5909,'254726656783','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5910,'254726650434','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5911,'254726650408','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5912,'254726650062','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5913,'254726644962','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5914,'254726640444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5915,'254726636871','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5916,'254726631880','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5917,'254726631615','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5918,'254726631407','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5919,'254726627190','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5920,'254726625039','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5921,'254726624791','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5922,'254726622865','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5923,'254726622543','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5924,'254726622271','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5925,'254726621896','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5926,'254726620327','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5927,'254726617843','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5928,'254726616994','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5929,'254726616669','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5930,'254726614409','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5931,'254726610788','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5932,'254726609615','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5933,'254726609192','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5934,'254726600610','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5935,'254726599910','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5936,'254726598143','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5937,'254726598127','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5938,'254726596320','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5939,'254726594587','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5940,'254726587607','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5941,'254726587084','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5942,'254726584329','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5943,'254726583721','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5944,'254726581487','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5945,'254726580422','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5946,'254726579086','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5947,'254726577963','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5948,'254726573094','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5949,'254726571772','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5950,'254726570729','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5951,'254726556391','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5952,'254726555999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5953,'254726555603','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5954,'254726552192','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5955,'254726546548','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5956,'254726542009','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5957,'254726541641','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5958,'254726540217','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5959,'254726539253','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5960,'254726538215','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5961,'254726535192','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5962,'254726532507','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5963,'254726532337','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5964,'254726531396','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5965,'254726530094','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5966,'254726529781','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5967,'254726529047','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5968,'254726526797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5969,'254726525391','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5970,'254726524344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5971,'254726524321','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5972,'254726523148','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5973,'254726519354','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5974,'254726515537','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5975,'254726511953','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5976,'254726510695','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5977,'254726510150','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5978,'254726508938','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5979,'254726504337','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5980,'254726494440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5981,'254726494129','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5982,'254726494016','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5983,'254726489725','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5984,'254726486311','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5985,'254726476150','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5986,'254726473123','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5987,'254726472460','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5988,'254726464499','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5989,'254726460598','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5990,'254726454458','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5991,'254726447766','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5992,'254726446475','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5993,'254726434779','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5994,'254726434486','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5995,'254726433793','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5996,'254726432000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5997,'254726430931','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5998,'254726428412','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(5999,'254726427024','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6000,'254726426654','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6001,'254726422225','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6002,'254726419976','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6003,'254726419149','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6004,'254726413562','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6005,'254726411893','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6006,'254726408998','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6007,'254726407394','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6008,'254726400560','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6009,'254726400240','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6010,'254726398262','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6011,'254726396946','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6012,'254726395419','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6013,'254726392825','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6014,'254726390399','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6015,'254726390101','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6016,'254726388589','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6017,'254726383414','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6018,'254726382163','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6019,'254726378448','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6020,'254726378317','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6021,'254726376517','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6022,'254726376496','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6023,'254726375086','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6024,'254726374508','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6025,'254726371195','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6026,'254726365214','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6027,'254726364821','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6028,'254726363715','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6029,'254726361496','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6030,'254726361178','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6031,'254726358128','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6032,'254726357892','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6033,'254726350009','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6034,'254726348427','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6035,'254726346611','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6036,'254726346242','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6037,'254726342852','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6038,'254726340960','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6039,'254726332898','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6040,'254726332415','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6041,'254726324957','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6042,'254726322991','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6043,'254726320211','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6044,'254726315744','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6045,'254726314608','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6046,'254726313685','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6047,'254726310400','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6048,'254726309231','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6049,'254726308830','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6050,'254726305222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6051,'254726304923','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6052,'254726304882','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6053,'254726303952','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6054,'254726299585','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6055,'254726297802','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6056,'254726297241','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6057,'254726290980','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6058,'254726290585','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6059,'254726290117','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6060,'254726285371','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6061,'254726274745','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6062,'254726274441','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6063,'254726274023','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6064,'254726273520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6065,'254726273445','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6066,'254726271725','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6067,'254726270523','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6068,'254726264589','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6069,'254726260682','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6070,'254726256211','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6071,'254726255784','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6072,'254726244171','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6073,'254726244118','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6074,'254726241133','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6075,'254726237891','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6076,'254726237564','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6077,'254726229844','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6078,'254726228629','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6079,'254726227296','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6080,'254726226995','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6081,'254726225039','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6082,'254726224968','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6083,'254726224659','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6084,'254726217333','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6085,'254726208341','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6086,'254726207313','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6087,'254726206265','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6088,'254726205140','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6089,'254726200755','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6090,'254726177645','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6091,'254726177484','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6092,'254726176757','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6093,'254726176642','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6094,'254726169921','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6095,'254726165520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6096,'254726162702','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6097,'254726160127','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6098,'254726160009','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6099,'254726157089','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6100,'254726150465','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6101,'254726148038','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6102,'254726147012','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6103,'254726144089','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6104,'254726143418','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6105,'254726142405','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6106,'254726133485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6107,'254726132183','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6108,'254726127308','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6109,'254726126323','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6110,'254726124370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6111,'254726123718','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6112,'254726122350','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6113,'254726122185','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6114,'254726121495','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6115,'254726121382','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6116,'254726121185','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6117,'254726120926','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6118,'254726116976','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6119,'254726116277','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6120,'254726116127','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6121,'254726110390','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6122,'254726108991','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6123,'254726103801','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6124,'254726103067','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6125,'254726101659','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6126,'254726097058','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6127,'254726093854','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6128,'254726091296','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6129,'254726088214','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6130,'254726083398','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6131,'254726081987','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6132,'254726080900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6133,'254726078437','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6134,'254726077692','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6135,'254726071355','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6136,'254726070775','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6137,'254726069704','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6138,'254726067343','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6139,'254726061960','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6140,'254726055216','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6141,'254726051838','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6142,'254726051500','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6143,'254726046662','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6144,'254726039264','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6145,'254726038621','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6146,'254726034389','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6147,'254726027667','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6148,'254726016314','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6149,'254726011265','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6150,'254726009967','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6151,'254726008792','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6152,'254726008053','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6153,'254726006946','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6154,'254726005851','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6155,'254726001783','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6156,'254725998179','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6157,'254725997041','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6158,'254725992313','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6159,'254725990474','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6160,'254725989760','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6161,'254725984994','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6162,'254725984001','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6163,'254725978996','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6164,'254725977132','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6165,'254725976227','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6166,'254725974446','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6167,'254725973722','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6168,'254725971480','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6169,'254725970574','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6170,'254725966229','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6171,'254725965158','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6172,'254725960517','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6173,'254725960364','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6174,'254725950988','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6175,'254725949911','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6176,'254725946988','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6177,'254725944424','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6178,'254725944366','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6179,'254725940900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6180,'254725939915','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6181,'254725939869','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6182,'254725936171','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6183,'254725935460','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6184,'254725935018','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6185,'254725932730','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6186,'254725931383','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6187,'254725931123','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6188,'254725927350','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6189,'254725926241','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6190,'254725925650','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6191,'254725925152','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6192,'254725920416','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6193,'254725920253','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6194,'254725919281','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6195,'254725917631','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6196,'254725908416','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6197,'254725907091','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6198,'254725904012','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6199,'254725903862','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6200,'254725903722','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6201,'254725902156','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6202,'254725894055','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6203,'254725893460','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6204,'254725888762','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6205,'254725887589','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6206,'254725885982','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6207,'254725885888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6208,'254725882347','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6209,'254725879918','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6210,'254725879279','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6211,'254725877213','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6212,'254725875878','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6213,'254725875124','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6214,'254725869548','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6215,'254725868183','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6216,'254725866602','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6217,'254725860816','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6218,'254725860797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6219,'254725859185','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6220,'254725858646','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6221,'254725857338','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6222,'254725851040','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6223,'254725850337','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6224,'254725848465','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6225,'254725848028','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6226,'254725847385','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6227,'254725846314','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6228,'254725845562','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6229,'254725845142','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6230,'254725841396','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6231,'254725836685','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6232,'254725829669','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6233,'254725828182','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6234,'254725825527','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6235,'254725825518','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6236,'254725822888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6237,'254725822061','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6238,'254725821356','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6239,'254725820389','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6240,'254725819562','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6241,'254725818223','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6242,'254725816500','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6243,'254725815897','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6244,'254725815705','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6245,'254725809989','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6246,'254725808650','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6247,'254725800429','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6248,'254725799491','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6249,'254725793903','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6250,'254725793092','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6251,'254725791878','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6252,'254725791154','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6253,'254725790322','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6254,'254725781824','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6255,'254725781445','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6256,'254725777195','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6257,'254725773687','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6258,'254725772407','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6259,'254725771373','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6260,'254725770677','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6261,'254725769736','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6262,'254725767413','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6263,'254725763866','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6264,'254725759896','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6265,'254725754814','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6266,'254725752668','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6267,'254725749143','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6268,'254725746664','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6269,'254725745802','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6270,'254725745077','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6271,'254725744533','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6272,'254725741735','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6273,'254725738131','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6274,'254725737086','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6275,'254725736934','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6276,'254725735453','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6277,'254725733743','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6278,'254725732563','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6279,'254725732483','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6280,'254725728414','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6281,'254725728142','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6282,'254725722119','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6283,'254725718598','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6284,'254725717442','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6285,'254725716707','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6286,'254725716661','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6287,'254725716257','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6288,'254725712819','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6289,'254725711786','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6290,'254725710264','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6291,'254725708445','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6292,'254725707783','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6293,'254725707448','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6294,'254725706062','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6295,'254725701927','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6296,'254725701488','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6297,'254725699732','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6298,'254725695688','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6299,'254725695006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6300,'254725691344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6301,'254725690472','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6302,'254725684869','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6303,'254725684352','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6304,'254725682046','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6305,'254725680764','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6306,'254725679430','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6307,'254725676295','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6308,'254725671721','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6309,'254725670896','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6310,'254725664715','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6311,'254725662571','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6312,'254725659158','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6313,'254725658843','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6314,'254725653134','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6315,'254725650988','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6316,'254725650044','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6317,'254725649515','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6318,'254725643423','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6319,'254725643260','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6320,'254725640828','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6321,'254725636877','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6322,'254725636000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6323,'254725635822','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6324,'254725632777','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6325,'254725631682','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6326,'254725631018','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6327,'254725622318','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6328,'254725618888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6329,'254725613025','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6330,'254725611100','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6331,'254725609979','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6332,'254725607359','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6333,'254725606213','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6334,'254725604005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6335,'254725600710','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6336,'254725595993','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6337,'254725595113','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6338,'254725594386','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6339,'254725587900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6340,'254725581857','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6341,'254725581555','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6342,'254725580824','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6343,'254725578518','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6344,'254725574079','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6345,'254725572680','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6346,'254725572626','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6347,'254725569417','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6348,'254725566111','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6349,'254725566019','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6350,'254725565842','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6351,'254725562271','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6352,'254725560372','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6353,'254725554538','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6354,'254725549341','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6355,'254725548561','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6356,'254725542797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6357,'254725541444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6358,'254725541112','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6359,'254725540293','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6360,'254725535363','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6361,'254725534922','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6362,'254725532467','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6363,'254725532463','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6364,'254725530221','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6365,'254725529141','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6366,'254725527085','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6367,'254725527015','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6368,'254725526406','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6369,'254725521163','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6370,'254725521105','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6371,'254725519898','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6372,'254725518880','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6373,'254725517742','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6374,'254725516530','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6375,'254725514475','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6376,'254725513518','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6377,'254725512927','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6378,'254725511789','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6379,'254725511517','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6380,'254725506442','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6381,'254725505372','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6382,'254725505094','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6383,'254725503018','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6384,'254725502586','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6385,'254725498777','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6386,'254725498523','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6387,'254725496705','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6388,'254725495734','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6389,'254725495235','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6390,'254725495051','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6391,'254725494128','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6392,'254725492492','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6393,'254725491411','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6394,'254725490664','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6395,'254725486999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6396,'254725485917','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6397,'254725485401','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6398,'254725482464','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6399,'254725481881','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6400,'254725481338','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6401,'254725475706','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6402,'254725474175','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6403,'254725473118','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6404,'254725468315','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6405,'254725468228','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6406,'254725465614','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6407,'254725465407','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6408,'254725463811','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6409,'254725457446','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6410,'254725452423','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6411,'254725450967','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6412,'254725450464','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6413,'254725450033','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6414,'254725446890','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6415,'254725445947','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6416,'254725445929','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6417,'254725440457','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6418,'254725438675','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6419,'254725434167','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6420,'254725433414','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6421,'254725432126','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6422,'254725431998','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6423,'254725431359','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6424,'254725430318','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6425,'254725418903','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6426,'254725417607','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6427,'254725410527','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6428,'254725407404','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6429,'254725407254','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6430,'254725404397','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6431,'254725400459','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6432,'254725397695','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6433,'254725396801','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6434,'254725395380','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6435,'254725389681','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6436,'254725389583','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6437,'254725389279','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6438,'254725387567','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6439,'254725387141','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6440,'254725386050','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6441,'254725382416','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6442,'254725382223','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6443,'254725380682','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6444,'254725375953','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6445,'254725375122','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6446,'254725373379','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6447,'254725372113','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6448,'254725371553','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6449,'254725369196','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6450,'254725367444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6451,'254725363575','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6452,'254725362491','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6453,'254725362266','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6454,'254725361745','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6455,'254725360579','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6456,'254725358340','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6457,'254725356654','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6458,'254725354997','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6459,'254725354888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6460,'254725350602','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6461,'254725348445','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6462,'254725348319','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6463,'254725348018','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6464,'254725344256','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6465,'254725344170','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6466,'254725343922','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6467,'254725343293','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6468,'254725342177','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6469,'254725338939','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6470,'254725338839','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6471,'254725336212','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6472,'254725335994','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6473,'254725335730','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6474,'254725333731','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6475,'254725328623','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6476,'254725327071','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6477,'254725323599','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6478,'254725322370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6479,'254725322321','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6480,'254725321365','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6481,'254725319991','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6482,'254725319296','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6483,'254725318600','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6484,'254725317062','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6485,'254725315775','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6486,'254725311814','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6487,'254725311351','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6488,'254725309407','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6489,'254725307401','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6490,'254725302948','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6491,'254725295633','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6492,'254725291932','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6493,'254725288820','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6494,'254725287185','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6495,'254725286974','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6496,'254725285991','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6497,'254725284685','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6498,'254725275828','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6499,'254725275421','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6500,'254725273315','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6501,'254725273015','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6502,'254725270337','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6503,'254725270132','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6504,'254725268560','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6505,'254725267906','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6506,'254725266886','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6507,'254725265768','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6508,'254725264890','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6509,'254725263811','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6510,'254725263590','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6511,'254725260790','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6512,'254725260732','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6513,'254725257864','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6514,'254725257585','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6515,'254725255823','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6516,'254725255091','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6517,'254725254918','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6518,'254725251945','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6519,'254725250920','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6520,'254725250052','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6521,'254725249498','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6522,'254725248057','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6523,'254725247714','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6524,'254725246992','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6525,'254725245499','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6526,'254725244577','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6527,'254725241784','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6528,'254725241493','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6529,'254725240422','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6530,'254725236980','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6531,'254725236616','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6532,'254725232988','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6533,'254725232894','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6534,'254725231858','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6535,'254725229437','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6536,'254725228337','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6537,'254725227512','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6538,'254725227089','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6539,'254725226049','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6540,'254725223858','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6541,'254725221019','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6542,'254725220565','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6543,'254725217056','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6544,'254725216866','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6545,'254725214475','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6546,'254725210401','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6547,'254725210181','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6548,'254725208863','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6549,'254725207270','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6550,'254725203686','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6551,'254725175017','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6552,'254725171639','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6553,'254725170944','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6554,'254725170440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6555,'254725170268','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6556,'254725170070','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6557,'254725165859','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6558,'254725163713','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6559,'254725158179','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6560,'254725157475','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6561,'254725152923','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6562,'254725152636','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6563,'254725152147','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6564,'254725151199','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6565,'254725148513','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6566,'254725143802','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6567,'254725143456','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6568,'254725141567','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6569,'254725133771','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6570,'254725130578','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6571,'254725130178','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6572,'254725129300','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6573,'254725129216','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6574,'254725128501','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6575,'254725126906','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6576,'254725125630','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6577,'254725122440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6578,'254725121083','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6579,'254725120554','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6580,'254725120046','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6581,'254725119258','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6582,'254725118797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6583,'254725117513','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6584,'254725116966','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6585,'254725116708','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6586,'254725111900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6587,'254725111193','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6588,'254725110429','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6589,'254725109604','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6590,'254725106195','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6591,'254725105712','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6592,'254725103121','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6593,'254725102977','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6594,'254725102486','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6595,'254725101023','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6596,'254725100543','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6597,'254725100117','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6598,'254725098969','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6599,'254725098108','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6600,'254725096404','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6601,'254725094221','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6602,'254725090796','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6603,'254725090430','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6604,'254725087710','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6605,'254725082114','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6606,'254725080638','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6607,'254725078744','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6608,'254725068537','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6609,'254725065941','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6610,'254725064317','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6611,'254725063142','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6612,'254725061878','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6613,'254725055404','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6614,'254725055213','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6615,'254725051103','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6616,'254725041769','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6617,'254725040592','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6618,'254725036556','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6619,'254725035422','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6620,'254725035379','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6621,'254725033191','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6622,'254725024451','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6623,'254725022058','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6624,'254725020135','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6625,'254725019620','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6626,'254725018470','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6627,'254725012492','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6628,'254725010000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6629,'254725003551','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6630,'254725002533','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6631,'254725001669','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6632,'254724998160','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6633,'254724996395','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6634,'254724994732','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6635,'254724994619','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6636,'254724990079','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6637,'254724987124','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6638,'254724986252','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6639,'254724985193','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6640,'254724985079','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6641,'254724981808','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6642,'254724981135','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6643,'254724977377','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6644,'254724977059','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6645,'254724975561','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6646,'254724974577','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6647,'254724971960','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6648,'254724971636','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6649,'254724970981','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6650,'254724968648','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6651,'254724968215','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6652,'254724966488','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6653,'254724966400','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6654,'254724966129','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6655,'254724965128','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6656,'254724963624','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6657,'254724963075','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6658,'254724961131','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6659,'254724958411','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6660,'254724948998','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6661,'254724947086','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6662,'254724940456','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6663,'254724940376','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6664,'254724939101','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6665,'254724938890','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6666,'254724937049','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6667,'254724936184','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6668,'254724936091','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6669,'254724934968','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6670,'254724934476','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6671,'254724931729','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6672,'254724929215','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6673,'254724926871','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6674,'254724925075','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6675,'254724923181','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6676,'254724922274','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6677,'254724918451','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6678,'254724918399','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6679,'254724917820','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6680,'254724917377','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6681,'254724915720','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6682,'254724914886','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6683,'254724913692','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6684,'254724912790','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6685,'254724910566','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6686,'254724909363','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6687,'254724908774','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6688,'254724906598','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6689,'254724906292','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6690,'254724904076','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6691,'254724901649','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6692,'254724900136','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6693,'254724895639','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6694,'254724894516','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6695,'254724893642','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6696,'254724892675','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6697,'254724889288','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6698,'254724885825','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6699,'254724885788','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6700,'254724884402','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6701,'254724883761','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6702,'254724881144','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6703,'254724878642','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6704,'254724877476','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6705,'254724874950','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6706,'254724874132','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6707,'254724874026','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6708,'254724873601','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6709,'254724869175','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6710,'254724869055','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6711,'254724864886','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6712,'254724861340','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6713,'254724858904','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6714,'254724856662','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6715,'254724856069','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6716,'254724855261','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6717,'254724853207','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6718,'254724851553','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6719,'254724849643','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6720,'254724848735','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6721,'254724847462','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6722,'254724847063','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6723,'254724846901','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6724,'254724845792','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6725,'254724844400','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6726,'254724842946','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6727,'254724841923','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6728,'254724841300','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6729,'254724840420','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6730,'254724840340','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6731,'254724839412','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6732,'254724835733','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6733,'254724834825','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6734,'254724833428','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6735,'254724831773','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6736,'254724830632','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6737,'254724829341','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6738,'254724829166','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6739,'254724829025','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6740,'254724824417','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6741,'254724820399','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6742,'254724819468','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6743,'254724818701','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6744,'254724818031','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6745,'254724813146','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6746,'254724812108','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6747,'254724810600','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6748,'254724808486','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6749,'254724806404','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6750,'254724805477','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6751,'254724804693','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6752,'254724802674','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6753,'254724800918','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6754,'254724797367','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6755,'254724796354','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6756,'254724795957','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6757,'254724795609','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6758,'254724792602','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6759,'254724787065','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6760,'254724785261','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6761,'254724784336','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6762,'254724782317','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6763,'254724781534','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6764,'254724779702','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6765,'254724779446','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6766,'254724775515','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6767,'254724771401','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6768,'254724770283','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6769,'254724769692','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6770,'254724769645','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6771,'254724767706','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6772,'254724767191','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6773,'254724766837','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6774,'254724766059','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6775,'254724764967','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6776,'254724760323','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6777,'254724759855','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6778,'254724758388','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6779,'254724750807','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6780,'254724748574','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6781,'254724747419','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6782,'254724746180','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6783,'254724744972','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6784,'254724744958','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6785,'254724744284','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6786,'254724742969','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6787,'254724741350','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6788,'254724740956','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6789,'254724739507','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6790,'254724739000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6791,'254724738052','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6792,'254724736254','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6793,'254724735775','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6794,'254724734044','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6795,'254724733710','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6796,'254724733616','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6797,'254724733430','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6798,'254724730833','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6799,'254724729370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6800,'254724728479','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6801,'254724728063','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6802,'254724726759','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6803,'254724726461','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6804,'254724725343','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6805,'254724724603','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6806,'254724724463','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6807,'254724722527','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6808,'254724719468','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6809,'254724717334','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6810,'254724716709','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6811,'254724715262','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6812,'254724712566','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6813,'254724710350','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6814,'254724710021','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6815,'254724709746','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6816,'254724708491','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6817,'254724706206','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6818,'254724706001','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6819,'254724705741','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6820,'254724702250','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6821,'254724701719','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6822,'254724701051','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6823,'254724699963','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6824,'254724695312','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6825,'254724695304','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6826,'254724689417','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6827,'254724680983','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6828,'254724680733','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6829,'254724677950','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6830,'254724676725','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6831,'254724675545','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6832,'254724673775','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6833,'254724672122','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6834,'254724669294','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6835,'254724668906','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6836,'254724666866','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6837,'254724663683','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6838,'254724663195','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6839,'254724659789','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6840,'254724659624','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6841,'254724655223','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6842,'254724654162','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6843,'254724653785','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6844,'254724653358','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6845,'254724653088','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6846,'254724651877','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6847,'254724649796','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6848,'254724649219','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6849,'254724648668','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6850,'254724646158','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6851,'254724644000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6852,'254724641413','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6853,'254724640424','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6854,'254724639024','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6855,'254724638793','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6856,'254724638361','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6857,'254724635949','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6858,'254724635654','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6859,'254724634264','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6860,'254724633199','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6861,'254724632979','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6862,'254724632970','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6863,'254724630190','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6864,'254724628885','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6865,'254724628455','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6866,'254724627558','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6867,'254724627077','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6868,'254724623082','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6869,'254724621370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6870,'254724621082','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6871,'254724618438','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6872,'254724617350','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6873,'254724616299','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6874,'254724613034','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6875,'254724612465','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6876,'254724610380','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6877,'254724610271','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6878,'254724608519','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6879,'254724608209','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6880,'254724604760','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6881,'254724603912','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6882,'254724603532','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6883,'254724600629','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6884,'254724600270','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6885,'254724592462','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6886,'254724591594','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6887,'254724591224','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6888,'254724590619','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6889,'254724588797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6890,'254724584676','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6891,'254724581045','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6892,'254724579373','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6893,'254724577561','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6894,'254724576355','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6895,'254724575657','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6896,'254724575225','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6897,'254724574041','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6898,'254724572201','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6899,'254724570958','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6900,'254724568860','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6901,'254724567426','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6902,'254724567349','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6903,'254724567154','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6904,'254724561000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6905,'254724559556','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6906,'254724557664','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6907,'254724557022','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6908,'254724556249','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6909,'254724555910','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6910,'254724555596','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6911,'254724555588','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6912,'254724551106','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6913,'254724545869','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6914,'254724539953','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6915,'254724538208','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6916,'254724537756','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6917,'254724533321','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6918,'254724532745','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6919,'254724531513','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6920,'254724530752','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6921,'254724530538','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6922,'254724524264','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6923,'254724522825','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6924,'254724517655','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6925,'254724515198','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6926,'254724512822','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6927,'254724508800','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6928,'254724505991','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6929,'254724503022','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6930,'254724498150','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6931,'254724497189','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6932,'254724494347','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6933,'254724493040','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6934,'254724492678','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6935,'254724491374','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6936,'254724491149','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6937,'254724490495','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6938,'254724488314','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6939,'254724488209','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6940,'254724487557','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6941,'254724484592','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6942,'254724484152','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6943,'254724483955','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6944,'254724481659','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6945,'254724481212','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6946,'254724479215','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6947,'254724475292','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6948,'254724469377','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6949,'254724466311','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6950,'254724465348','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6951,'254724464960','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6952,'254724459190','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6953,'254724458364','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6954,'254724454895','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6955,'254724454504','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6956,'254724453246','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6957,'254724452809','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6958,'254724452574','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6959,'254724450574','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6960,'254724449995','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6961,'254724448928','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6962,'254724444768','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6963,'254724442536','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6964,'254724441757','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6965,'254724434426','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6966,'254724429292','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6967,'254724428977','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6968,'254724425593','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6969,'254724422422','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6970,'254724422092','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6971,'254724418624','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6972,'254724416841','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6973,'254724416365','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6974,'254724415069','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6975,'254724412555','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6976,'254724412193','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6977,'254724411109','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6978,'254724408481','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6979,'254724408040','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6980,'254724407505','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6981,'254724405757','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6982,'254724402018','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6983,'254724400792','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6984,'254724399782','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6985,'254724395427','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6986,'254724395280','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6987,'254724395084','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6988,'254724395010','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6989,'254724394130','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6990,'254724392967','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6991,'254724390819','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6992,'254724388090','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6993,'254724387397','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6994,'254724385936','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6995,'254724382063','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6996,'254724381776','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6997,'254724381048','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6998,'254724376647','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(6999,'254724373801','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7000,'254724370976','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7001,'254724369164','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7002,'254724367711','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7003,'254724367285','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7004,'254724366459','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7005,'254724366390','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7006,'254724365604','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7007,'254724365544','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7008,'254724364631','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7009,'254724363886','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7010,'254724362935','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7011,'254724360299','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7012,'254724358743','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7013,'254724355705','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7014,'254724347203','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7015,'254724346794','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7016,'254724346769','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7017,'254724346495','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7018,'254724344449','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7019,'254724340361','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7020,'254724338904','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7021,'254724336852','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7022,'254724336278','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7023,'254724335164','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7024,'254724333313','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7025,'254724333225','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7026,'254724330392','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7027,'254724329258','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7028,'254724328828','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7029,'254724325393','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7030,'254724321409','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7031,'254724320703','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7032,'254724314244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7033,'254724313513','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7034,'254724309299','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7035,'254724308444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7036,'254724301700','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7037,'254724300233','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7038,'254724299166','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7039,'254724295831','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7040,'254724295026','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7041,'254724294683','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7042,'254724293776','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7043,'254724292692','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7044,'254724288971','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7045,'254724287848','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7046,'254724286707','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7047,'254724286314','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7048,'254724283782','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7049,'254724281922','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7050,'254724281230','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7051,'254724280733','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7052,'254724280530','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7053,'254724279782','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7054,'254724279001','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7055,'254724276677','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7056,'254724276521','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7057,'254724275854','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7058,'254724275672','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7059,'254724275634','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7060,'254724271335','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7061,'254724270732','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7062,'254724268483','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7063,'254724267471','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7064,'254724266780','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7065,'254724262118','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7066,'254724260746','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7067,'254724257300','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7068,'254724256988','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7069,'254724253541','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7070,'254724247050','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7071,'254724246138','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7072,'254724244422','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7073,'254724244342','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7074,'254724243967','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7075,'254724243822','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7076,'254724238731','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7077,'254724237901','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7078,'254724236711','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7079,'254724236399','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7080,'254724235413','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7081,'254724235387','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7082,'254724234854','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7083,'254724232702','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7084,'254724231165','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7085,'254724229973','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7086,'254724229081','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7087,'254724227901','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7088,'254724227897','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7089,'254724227801','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7090,'254724227658','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7091,'254724227107','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7092,'254724227048','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7093,'254724226666','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7094,'254724225414','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7095,'254724225178','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7096,'254724224670','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7097,'254724222429','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7098,'254724221000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7099,'254724219826','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7100,'254724219658','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7101,'254724217589','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7102,'254724217379','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7103,'254724217074','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7104,'254724216495','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7105,'254724216253','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7106,'254724215711','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7107,'254724213506','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7108,'254724210653','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7109,'254724207824','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7110,'254724204543','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7111,'254724202026','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7112,'254724201841','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7113,'254724201614','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7114,'254724178038','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7115,'254724172561','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7116,'254724169746','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7117,'254724168490','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7118,'254724167648','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7119,'254724167101','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7120,'254724166754','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7121,'254724166089','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7122,'254724165700','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7123,'254724160195','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7124,'254724160031','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7125,'254724159230','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7126,'254724157934','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7127,'254724156522','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7128,'254724147265','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7129,'254724137605','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7130,'254724127380','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7131,'254724124290','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7132,'254724123539','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7133,'254724122313','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7134,'254724122185','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7135,'254724122146','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7136,'254724121923','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7137,'254724120827','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7138,'254724115188','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7139,'254724112747','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7140,'254724111358','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7141,'254724109569','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7142,'254724107120','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7143,'254724107027','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7144,'254724105506','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7145,'254724104466','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7146,'254724100937','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7147,'254724099882','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7148,'254724096822','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7149,'254724094472','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7150,'254724094160','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7151,'254724092291','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7152,'254724090809','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7153,'254724089367','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7154,'254724085978','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7155,'254724082500','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7156,'254724081905','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7157,'254724079226','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7158,'254724077237','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7159,'254724072553','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7160,'254724071700','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7161,'254724069025','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7162,'254724068464','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7163,'254724067631','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7164,'254724067441','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7165,'254724065333','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7166,'254724064051','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7167,'254724062755','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7168,'254724059669','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7169,'254724058362','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7170,'254724058172','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7171,'254724056356','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7172,'254724055157','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7173,'254724054011','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7174,'254724052346','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7175,'254724048516','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7176,'254724046889','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7177,'254724043875','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7178,'254724042979','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7179,'254724040408','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7180,'254724039366','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7181,'254724039344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7182,'254724036775','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7183,'254724035693','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7184,'254724031687','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7185,'254724030651','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7186,'254724027752','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7187,'254724026752','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7188,'254724025599','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7189,'254724025506','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7190,'254724024047','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7191,'254724023988','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7192,'254724022335','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7193,'254724014388','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7194,'254724009412','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7195,'254724005446','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7196,'254724003076','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7197,'254724003067','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7198,'254724000647','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7199,'254723999835','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7200,'254723998892','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7201,'254723995085','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7202,'254723994392','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7203,'254723993906','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7204,'254723993438','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7205,'254723990901','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7206,'254723990253','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7207,'254723988219','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7208,'254723987628','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7209,'254723985164','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7210,'254723984898','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7211,'254723983622','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7212,'254723983423','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7213,'254723982528','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7214,'254723982282','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7215,'254723979950','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7216,'254723976520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7217,'254723976081','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7218,'254723974300','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7219,'254723973431','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7220,'254723972418','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7221,'254723970525','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7222,'254723969781','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7223,'254723969536','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7224,'254723968629','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7225,'254723968437','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7226,'254723966406','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7227,'254723966149','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7228,'254723966036','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7229,'254723965333','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7230,'254723962062','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7231,'254723959389','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7232,'254723959260','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7233,'254723955898','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7234,'254723955076','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7235,'254723954684','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7236,'254723953839','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7237,'254723950548','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7238,'254723948151','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7239,'254723947779','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7240,'254723946631','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7241,'254723946627','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7242,'254723946010','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7243,'254723943956','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7244,'254723941765','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7245,'254723940176','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7246,'254723939721','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7247,'254723938663','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7248,'254723937860','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7249,'254723930727','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7250,'254723930372','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7251,'254723930152','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7252,'254723930054','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7253,'254723929273','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7254,'254723929152','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7255,'254723928709','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7256,'254723927383','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7257,'254723926821','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7258,'254723926777','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7259,'254723923593','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7260,'254723923181','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7261,'254723922559','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7262,'254723922280','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7263,'254723921632','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7264,'254723921461','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7265,'254723921358','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7266,'254723919190','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7267,'254723918855','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7268,'254723916989','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7269,'254723915470','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7270,'254723913989','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7271,'254723911211','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7272,'254723908938','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7273,'254723906904','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7274,'254723905164','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7275,'254723903366','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7276,'254723903306','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7277,'254723903254','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7278,'254723901574','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7279,'254723901383','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7280,'254723900553','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7281,'254723894241','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7282,'254723892599','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7283,'254723892581','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7284,'254723890543','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7285,'254723889985','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7286,'254723889906','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7287,'254723889371','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7288,'254723888839','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7289,'254723886075','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7290,'254723880805','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7291,'254723880438','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7292,'254723875900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7293,'254723874714','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7294,'254723873232','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7295,'254723871371','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7296,'254723870768','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7297,'254723869112','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7298,'254723868779','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7299,'254723868038','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7300,'254723867144','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7301,'254723866313','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7302,'254723864776','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7303,'254723862140','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7304,'254723858329','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7305,'254723857094','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7306,'254723855988','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7307,'254723855561','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7308,'254723853437','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7309,'254723852483','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7310,'254723849608','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7311,'254723848809','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7312,'254723845302','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7313,'254723844317','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7314,'254723843814','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7315,'254723843121','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7316,'254723843112','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7317,'254723842942','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7318,'254723842519','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7319,'254723842339','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7320,'254723841336','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7321,'254723837685','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7322,'254723837038','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7323,'254723833975','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7324,'254723833937','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7325,'254723829304','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7326,'254723828823','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7327,'254723828616','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7328,'254723827724','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7329,'254723827625','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7330,'254723827283','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7331,'254723826586','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7332,'254723823165','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7333,'254723822371','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7334,'254723822012','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7335,'254723818041','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7336,'254723817450','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7337,'254723814386','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7338,'254723809323','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7339,'254723808555','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7340,'254723807641','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7341,'254723805177','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7342,'254723805048','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7343,'254723804655','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7344,'254723802381','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7345,'254723800526','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7346,'254723800416','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7347,'254723798911','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7348,'254723798396','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7349,'254723797212','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7350,'254723795318','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7351,'254723793899','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7352,'254723793743','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7353,'254723791730','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7354,'254723788876','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7355,'254723787095','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7356,'254723786605','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7357,'254723786366','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7358,'254723786359','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7359,'254723785411','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7360,'254723783312','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7361,'254723782505','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7362,'254723782344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7363,'254723780534','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7364,'254723779566','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7365,'254723777032','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7366,'254723777001','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7367,'254723775116','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7368,'254723775021','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7369,'254723774725','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7370,'254723774410','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7371,'254723773697','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7372,'254723773634','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7373,'254723772988','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7374,'254723768829','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7375,'254723768286','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7376,'254723767024','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7377,'254723766791','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7378,'254723766786','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7379,'254723764334','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7380,'254723764118','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7381,'254723760093','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7382,'254723758911','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7383,'254723752753','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7384,'254723750391','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7385,'254723749343','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7386,'254723748732','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7387,'254723748079','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7388,'254723742408','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7389,'254723742050','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7390,'254723741985','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7391,'254723740288','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7392,'254723738213','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7393,'254723735760','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7394,'254723735006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7395,'254723734967','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7396,'254723733502','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7397,'254723732165','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7398,'254723731080','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7399,'254723730391','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7400,'254723728201','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7401,'254723728173','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7402,'254723727312','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7403,'254723726076','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7404,'254723725796','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7405,'254723720973','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7406,'254723720165','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7407,'254723719523','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7408,'254723719170','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7409,'254723717474','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7410,'254723717254','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7411,'254723716560','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7412,'254723711730','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7413,'254723710096','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7414,'254723709342','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7415,'254723706249','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7416,'254723705039','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7417,'254723704888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7418,'254723703705','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7419,'254723703106','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7420,'254723702535','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7421,'254723701532','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7422,'254723701283','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7423,'254723701228','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7424,'254723699929','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7425,'254723698346','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7426,'254723697935','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7427,'254723697393','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7428,'254723695981','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7429,'254723695490','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7430,'254723692234','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7431,'254723692059','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7432,'254723689314','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7433,'254723688841','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7434,'254723688838','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7435,'254723687579','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7436,'254723686704','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7437,'254723685441','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7438,'254723680764','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7439,'254723680284','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7440,'254723674888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7441,'254723674353','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7442,'254723669192','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7443,'254723668491','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7444,'254723667517','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7445,'254723667484','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7446,'254723665112','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7447,'254723664993','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7448,'254723664990','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7449,'254723664965','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7450,'254723663659','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7451,'254723662403','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7452,'254723661789','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7453,'254723660431','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7454,'254723660379','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7455,'254723660371','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7456,'254723660109','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7457,'254723659738','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7458,'254723656984','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7459,'254723655844','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7460,'254723654933','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7461,'254723652191','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7462,'254723652100','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7463,'254723645893','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7464,'254723644899','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7465,'254723643623','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7466,'254723641727','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7467,'254723641333','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7468,'254723641155','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7469,'254723636511','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7470,'254723635323','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7471,'254723634459','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7472,'254723632794','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7473,'254723626888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7474,'254723626818','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7475,'254723626226','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7476,'254723625112','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7477,'254723624727','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7478,'254723624634','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7479,'254723624079','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7480,'254723623816','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7481,'254723623420','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7482,'254723620180','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7483,'254723619811','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7484,'254723614056','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7485,'254723613711','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7486,'254723608487','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7487,'254723608055','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7488,'254723607804','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7489,'254723604239','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7490,'254723604123','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7491,'254723601930','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7492,'254723601105','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7493,'254723600728','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7494,'254723598679','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7495,'254723594282','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7496,'254723594143','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7497,'254723590502','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7498,'254723590011','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7499,'254723586930','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7500,'254723586529','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7501,'254723584566','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7502,'254723584307','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7503,'254723576624','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7504,'254723575967','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7505,'254723575696','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7506,'254723574822','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7507,'254723572020','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7508,'254723571154','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7509,'254723570600','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7510,'254723570476','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7511,'254723569909','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7512,'254723569099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7513,'254723568952','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7514,'254723568736','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7515,'254723568655','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7516,'254723566788','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7517,'254723566449','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7518,'254723565990','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7519,'254723561368','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7520,'254723561246','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7521,'254723560455','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7522,'254723558917','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7523,'254723558282','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7524,'254723557048','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7525,'254723554466','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7526,'254723554217','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7527,'254723553711','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7528,'254723553439','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7529,'254723551440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7530,'254723549777','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7531,'254723546600','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7532,'254723545826','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7533,'254723543705','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7534,'254723540899','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7535,'254723538997','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7536,'254723531906','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7537,'254723523795','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7538,'254723523350','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7539,'254723518307','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7540,'254723517635','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7541,'254723517496','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7542,'254723517403','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7543,'254723515168','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7544,'254723514918','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7545,'254723514206','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7546,'254723514122','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7547,'254723511393','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7548,'254723511077','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7549,'254723511023','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7550,'254723509057','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7551,'254723508868','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7552,'254723508044','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7553,'254723503417','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7554,'254723498651','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7555,'254723491954','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7556,'254723487145','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7557,'254723486622','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7558,'254723485224','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7559,'254723482760','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7560,'254723482582','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7561,'254723482547','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7562,'254723482487','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7563,'254723481536','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7564,'254723479802','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7565,'254723479632','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7566,'254723479404','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7567,'254723475551','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7568,'254723475030','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7569,'254723473717','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7570,'254723473124','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7571,'254723471817','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7572,'254723469671','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7573,'254723466048','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7574,'254723465845','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7575,'254723463970','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7576,'254723462232','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7577,'254723461487','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7578,'254723460538','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7579,'254723460408','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7580,'254723459418','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7581,'254723457343','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7582,'254723455428','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7583,'254723455218','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7584,'254723452807','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7585,'254723450595','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7586,'254723449983','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7587,'254723449469','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7588,'254723448397','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7589,'254723447873','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7590,'254723445960','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7591,'254723445574','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7592,'254723445470','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7593,'254723444488','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7594,'254723442830','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7595,'254723440211','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7596,'254723439990','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7597,'254723438710','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7598,'254723438039','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7599,'254723437636','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7600,'254723436247','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7601,'254723435095','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7602,'254723434232','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7603,'254723433773','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7604,'254723433435','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7605,'254723430295','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7606,'254723430286','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7607,'254723428592','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7608,'254723428105','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7609,'254723426648','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7610,'254723424978','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7611,'254723423129','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7612,'254723423103','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7613,'254723420853','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7614,'254723417653','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7615,'254723415445','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7616,'254723415444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7617,'254723414504','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7618,'254723414099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7619,'254723414012','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7620,'254723409966','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7621,'254723407718','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7622,'254723405889','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7623,'254723404252','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7624,'254723400711','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7625,'254723400442','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7626,'254723398042','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7627,'254723396142','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7628,'254723395474','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7629,'254723394544','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7630,'254723393386','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7631,'254723391500','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7632,'254723382199','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7633,'254723378512','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7634,'254723376722','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7635,'254723376323','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7636,'254723375463','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7637,'254723372542','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7638,'254723372365','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7639,'254723372301','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7640,'254723371448','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7641,'254723371094','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7642,'254723368046','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7643,'254723365724','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7644,'254723365697','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7645,'254723365571','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7646,'254723364444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7647,'254723363833','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7648,'254723363211','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7649,'254723360911','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7650,'254723358871','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7651,'254723357523','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7652,'254723357050','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7653,'254723356910','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7654,'254723354244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7655,'254723352715','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7656,'254723351602','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7657,'254723351528','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7658,'254723350097','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7659,'254723347954','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7660,'254723345420','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7661,'254723344089','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7662,'254723343180','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7663,'254723342873','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7664,'254723342006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7665,'254723339613','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7666,'254723339060','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7667,'254723336395','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7668,'254723335921','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7669,'254723335191','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7670,'254723333602','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7671,'254723332934','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7672,'254723332424','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7673,'254723330913','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7674,'254723330599','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7675,'254723327996','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7676,'254723326062','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7677,'254723325151','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7678,'254723324877','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7679,'254723324672','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7680,'254723323201','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7681,'254723322344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7682,'254723321530','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7683,'254723319160','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7684,'254723317298','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7685,'254723314406','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7686,'254723313193','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7687,'254723309556','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7688,'254723308982','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7689,'254723308658','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7690,'254723307864','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7691,'254723306240','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7692,'254723300758','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7693,'254723299703','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7694,'254723298664','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7695,'254723298587','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7696,'254723297838','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7697,'254723296272','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7698,'254723295472','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7699,'254723294061','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7700,'254723293604','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7701,'254723293523','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7702,'254723292705','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7703,'254723292555','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7704,'254723291030','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7705,'254723289974','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7706,'254723289327','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7707,'254723288555','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7708,'254723287807','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7709,'254723286641','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7710,'254723286352','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7711,'254723286250','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7712,'254723285774','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7713,'254723285609','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7714,'254723283168','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7715,'254723282711','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7716,'254723280999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7717,'254723280521','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7718,'254723276023','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7719,'254723272052','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7720,'254723271194','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7721,'254723268653','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7722,'254723268421','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7723,'254723267940','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7724,'254723266178','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7725,'254723263610','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7726,'254723258452','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7727,'254723250345','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7728,'254723247942','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''); INSERT INTO `sms` VALUES (7729,'254723247530','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7730,'254723246957','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7731,'254723244380','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7732,'254723243843','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7733,'254723243468','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7734,'254723239995','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7735,'254723239083','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7736,'254723238349','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7737,'254723238289','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7738,'254723236512','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7739,'254723231141','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7740,'254723231118','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7741,'254723230840','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7742,'254723230244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7743,'254723230045','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7744,'254723230000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7745,'254723229379','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7746,'254723229174','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7747,'254723227857','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7748,'254723226163','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7749,'254723223823','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7750,'254723223774','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7751,'254723222594','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7752,'254723220566','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7753,'254723220329','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7754,'254723218154','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7755,'254723216482','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7756,'254723216115','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7757,'254723214580','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7758,'254723214504','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7759,'254723214162','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7760,'254723212376','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7761,'254723209324','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7762,'254723208306','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7763,'254723202859','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7764,'254723178672','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7765,'254723175144','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7766,'254723174583','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7767,'254723173914','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7768,'254723173399','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7769,'254723171259','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7770,'254723171134','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7771,'254723170006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7772,'254723164555','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7773,'254723163864','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7774,'254723162898','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7775,'254723157609','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7776,'254723155688','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7777,'254723151058','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7778,'254723148024','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7779,'254723146885','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7780,'254723146565','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7781,'254723146084','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7782,'254723145796','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7783,'254723145636','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7784,'254723144865','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7785,'254723144584','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7786,'254723143481','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7787,'254723143182','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7788,'254723140574','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7789,'254723138410','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7790,'254723138084','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7791,'254723136110','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7792,'254723132826','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7793,'254723132797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7794,'254723132752','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7795,'254723125516','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7796,'254723122754','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7797,'254723122491','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7798,'254723120500','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7799,'254723119982','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7800,'254723119111','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7801,'254723117372','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7802,'254723112979','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7803,'254723109803','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7804,'254723109586','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7805,'254723108395','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7806,'254723108322','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7807,'254723106456','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7808,'254723102273','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7809,'254723101075','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7810,'254723100424','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7811,'254723098887','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7812,'254723097510','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7813,'254723096399','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7814,'254723096064','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7815,'254723095173','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7816,'254723094327','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7817,'254723091316','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7818,'254723087050','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7819,'254723082670','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7820,'254723081327','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7821,'254723080348','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7822,'254723077920','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7823,'254723077755','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7824,'254723073968','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7825,'254723072480','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7826,'254723071616','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7827,'254723069033','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7828,'254723061880','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7829,'254723058278','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7830,'254723050778','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7831,'254723049480','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7832,'254723048457','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7833,'254723048409','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7834,'254723046700','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7835,'254723046418','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7836,'254723044085','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7837,'254723042948','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7838,'254723038626','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7839,'254723034719','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7840,'254723033137','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7841,'254723027130','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7842,'254723027029','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7843,'254723027012','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7844,'254723025068','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7845,'254723024200','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7846,'254723024080','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7847,'254723017728','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7848,'254723016384','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7849,'254723012665','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7850,'254723011609','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7851,'254723011368','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7852,'254723010796','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7853,'254723010620','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7854,'254723007111','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7855,'254723006113','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7856,'254723005743','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7857,'254723004951','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7858,'254722999773','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7859,'254722999559','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7860,'254722998812','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7861,'254722998239','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7862,'254722997487','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7863,'254722997070','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7864,'254722996401','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7865,'254722995806','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7866,'254722995779','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7867,'254722995501','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7868,'254722995081','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7869,'254722994883','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7870,'254722994551','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7871,'254722994280','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7872,'254722993978','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7873,'254722992412','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7874,'254722991559','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7875,'254722991355','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7876,'254722991059','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7877,'254722990609','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7878,'254722990343','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7879,'254722989048','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7880,'254722988277','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7881,'254722987079','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7882,'254722986312','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7883,'254722985614','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7884,'254722985420','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7885,'254722985229','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7886,'254722984928','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7887,'254722984690','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7888,'254722983886','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7889,'254722983783','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7890,'254722983598','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7891,'254722983411','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7892,'254722983230','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7893,'254722983198','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7894,'254722982243','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7895,'254722982032','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7896,'254722981370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7897,'254722981309','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7898,'254722981308','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7899,'254722981098','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7900,'254722980916','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7901,'254722980824','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7902,'254722980786','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7903,'254722980005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7904,'254722979513','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7905,'254722979081','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7906,'254722978894','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7907,'254722978866','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7908,'254722978646','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7909,'254722976942','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7910,'254722976496','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7911,'254722975553','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7912,'254722974623','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7913,'254722974460','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7914,'254722972851','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7915,'254722972657','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7916,'254722972374','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7917,'254722971412','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7918,'254722970814','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7919,'254722970797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7920,'254722969698','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7921,'254722969102','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7922,'254722968877','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7923,'254722968549','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7924,'254722967544','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7925,'254722967126','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7926,'254722966570','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7927,'254722966032','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7928,'254722965287','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7929,'254722965235','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7930,'254722964333','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7931,'254722964223','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7932,'254722963063','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7933,'254722962943','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7934,'254722961965','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7935,'254722961878','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7936,'254722961832','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7937,'254722961746','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7938,'254722961739','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7939,'254722961606','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7940,'254722960739','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7941,'254722960652','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7942,'254722960433','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7943,'254722960232','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7944,'254722959277','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7945,'254722959077','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7946,'254722958608','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7947,'254722958518','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7948,'254722958463','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7949,'254722958385','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7950,'254722957344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7951,'254722957013','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7952,'254722956954','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7953,'254722956274','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7954,'254722956236','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7955,'254722955735','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7956,'254722954767','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7957,'254722954554','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7958,'254722954192','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7959,'254722953922','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7960,'254722950986','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7961,'254722950845','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7962,'254722950574','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7963,'254722949998','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7964,'254722949843','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7965,'254722949522','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7966,'254722948348','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7967,'254722948152','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7968,'254722947213','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7969,'254722946538','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7970,'254722946344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7971,'254722946097','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7972,'254722945991','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7973,'254722945461','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7974,'254722944689','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7975,'254722944496','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7976,'254722943900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7977,'254722943656','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7978,'254722942376','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7979,'254722941435','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7980,'254722940831','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7981,'254722940667','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7982,'254722940427','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7983,'254722940363','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7984,'254722939329','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7985,'254722938883','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7986,'254722938873','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7987,'254722936358','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7988,'254722935347','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7989,'254722933824','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7990,'254722933477','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7991,'254722933357','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7992,'254722933142','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7993,'254722932799','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7994,'254722932405','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7995,'254722932282','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7996,'254722931041','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7997,'254722926919','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7998,'254722926863','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(7999,'254722925762','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8000,'254722924795','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8001,'254722924680','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8002,'254722922690','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8003,'254722922241','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8004,'254722922216','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8005,'254722921281','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8006,'254722920285','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8007,'254722920281','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8008,'254722919562','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8009,'254722919437','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8010,'254722919350','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8011,'254722919276','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8012,'254722918895','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8013,'254722918413','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8014,'254722918034','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8015,'254722917303','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8016,'254722916464','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8017,'254722916311','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8018,'254722915697','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8019,'254722913699','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8020,'254722912998','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8021,'254722912721','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8022,'254722909532','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8023,'254722907766','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8024,'254722907528','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8025,'254722906864','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8026,'254722906672','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8027,'254722906445','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8028,'254722906222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8029,'254722905128','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8030,'254722905067','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8031,'254722904673','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8032,'254722904661','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8033,'254722904356','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8034,'254722903609','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8035,'254722902948','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8036,'254722902935','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8037,'254722902364','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8038,'254722902154','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8039,'254722901478','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8040,'254722899646','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8041,'254722899517','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8042,'254722899500','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8043,'254722899450','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8044,'254722899330','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8045,'254722899172','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8046,'254722898456','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8047,'254722898420','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8048,'254722898348','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8049,'254722897595','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8050,'254722896752','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8051,'254722896427','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8052,'254722896231','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8053,'254722896121','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8054,'254722896075','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8055,'254722895907','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8056,'254722895515','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8057,'254722895498','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8058,'254722895092','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8059,'254722894853','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8060,'254722894852','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8061,'254722894596','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8062,'254722894501','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8063,'254722894437','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8064,'254722894340','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8065,'254722894292','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8066,'254722893655','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8067,'254722893446','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8068,'254722893186','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8069,'254722893133','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8070,'254722893058','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8071,'254722892288','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8072,'254722892232','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8073,'254722892137','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8074,'254722891352','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8075,'254722889960','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8076,'254722889928','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8077,'254722889913','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8078,'254722889077','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8079,'254722888679','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8080,'254722888485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8081,'254722888040','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8082,'254722887371','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8083,'254722886415','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8084,'254722885319','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8085,'254722884866','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8086,'254722884248','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8087,'254722884096','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8088,'254722883424','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8089,'254722883408','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8090,'254722883108','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8091,'254722882835','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8092,'254722882735','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8093,'254722882595','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8094,'254722882513','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8095,'254722881727','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8096,'254722881463','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8097,'254722881273','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8098,'254722880875','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8099,'254722880222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8100,'254722879937','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8101,'254722878875','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8102,'254722878528','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8103,'254722877364','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8104,'254722876504','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8105,'254722875933','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8106,'254722875906','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8107,'254722875513','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8108,'254722874780','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8109,'254722874203','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8110,'254722873856','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8111,'254722873640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8112,'254722873269','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8113,'254722872977','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8114,'254722871456','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8115,'254722870926','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8116,'254722870881','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8117,'254722870149','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8118,'254722869904','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8119,'254722869366','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8120,'254722869226','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8121,'254722869105','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8122,'254722868980','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8123,'254722868026','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8124,'254722867040','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8125,'254722866803','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8126,'254722866597','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8127,'254722866401','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8128,'254722865946','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8129,'254722865447','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8130,'254722865413','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8131,'254722865323','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8132,'254722864282','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8133,'254722863354','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8134,'254722862153','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8135,'254722861950','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8136,'254722861824','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8137,'254722861205','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8138,'254722860077','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8139,'254722859297','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8140,'254722859144','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8141,'254722858854','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8142,'254722858846','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8143,'254722858316','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8144,'254722858227','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8145,'254722857351','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8146,'254722857336','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8147,'254722856940','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8148,'254722856485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8149,'254722855670','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8150,'254722855481','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8151,'254722855021','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8152,'254722854785','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8153,'254722854509','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8154,'254722852565','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8155,'254722852544','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8156,'254722851987','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8157,'254722851484','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8158,'254722851153','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8159,'254722849120','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8160,'254722849052','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8161,'254722848910','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8162,'254722847975','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8163,'254722847961','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8164,'254722847577','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8165,'254722846310','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8166,'254722846188','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8167,'254722846149','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8168,'254722844359','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8169,'254722844201','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8170,'254722844137','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8171,'254722843770','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8172,'254722843135','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8173,'254722842432','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8174,'254722841832','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8175,'254722841534','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8176,'254722841288','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8177,'254722840943','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8178,'254722840870','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8179,'254722840762','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8180,'254722840440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8181,'254722840146','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8182,'254722840131','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8183,'254722839952','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8184,'254722839801','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8185,'254722839441','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8186,'254722838742','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8187,'254722838668','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8188,'254722838338','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8189,'254722838006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8190,'254722837916','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8191,'254722837700','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8192,'254722837087','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8193,'254722836054','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8194,'254722835044','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8195,'254722834980','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8196,'254722833714','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8197,'254722833673','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8198,'254722833228','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8199,'254722833189','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8200,'254722832830','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8201,'254722832359','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8202,'254722832277','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8203,'254722831999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8204,'254722831668','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8205,'254722831153','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8206,'254722831145','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8207,'254722830913','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8208,'254722830867','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8209,'254722830639','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8210,'254722830539','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8211,'254722830262','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8212,'254722829513','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8213,'254722829506','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8214,'254722829064','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8215,'254722828913','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8216,'254722828383','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8217,'254722828126','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8218,'254722827684','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8219,'254722827421','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8220,'254722827325','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8221,'254722827029','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8222,'254722826695','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8223,'254722825691','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8224,'254722824742','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8225,'254722824696','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8226,'254722823852','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8227,'254722823843','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8228,'254722823252','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8229,'254722823142','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8230,'254722823065','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8231,'254722822936','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8232,'254722822632','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8233,'254722822294','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8234,'254722822193','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8235,'254722821845','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8236,'254722821723','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8237,'254722821697','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8238,'254722821593','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8239,'254722821177','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8240,'254722820272','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8241,'254722819955','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8242,'254722819233','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8243,'254722819003','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8244,'254722818932','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8245,'254722818825','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8246,'254722818752','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8247,'254722818276','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8248,'254722818119','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8249,'254722818098','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8250,'254722817905','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8251,'254722817842','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8252,'254722817818','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8253,'254722817031','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8254,'254722816925','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8255,'254722816469','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8256,'254722816242','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8257,'254722816074','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8258,'254722815893','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8259,'254722815652','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8260,'254722815109','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8261,'254722815084','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8262,'254722814750','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8263,'254722814599','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8264,'254722814468','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8265,'254722813316','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8266,'254722813257','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8267,'254722813225','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8268,'254722812532','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8269,'254722812414','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8270,'254722812405','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8271,'254722812329','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8272,'254722811737','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8273,'254722811583','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8274,'254722811460','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8275,'254722811194','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8276,'254722810599','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8277,'254722810210','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8278,'254722810062','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8279,'254722809786','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8280,'254722809534','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8281,'254722809320','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8282,'254722809266','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8283,'254722809195','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8284,'254722808932','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8285,'254722808316','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8286,'254722808099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8287,'254722807952','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8288,'254722807749','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8289,'254722806797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8290,'254722806435','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8291,'254722806309','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8292,'254722806165','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8293,'254722805848','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8294,'254722805737','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8295,'254722805603','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8296,'254722805244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8297,'254722804695','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8298,'254722802773','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8299,'254722802443','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8300,'254722801775','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8301,'254722801768','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8302,'254722801645','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8303,'254722801609','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8304,'254722801578','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8305,'254722801114','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8306,'254722801058','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8307,'254722800315','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8308,'254722799946','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8309,'254722799391','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8310,'254722799378','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8311,'254722799299','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8312,'254722799270','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8313,'254722799218','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8314,'254722798775','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8315,'254722798694','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8316,'254722798590','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8317,'254722798278','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8318,'254722797126','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8319,'254722797023','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8320,'254722796546','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8321,'254722796344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8322,'254722796230','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8323,'254722796151','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8324,'254722795815','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8325,'254722795638','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8326,'254722795470','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8327,'254722795251','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8328,'254722795225','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8329,'254722794751','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8330,'254722794626','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8331,'254722794560','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8332,'254722793975','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8333,'254722793932','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8334,'254722793912','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8335,'254722792945','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8336,'254722791941','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8337,'254722791787','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8338,'254722791703','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8339,'254722791619','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8340,'254722791575','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8341,'254722791565','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8342,'254722790990','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8343,'254722790879','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8344,'254722790683','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8345,'254722790336','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8346,'254722790168','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8347,'254722789722','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8348,'254722789556','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8349,'254722788800','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8350,'254722788557','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8351,'254722788451','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8352,'254722787822','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8353,'254722787019','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8354,'254722786354','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8355,'254722786198','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8356,'254722785912','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8357,'254722785561','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8358,'254722785492','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8359,'254722785487','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8360,'254722785274','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8361,'254722784154','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8362,'254722783470','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8363,'254722783184','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8364,'254722782967','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8365,'254722782797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8366,'254722782787','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8367,'254722782542','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8368,'254722782526','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8369,'254722782205','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8370,'254722781537','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8371,'254722780307','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8372,'254722779387','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8373,'254722779261','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8374,'254722778858','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8375,'254722778834','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8376,'254722778471','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8377,'254722777522','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8378,'254722777238','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8379,'254722777182','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8380,'254722776883','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8381,'254722776420','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8382,'254722775637','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8383,'254722775541','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8384,'254722775402','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8385,'254722775384','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8386,'254722775219','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8387,'254722775027','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8388,'254722774742','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8389,'254722774677','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8390,'254722774305','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8391,'254722773583','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8392,'254722773568','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8393,'254722773495','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8394,'254722773252','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8395,'254722773238','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8396,'254722772453','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8397,'254722771720','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8398,'254722770844','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8399,'254722770651','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8400,'254722770456','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8401,'254722769866','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8402,'254722769402','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8403,'254722769113','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8404,'254722769072','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8405,'254722768537','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8406,'254722768403','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8407,'254722768397','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8408,'254722767998','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8409,'254722767726','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8410,'254722767205','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8411,'254722766770','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8412,'254722766454','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8413,'254722766331','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8414,'254722766026','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8415,'254722765513','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8416,'254722765310','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8417,'254722764747','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8418,'254722763650','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8419,'254722763405','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8420,'254722763341','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8421,'254722763277','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8422,'254722763211','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8423,'254722762992','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8424,'254722762104','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8425,'254722762047','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8426,'254722761761','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8427,'254722760986','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8428,'254722760790','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8429,'254722760778','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8430,'254722760520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8431,'254722760062','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8432,'254722759816','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8433,'254722759485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8434,'254722759471','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8435,'254722759354','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8436,'254722759058','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8437,'254722758725','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8438,'254722758580','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8439,'254722758478','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8440,'254722758070','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8441,'254722757370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8442,'254722756839','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8443,'254722756789','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8444,'254722756604','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8445,'254722756380','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8446,'254722755873','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8447,'254722755153','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8448,'254722755111','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8449,'254722754625','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8450,'254722754523','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8451,'254722754108','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8452,'254722754019','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8453,'254722753090','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8454,'254722752091','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8455,'254722752059','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8456,'254722751574','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8457,'254722751532','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8458,'254722751262','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8459,'254722750653','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8460,'254722750570','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8461,'254722750560','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8462,'254722749792','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8463,'254722749609','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8464,'254722748872','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8465,'254722748241','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8466,'254722748195','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8467,'254722748143','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8468,'254722748072','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8469,'254722748043','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8470,'254722747930','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8471,'254722747507','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8472,'254722747324','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8473,'254722747011','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8474,'254722746766','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8475,'254722745651','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8476,'254722744746','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8477,'254722744722','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8478,'254722744541','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8479,'254722744289','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8480,'254722743445','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8481,'254722743218','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8482,'254722743060','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8483,'254722742794','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8484,'254722742372','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8485,'254722741995','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8486,'254722741611','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8487,'254722741286','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8488,'254722740877','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8489,'254722740756','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8490,'254722740589','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8491,'254722740076','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8492,'254722739312','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8493,'254722738962','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8494,'254722738922','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8495,'254722738833','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8496,'254722738496','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8497,'254722738194','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8498,'254722737911','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8499,'254722737766','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8500,'254722737195','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8501,'254722736944','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8502,'254722736801','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8503,'254722736645','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8504,'254722736620','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8505,'254722735329','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8506,'254722735263','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8507,'254722735044','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8508,'254722734843','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8509,'254722733369','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8510,'254722732829','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8511,'254722732250','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8512,'254722732143','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8513,'254722731965','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8514,'254722731660','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8515,'254722730941','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8516,'254722730918','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8517,'254722730290','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8518,'254722730030','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8519,'254722730011','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8520,'254722729720','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8521,'254722729551','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8522,'254722729051','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8523,'254722728947','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8524,'254722728572','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8525,'254722728343','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8526,'254722728123','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8527,'254722728072','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8528,'254722727774','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8529,'254722727293','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8530,'254722727203','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8531,'254722725934','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8532,'254722725712','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8533,'254722725064','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8534,'254722724538','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8535,'254722724232','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8536,'254722724034','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8537,'254722723540','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8538,'254722723348','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8539,'254722723103','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8540,'254722722897','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8541,'254722722544','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8542,'254722722290','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8543,'254722721525','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8544,'254722721118','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8545,'254722721081','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8546,'254722720715','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8547,'254722720692','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8548,'254722720646','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8549,'254722720573','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8550,'254722720544','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8551,'254722720501','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8552,'254722720406','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8553,'254722720306','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8554,'254722720021','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8555,'254722720015','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8556,'254722720005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8557,'254722719708','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8558,'254722719216','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8559,'254722719158','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8560,'254722718872','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8561,'254722717570','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8562,'254722717274','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8563,'254722716797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8564,'254722715736','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8565,'254722715296','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8566,'254722714693','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8567,'254722714363','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8568,'254722714355','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8569,'254722714337','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8570,'254722714294','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8571,'254722714285','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8572,'254722714270','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8573,'254722714163','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8574,'254722714127','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8575,'254722713918','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8576,'254722713654','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8577,'254722713483','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8578,'254722712796','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8579,'254722711907','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8580,'254722711396','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8581,'254722711135','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8582,'254722710948','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8583,'254722710797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8584,'254722710688','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8585,'254722710574','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8586,'254722710481','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8587,'254722710399','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8588,'254722710160','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8589,'254722710038','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8590,'254722709727','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8591,'254722709085','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8592,'254722708196','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8593,'254722707652','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8594,'254722707241','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8595,'254722707227','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8596,'254722707082','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8597,'254722706253','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8598,'254722705356','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8599,'254722705294','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8600,'254722704316','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8601,'254722704139','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8602,'254722704135','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8603,'254722703840','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8604,'254722703684','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8605,'254722703471','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8606,'254722703311','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8607,'254722703037','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8608,'254722701897','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8609,'254722701495','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8610,'254722701444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8611,'254722701340','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8612,'254722701312','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8613,'254722700602','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8614,'254722700428','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8615,'254722699530','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8616,'254722698592','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8617,'254722698239','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8618,'254722697450','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8619,'254722696094','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8620,'254722695565','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8621,'254722694833','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8622,'254722693880','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8623,'254722693228','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8624,'254722692835','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8625,'254722692510','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8626,'254722692466','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8627,'254722691890','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8628,'254722689038','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8629,'254722687336','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8630,'254722687084','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8631,'254722686770','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8632,'254722686679','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8633,'254722686409','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8634,'254722685278','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8635,'254722684848','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8636,'254722684712','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8637,'254722682228','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8638,'254722681712','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8639,'254722681216','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8640,'254722681113','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8641,'254722680505','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8642,'254722679803','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8643,'254722679341','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8644,'254722679250','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8645,'254722679208','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8646,'254722678146','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8647,'254722677945','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8648,'254722677306','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8649,'254722677197','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8650,'254722675745','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8651,'254722675314','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8652,'254722675266','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8653,'254722673604','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8654,'254722673472','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8655,'254722673455','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8656,'254722673344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8657,'254722673234','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8658,'254722672888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8659,'254722672344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8660,'254722672264','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8661,'254722672220','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8662,'254722672130','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8663,'254722671326','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8664,'254722670781','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8665,'254722670594','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8666,'254722669673','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8667,'254722669637','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8668,'254722669300','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8669,'254722668797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8670,'254722666935','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8671,'254722665529','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8672,'254722665394','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8673,'254722665225','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8674,'254722665133','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8675,'254722664709','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8676,'254722664669','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8677,'254722663358','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8678,'254722663133','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8679,'254722662939','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8680,'254722662181','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8681,'254722661177','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8682,'254722660985','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8683,'254722660888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8684,'254722660553','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8685,'254722660319','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8686,'254722660042','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8687,'254722659797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8688,'254722659778','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8689,'254722659456','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8690,'254722659307','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8691,'254722659192','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8692,'254722659041','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8693,'254722658594','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8694,'254722657719','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8695,'254722657673','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8696,'254722657670','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8697,'254722656752','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8698,'254722656142','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8699,'254722655911','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8700,'254722655569','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8701,'254722655218','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8702,'254722654592','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8703,'254722654572','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8704,'254722654513','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8705,'254722654328','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8706,'254722653947','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8707,'254722653928','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8708,'254722653532','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8709,'254722653041','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8710,'254722652705','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8711,'254722652545','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8712,'254722652294','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8713,'254722651902','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8714,'254722649967','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8715,'254722649302','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8716,'254722649163','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8717,'254722648983','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8718,'254722648719','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8719,'254722648222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8720,'254722648149','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8721,'254722647388','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8722,'254722647041','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8723,'254722645102','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8724,'254722644853','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8725,'254722643871','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8726,'254722643813','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8727,'254722643656','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8728,'254722643307','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8729,'254722643220','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8730,'254722643171','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8731,'254722642935','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8732,'254722642491','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8733,'254722642042','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8734,'254722641738','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8735,'254722641615','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8736,'254722640699','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8737,'254722640414','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8738,'254722639986','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8739,'254722639843','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8740,'254722639674','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8741,'254722639314','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8742,'254722638365','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8743,'254722637883','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8744,'254722635067','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8745,'254722633956','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8746,'254722633341','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8747,'254722631603','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8748,'254722628365','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8749,'254722628037','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8750,'254722627458','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8751,'254722627256','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8752,'254722627132','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8753,'254722626949','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8754,'254722626622','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8755,'254722626091','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8756,'254722626005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8757,'254722625770','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8758,'254722625719','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8759,'254722625242','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8760,'254722625213','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8761,'254722625186','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8762,'254722624798','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8763,'254722624789','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8764,'254722624722','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8765,'254722624690','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8766,'254722622894','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8767,'254722622724','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8768,'254722622391','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8769,'254722622098','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8770,'254722621770','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8771,'254722621738','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8772,'254722620669','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8773,'254722620661','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8774,'254722620537','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8775,'254722620122','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8776,'254722620093','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8777,'254722619785','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8778,'254722618805','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8779,'254722618312','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8780,'254722617785','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8781,'254722617623','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8782,'254722616881','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8783,'254722615955','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8784,'254722615375','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8785,'254722612128','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8786,'254722611876','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8787,'254722611483','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8788,'254722611298','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8789,'254722611073','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8790,'254722610986','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8791,'254722610385','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8792,'254722610288','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8793,'254722609392','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8794,'254722609182','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8795,'254722608597','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8796,'254722607495','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8797,'254722607156','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8798,'254722606579','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8799,'254722606566','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8800,'254722606526','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8801,'254722606420','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8802,'254722605335','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8803,'254722605040','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8804,'254722603962','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8805,'254722602710','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8806,'254722602699','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8807,'254722602320','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8808,'254722601871','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8809,'254722601398','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8810,'254722601032','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8811,'254722600675','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8812,'254722600653','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8813,'254722600478','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8814,'254722600381','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8815,'254722600355','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8816,'254722599712','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8817,'254722596575','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8818,'254722595959','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8819,'254722595080','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8820,'254722594821','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8821,'254722594625','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8822,'254722593867','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8823,'254722593043','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8824,'254722592431','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8825,'254722592188','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8826,'254722592022','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8827,'254722591707','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8828,'254722591686','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8829,'254722590959','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8830,'254722590908','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8831,'254722590845','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8832,'254722589359','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8833,'254722588899','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8834,'254722588792','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8835,'254722588362','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8836,'254722587787','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8837,'254722587390','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8838,'254722587327','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8839,'254722586631','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8840,'254722585551','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8841,'254722584470','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8842,'254722583659','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8843,'254722583077','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8844,'254722582555','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8845,'254722582446','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8846,'254722582119','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8847,'254722581066','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8848,'254722580393','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8849,'254722579599','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8850,'254722579170','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8851,'254722579003','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8852,'254722577642','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8853,'254722576756','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8854,'254722576432','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8855,'254722576365','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8856,'254722576118','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8857,'254722575595','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8858,'254722573992','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8859,'254722573792','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8860,'254722573073','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8861,'254722572651','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8862,'254722572323','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8863,'254722571822','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8864,'254722571493','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8865,'254722570363','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8866,'254722570018','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8867,'254722569920','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8868,'254722569172','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8869,'254722568096','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8870,'254722567987','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8871,'254722567388','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8872,'254722567327','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8873,'254722566793','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8874,'254722566551','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8875,'254722566341','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8876,'254722565813','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8877,'254722565686','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8878,'254722564915','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8879,'254722564590','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8880,'254722563298','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8881,'254722563190','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8882,'254722561557','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8883,'254722561284','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8884,'254722560045','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8885,'254722559001','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8886,'254722558111','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8887,'254722557130','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8888,'254722556702','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8889,'254722556205','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8890,'254722555750','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8891,'254722555735','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8892,'254722555540','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8893,'254722553001','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8894,'254722552866','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8895,'254722552677','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8896,'254722552524','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8897,'254722552344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8898,'254722552327','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8899,'254722552255','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8900,'254722550464','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8901,'254722548957','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8902,'254722547187','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8903,'254722547088','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8904,'254722545412','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8905,'254722545185','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8906,'254722544502','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8907,'254722543354','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8908,'254722543028','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8909,'254722542810','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8910,'254722542741','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8911,'254722542582','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8912,'254722542500','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8913,'254722542242','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8914,'254722540928','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8915,'254722540889','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8916,'254722540854','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8917,'254722540851','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8918,'254722540666','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8919,'254722540508','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8920,'254722540451','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8921,'254722540328','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8922,'254722539569','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8923,'254722539540','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8924,'254722538588','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8925,'254722538443','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8926,'254722537677','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8927,'254722532885','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8928,'254722532390','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8929,'254722531309','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8930,'254722530335','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8931,'254722530142','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8932,'254722530120','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8933,'254722529533','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8934,'254722529079','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8935,'254722528746','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8936,'254722528520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8937,'254722528378','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8938,'254722527599','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8939,'254722527546','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8940,'254722527010','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8941,'254722526843','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8942,'254722526439','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8943,'254722526079','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8944,'254722526011','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8945,'254722525733','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8946,'254722525627','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8947,'254722525411','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8948,'254722525154','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8949,'254722524791','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8950,'254722524374','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8951,'254722524267','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8952,'254722524211','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8953,'254722523770','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8954,'254722523086','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8955,'254722522740','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8956,'254722521957','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8957,'254722521639','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8958,'254722521473','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8959,'254722521366','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8960,'254722521245','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8961,'254722521215','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8962,'254722521181','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8963,'254722520634','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8964,'254722519793','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8965,'254722519541','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8966,'254722519364','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8967,'254722519050','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8968,'254722518965','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8969,'254722518535','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8970,'254722517914','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8971,'254722517539','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8972,'254722516565','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8973,'254722515351','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8974,'254722515058','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8975,'254722515022','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8976,'254722515012','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8977,'254722514774','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8978,'254722514601','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8979,'254722514508','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8980,'254722514267','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8981,'254722514073','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8982,'254722513609','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8983,'254722513442','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8984,'254722513235','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8985,'254722513082','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8986,'254722512963','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8987,'254722512184','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8988,'254722511805','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8989,'254722511127','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8990,'254722511050','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8991,'254722510794','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8992,'254722510509','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8993,'254722509907','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8994,'254722509684','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8995,'254722509622','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8996,'254722509007','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8997,'254722508930','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8998,'254722508607','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(8999,'254722508114','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9000,'254722507403','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9001,'254722507120','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9002,'254722505395','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9003,'254722503989','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9004,'254722502851','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9005,'254722502465','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9006,'254722501858','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9007,'254722501741','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9008,'254722498761','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9009,'254722498478','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9010,'254722498472','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9011,'254722497602','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9012,'254722497381','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9013,'254722497101','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9014,'254722496687','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9015,'254722495995','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9016,'254722495816','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9017,'254722495263','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9018,'254722495066','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9019,'254722494741','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9020,'254722494677','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9021,'254722494664','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9022,'254722493994','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9023,'254722493753','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9024,'254722493727','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9025,'254722493406','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9026,'254722493292','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9027,'254722493223','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9028,'254722493119','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9029,'254722492619','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9030,'254722492537','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9031,'254722492472','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9032,'254722492370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9033,'254722491905','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9034,'254722491822','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9035,'254722491518','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9036,'254722491257','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9037,'254722491223','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9038,'254722490961','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9039,'254722490600','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9040,'254722488277','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9041,'254722486964','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9042,'254722486525','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9043,'254722485131','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9044,'254722484422','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9045,'254722484041','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9046,'254722483640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9047,'254722483165','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9048,'254722482664','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9049,'254722481728','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9050,'254722480684','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9051,'254722480397','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9052,'254722477021','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9053,'254722476619','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9054,'254722476347','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9055,'254722475425','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9056,'254722475090','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9057,'254722474887','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9058,'254722474750','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9059,'254722474725','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9060,'254722474362','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9061,'254722473155','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9062,'254722472078','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9063,'254722471929','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9064,'254722471282','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9065,'254722469932','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9066,'254722469672','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9067,'254722469383','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9068,'254722467565','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9069,'254722467365','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9070,'254722466929','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9071,'254722466778','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9072,'254722466218','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9073,'254722465463','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9074,'254722463925','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9075,'254722463866','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9076,'254722463680','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9077,'254722462835','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9078,'254722462824','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9079,'254722462713','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9080,'254722462102','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9081,'254722461783','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9082,'254722461536','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9083,'254722461124','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9084,'254722461097','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9085,'254722460690','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9086,'254722460665','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9087,'254722460409','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9088,'254722460351','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9089,'254722460305','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9090,'254722460218','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9091,'254722460202','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9092,'254722458928','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9093,'254722456621','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9094,'254722456155','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9095,'254722456107','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9096,'254722455899','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9097,'254722455560','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9098,'254722455533','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9099,'254722455264','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9100,'254722455240','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9101,'254722454978','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9102,'254722453855','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9103,'254722452979','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9104,'254722452058','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9105,'254722450549','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9106,'254722450420','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9107,'254722450062','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9108,'254722449975','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9109,'254722449844','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9110,'254722449386','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9111,'254722448604','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9112,'254722447358','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9113,'254722446990','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9114,'254722446647','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9115,'254722446258','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9116,'254722445906','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9117,'254722445815','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9118,'254722445743','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9119,'254722445232','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9120,'254722445205','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9121,'254722444860','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9122,'254722443590','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9123,'254722443558','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9124,'254722443310','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9125,'254722442925','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9126,'254722442736','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9127,'254722442681','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9128,'254722442577','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9129,'254722441304','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9130,'254722441150','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9131,'254722441052','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9132,'254722440594','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9133,'254722439449','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9134,'254722437980','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9135,'254722437299','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9136,'254722436708','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9137,'254722436464','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9138,'254722436432','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9139,'254722434217','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9140,'254722433958','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9141,'254722432666','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9142,'254722432481','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9143,'254722431989','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9144,'254722431784','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9145,'254722431709','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9146,'254722430889','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9147,'254722429907','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9148,'254722428817','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9149,'254722428165','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9150,'254722428071','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9151,'254722427489','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9152,'254722427144','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9153,'254722427078','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9154,'254722426210','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9155,'254722425982','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9156,'254722425852','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9157,'254722424273','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9158,'254722424136','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9159,'254722423731','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9160,'254722423636','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9161,'254722423438','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9162,'254722422957','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9163,'254722422154','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9164,'254722421954','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9165,'254722421747','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9166,'254722421733','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9167,'254722421116','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9168,'254722419572','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9169,'254722419516','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9170,'254722418844','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9171,'254722417786','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9172,'254722417224','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9173,'254722415984','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9174,'254722414815','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9175,'254722414586','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9176,'254722414343','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9177,'254722413259','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9178,'254722412960','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9179,'254722412932','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9180,'254722412603','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9181,'254722412500','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9182,'254722411888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9183,'254722411873','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9184,'254722411550','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9185,'254722411129','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9186,'254722410934','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9187,'254722410914','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9188,'254722410806','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9189,'254722410413','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9190,'254722410375','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9191,'254722409520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9192,'254722408793','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9193,'254722408310','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9194,'254722408070','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9195,'254722406084','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9196,'254722405571','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9197,'254722404550','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9198,'254722404258','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9199,'254722404233','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9200,'254722403709','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9201,'254722403665','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9202,'254722403344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9203,'254722403095','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9204,'254722402666','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9205,'254722402229','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9206,'254722400901','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9207,'254722400379','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9208,'254722399922','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9209,'254722399842','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9210,'254722398359','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9211,'254722397922','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9212,'254722396864','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9213,'254722395667','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9214,'254722395641','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9215,'254722395404','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9216,'254722394274','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9217,'254722393979','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9218,'254722393845','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9219,'254722392713','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9220,'254722392396','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9221,'254722390923','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9222,'254722390875','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9223,'254722390614','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9224,'254722389512','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9225,'254722389367','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9226,'254722389210','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9227,'254722389068','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9228,'254722388485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9229,'254722387594','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9230,'254722387441','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9231,'254722386847','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9232,'254722386514','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9233,'254722386476','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9234,'254722385693','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9235,'254722385559','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9236,'254722385371','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9237,'254722384636','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9238,'254722383747','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9239,'254722383239','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9240,'254722381258','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9241,'254722381141','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9242,'254722381018','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9243,'254722380983','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9244,'254722380518','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9245,'254722380009','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9246,'254722379898','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9247,'254722378228','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9248,'254722377918','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9249,'254722377676','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9250,'254722377059','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9251,'254722375955','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9252,'254722375581','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9253,'254722375423','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9254,'254722375370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9255,'254722375351','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9256,'254722374657','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9257,'254722374513','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9258,'254722374214','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9259,'254722374194','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9260,'254722373384','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9261,'254722373328','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9262,'254722372641','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9263,'254722372439','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9264,'254722371590','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9265,'254722371208','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9266,'254722370841','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9267,'254722370251','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9268,'254722370193','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9269,'254722370054','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9270,'254722369466','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9271,'254722369210','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9272,'254722368234','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9273,'254722368214','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9274,'254722367824','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9275,'254722367527','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9276,'254722367427','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9277,'254722366035','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9278,'254722365892','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9279,'254722365857','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9280,'254722365277','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9281,'254722365218','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9282,'254722363980','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9283,'254722363888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9284,'254722363688','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9285,'254722363005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9286,'254722362733','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9287,'254722362000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9288,'254722360083','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9289,'254722359711','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9290,'254722358976','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9291,'254722358484','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9292,'254722356871','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9293,'254722356857','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9294,'254722356842','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9295,'254722356734','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9296,'254722355107','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9297,'254722355014','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9298,'254722354633','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9299,'254722354552','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9300,'254722353777','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9301,'254722353252','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9302,'254722353231','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9303,'254722353132','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9304,'254722353010','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9305,'254722352775','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9306,'254722352669','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9307,'254722352077','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9308,'254722351981','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9309,'254722350241','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9310,'254722349904','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9311,'254722349598','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9312,'254722349432','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9313,'254722349002','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9314,'254722348307','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9315,'254722348296','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9316,'254722348016','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9317,'254722347908','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9318,'254722347610','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9319,'254722347602','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9320,'254722347568','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9321,'254722347165','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9322,'254722347129','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9323,'254722346500','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9324,'254722346126','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9325,'254722345827','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9326,'254722345203','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9327,'254722344757','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9328,'254722344471','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9329,'254722342913','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9330,'254722342508','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9331,'254722342485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9332,'254722342342','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9333,'254722341548','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9334,'254722341042','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9335,'254722340579','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9336,'254722340376','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9337,'254722340279','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9338,'254722339079','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9339,'254722338997','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9340,'254722338959','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9341,'254722338951','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9342,'254722338870','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9343,'254722338850','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9344,'254722338092','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9345,'254722337798','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9346,'254722337794','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9347,'254722337074','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9348,'254722335640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9349,'254722335228','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9350,'254722334786','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9351,'254722334605','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9352,'254722334227','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9353,'254722334179','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9354,'254722334040','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9355,'254722333830','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9356,'254722332808','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9357,'254722332598','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9358,'254722332072','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9359,'254722331567','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9360,'254722330783','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9361,'254722330208','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9362,'254722329901','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9363,'254722329328','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9364,'254722329098','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9365,'254722327737','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9366,'254722327340','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9367,'254722327041','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9368,'254722326959','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9369,'254722326096','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9370,'254722326078','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9371,'254722325206','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9372,'254722324268','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9373,'254722323824','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9374,'254722323025','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9375,'254722322761','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9376,'254722322434','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9377,'254722322312','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9378,'254722322285','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9379,'254722322136','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9380,'254722321302','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9381,'254722321285','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9382,'254722321091','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9383,'254722319772','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9384,'254722319677','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9385,'254722319653','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9386,'254722318811','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9387,'254722318801','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9388,'254722318620','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9389,'254722318571','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9390,'254722318329','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9391,'254722318002','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9392,'254722316293','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9393,'254722316241','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9394,'254722315941','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9395,'254722315165','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9396,'254722314892','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9397,'254722314770','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9398,'254722314462','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9399,'254722314365','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9400,'254722313971','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9401,'254722313893','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9402,'254722313612','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9403,'254722313480','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9404,'254722313215','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9405,'254722312910','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9406,'254722312902','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9407,'254722312620','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9408,'254722311708','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9409,'254722311616','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9410,'254722310996','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9411,'254722310612','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9412,'254722310584','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9413,'254722310185','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9414,'254722309198','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9415,'254722309077','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9416,'254722307083','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9417,'254722306171','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9418,'254722305739','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9419,'254722304453','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9420,'254722303642','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9421,'254722303415','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9422,'254722303341','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9423,'254722303244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9424,'254722302284','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9425,'254722301697','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9426,'254722301589','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9427,'254722301118','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9428,'254722301112','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9429,'254722300702','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9430,'254722300633','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9431,'254722300317','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9432,'254722300290','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9433,'254722300100','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9434,'254722300086','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9435,'254722299940','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9436,'254722299908','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9437,'254722299468','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9438,'254722299112','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9439,'254722298659','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9440,'254722297937','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9441,'254722297615','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9442,'254722297206','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9443,'254722297175','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9444,'254722296829','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9445,'254722296417','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9446,'254722295911','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9447,'254722294756','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9448,'254722294426','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9449,'254722294416','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9450,'254722294099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9451,'254722294052','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9452,'254722293796','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9453,'254722293580','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9454,'254722293490','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9455,'254722292630','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9456,'254722291919','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9457,'254722290390','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9458,'254722288896','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9459,'254722288023','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9460,'254722287351','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9461,'254722286554','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9462,'254722286455','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9463,'254722286243','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9464,'254722286112','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9465,'254722285767','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9466,'254722285685','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9467,'254722285298','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9468,'254722285180','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9469,'254722283409','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9470,'254722282693','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9471,'254722282293','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9472,'254722282249','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9473,'254722281928','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9474,'254722281842','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9475,'254722281253','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9476,'254722280701','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9477,'254722280657','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9478,'254722279902','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9479,'254722279727','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9480,'254722278434','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9481,'254722278292','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9482,'254722277274','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9483,'254722276625','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9484,'254722275570','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9485,'254722275288','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9486,'254722274751','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9487,'254722274576','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9488,'254722273741','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9489,'254722273306','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9490,'254722272931','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9491,'254722272788','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9492,'254722272695','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9493,'254722272459','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9494,'254722270901','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9495,'254722270392','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9496,'254722270037','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9497,'254722269158','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9498,'254722268887','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9499,'254722268218','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9500,'254722267694','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9501,'254722266843','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9502,'254722266679','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9503,'254722266265','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9504,'254722265665','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9505,'254722265334','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9506,'254722264121','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9507,'254722263634','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9508,'254722262895','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9509,'254722262763','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9510,'254722262513','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9511,'254722262459','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9512,'254722262364','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9513,'254722262147','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9514,'254722261497','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9515,'254722260483','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9516,'254722260111','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9517,'254722260081','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9518,'254722259769','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9519,'254722259223','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9520,'254722259208','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9521,'254722258955','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9522,'254722258630','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9523,'254722258217','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9524,'254722257500','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9525,'254722257344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9526,'254722257035','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9527,'254722256258','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9528,'254722256252','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9529,'254722256126','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9530,'254722255681','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9531,'254722253331','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9532,'254722252727','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9533,'254722252723','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9534,'254722252434','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9535,'254722251598','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9536,'254722251595','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9537,'254722251477','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9538,'254722251179','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9539,'254722250886','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9540,'254722250711','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9541,'254722250695','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9542,'254722250616','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9543,'254722250510','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9544,'254722250373','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9545,'254722250353','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9546,'254722250249','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9547,'254722248942','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9548,'254722248573','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9549,'254722247839','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9550,'254722247255','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9551,'254722246554','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9552,'254722246470','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9553,'254722246025','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9554,'254722245816','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9555,'254722245461','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9556,'254722245004','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9557,'254722243987','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9558,'254722243388','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9559,'254722243309','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9560,'254722242926','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9561,'254722242557','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9562,'254722242131','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9563,'254722241885','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9564,'254722240400','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9565,'254722240106','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9566,'254722239669','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9567,'254722238367','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9568,'254722237468','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9569,'254722236522','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9570,'254722236283','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9571,'254722236237','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9572,'254722236115','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9573,'254722236079','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9574,'254722236058','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9575,'254722235676','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9576,'254722235594','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9577,'254722235477','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9578,'254722234563','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9579,'254722234539','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9580,'254722234338','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9581,'254722234208','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9582,'254722233992','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9583,'254722233107','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9584,'254722233100','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9585,'254722232882','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9586,'254722232753','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9587,'254722232125','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9588,'254722231888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9589,'254722231249','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9590,'254722230143','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9591,'254722229885','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9592,'254722229848','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9593,'254722229794','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9594,'254722229530','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9595,'254722229156','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9596,'254722229145','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9597,'254722228188','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9598,'254722227455','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9599,'254722227404','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9600,'254722227276','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9601,'254722227089','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9602,'254722226198','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9603,'254722225268','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9604,'254722224180','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9605,'254722223969','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9606,'254722223506','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9607,'254722222892','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9608,'254722222880','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9609,'254722222756','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9610,'254722222727','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9611,'254722222417','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9612,'254722219614','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9613,'254722219501','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9614,'254722217891','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9615,'254722216712','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9616,'254722216275','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9617,'254722215077','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9618,'254722213804','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9619,'254722213770','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9620,'254722213605','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9621,'254722212617','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9622,'254722211904','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9623,'254722211831','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9624,'254722211483','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9625,'254722210857','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9626,'254722210516','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9627,'254722210209','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9628,'254722210181','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9629,'254722210046','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9630,'254722209992','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9631,'254722209886','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9632,'254722209191','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9633,'254722209055','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9634,'254722208842','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9635,'254722207703','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9636,'254722207277','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9637,'254722206064','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9638,'254722206046','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9639,'254722205460','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9640,'254722204202','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9641,'254722204060','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9642,'254722204005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9643,'254722202865','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9644,'254722200387','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9645,'254722180000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9646,'254722179391','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9647,'254722178138','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9648,'254722177866','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9649,'254722177678','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9650,'254722177437','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9651,'254722177134','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9652,'254722175764','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9653,'254722175341','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9654,'254722175243','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9655,'254722175215','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9656,'254722172691','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9657,'254722172052','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9658,'254722171523','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9659,'254722170899','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9660,'254722170187','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9661,'254722170019','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9662,'254722169950','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9663,'254722169597','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9664,'254722168507','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9665,'254722168331','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9666,'254722166824','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9667,'254722166786','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9668,'254722164523','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9669,'254722164143','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9670,'254722163273','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9671,'254722163109','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9672,'254722161095','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9673,'254722160323','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9674,'254722159245','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9675,'254722158338','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9676,'254722158044','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9677,'254722155236','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9678,'254722153683','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9679,'254722153309','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9680,'254722152233','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9681,'254722151999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9682,'254722151819','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9683,'254722151043','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9684,'254722151006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9685,'254722149496','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9686,'254722149027','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9687,'254722148198','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9688,'254722145991','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9689,'254722145649','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9690,'254722145169','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9691,'254722144718','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9692,'254722142542','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9693,'254722142475','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9694,'254722142422','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9695,'254722140614','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9696,'254722139576','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9697,'254722139288','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9698,'254722137400','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9699,'254722136655','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9700,'254722136185','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9701,'254722134296','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9702,'254722131135','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9703,'254722129954','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9704,'254722128989','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9705,'254722128969','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9706,'254722128188','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9707,'254722126213','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9708,'254722126142','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9709,'254722124689','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9710,'254722123400','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9711,'254722121568','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9712,'254722121222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9713,'254722118520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9714,'254722118080','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9715,'254722117253','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9716,'254722115691','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9717,'254722115560','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9718,'254722115527','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9719,'254722114726','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9720,'254722113475','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9721,'254722112116','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9722,'254722111794','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9723,'254722111531','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9724,'254722111400','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9725,'254722110452','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9726,'254722109845','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9727,'254722107828','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9728,'254722106610','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9729,'254722106479','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9730,'254722106451','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9731,'254722105899','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9732,'254722105801','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9733,'254722104476','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9734,'254722104348','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9735,'254722103451','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9736,'254722103424','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9737,'254722103359','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9738,'254722101660','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9739,'254722101415','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9740,'254722101403','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9741,'254722100298','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9742,'254721998364','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9743,'254721997879','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9744,'254721997694','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9745,'254721997024','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9746,'254721996480','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9747,'254721995222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9748,'254721993767','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9749,'254721993712','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9750,'254721992806','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9751,'254721992263','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9752,'254721991494','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9753,'254721990756','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9754,'254721989729','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9755,'254721988093','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9756,'254721987189','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9757,'254721986343','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9758,'254721986044','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9759,'254721983729','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9760,'254721982950','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9761,'254721982636','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9762,'254721981854','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9763,'254721980320','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9764,'254721979921','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9765,'254721978999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9766,'254721978949','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9767,'254721978446','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9768,'254721976398','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9769,'254721974221','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9770,'254721974010','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9771,'254721973062','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9772,'254721972522','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9773,'254721971880','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9774,'254721969742','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9775,'254721969140','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9776,'254721967672','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9777,'254721966688','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9778,'254721966371','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9779,'254721965658','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9780,'254721965300','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9781,'254721963685','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9782,'254721963156','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9783,'254721962673','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9784,'254721962351','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9785,'254721960338','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9786,'254721959339','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9787,'254721958842','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9788,'254721958350','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9789,'254721958031','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9790,'254721955977','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9791,'254721954727','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9792,'254721954217','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9793,'254721950985','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9794,'254721947591','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9795,'254721947318','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9796,'254721947168','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9797,'254721947006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9798,'254721946870','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9799,'254721944127','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9800,'254721943893','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9801,'254721943652','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9802,'254721942182','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9803,'254721941943','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9804,'254721937665','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9805,'254721937126','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9806,'254721937038','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9807,'254721935704','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9808,'254721934038','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9809,'254721933086','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9810,'254721932514','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9811,'254721930763','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9812,'254721930307','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9813,'254721929803','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9814,'254721929274','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9815,'254721928966','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9816,'254721927274','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9817,'254721926360','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9818,'254721925580','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9819,'254721925032','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9820,'254721921846','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9821,'254721921670','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9822,'254721920862','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9823,'254721920109','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9824,'254721917541','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9825,'254721917005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9826,'254721916568','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9827,'254721915242','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9828,'254721914835','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9829,'254721914389','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9830,'254721911122','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9831,'254721910739','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9832,'254721910015','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9833,'254721909487','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9834,'254721909469','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9835,'254721908182','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9836,'254721906672','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9837,'254721904833','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9838,'254721903158','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9839,'254721902674','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9840,'254721900363','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9841,'254721900118','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9842,'254721900005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9843,'254721899790','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9844,'254721897243','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9845,'254721897063','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9846,'254721896645','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9847,'254721896102','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9848,'254721895221','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9849,'254721895110','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9850,'254721892052','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9851,'254721891376','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9852,'254721889752','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9853,'254721888870','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9854,'254721888208','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9855,'254721887818','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9856,'254721887592','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9857,'254721887037','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9858,'254721887006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9859,'254721886953','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9860,'254721885352','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9861,'254721884774','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9862,'254721882067','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9863,'254721881793','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9864,'254721881488','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9865,'254721881377','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9866,'254721881166','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9867,'254721881148','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9868,'254721880716','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9869,'254721879898','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9870,'254721878676','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9871,'254721878329','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9872,'254721873683','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9873,'254721873042','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9874,'254721872981','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9875,'254721872000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9876,'254721871658','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9877,'254721870816','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9878,'254721870690','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9879,'254721869639','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9880,'254721869572','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9881,'254721869471','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9882,'254721868971','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9883,'254721868964','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9884,'254721868936','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9885,'254721868071','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9886,'254721867611','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9887,'254721866681','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9888,'254721866428','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9889,'254721866245','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9890,'254721865952','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9891,'254721864169','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9892,'254721863523','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9893,'254721863235','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9894,'254721862603','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9895,'254721862441','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9896,'254721861619','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9897,'254721860547','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9898,'254721859560','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9899,'254721858269','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9900,'254721857831','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9901,'254721857415','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9902,'254721857112','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9903,'254721854755','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9904,'254721854604','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9905,'254721854447','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9906,'254721853837','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9907,'254721853256','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9908,'254721852479','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9909,'254721846646','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9910,'254721846267','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9911,'254721846169','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9912,'254721845728','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9913,'254721845621','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9914,'254721845613','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9915,'254721845577','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9916,'254721844008','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9917,'254721843869','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9918,'254721843034','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9919,'254721842899','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9920,'254721842010','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9921,'254721841917','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9922,'254721837615','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9923,'254721837019','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9924,'254721836707','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9925,'254721836702','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9926,'254721834256','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9927,'254721831261','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9928,'254721829717','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9929,'254721825914','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9930,'254721824610','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9931,'254721822919','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9932,'254721822591','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9933,'254721821860','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9934,'254721821374','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9935,'254721821076','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9936,'254721820190','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9937,'254721819229','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9938,'254721818560','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9939,'254721818223','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9940,'254721816872','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9941,'254721816797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9942,'254721816499','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9943,'254721816403','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9944,'254721815887','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9945,'254721815675','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9946,'254721815528','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9947,'254721815148','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9948,'254721814994','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9949,'254721813999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9950,'254721812418','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9951,'254721811645','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9952,'254721810468','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9953,'254721808657','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9954,'254721806432','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9955,'254721806098','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9956,'254721804700','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9957,'254721804651','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9958,'254721804639','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9959,'254721803846','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9960,'254721803692','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9961,'254721803548','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9962,'254721802592','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9963,'254721802228','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9964,'254721801965','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9965,'254721800889','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9966,'254721799390','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9967,'254721797907','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9968,'254721796775','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9969,'254721793945','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9970,'254721792349','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9971,'254721792133','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9972,'254721790921','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9973,'254721789540','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9974,'254721787566','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9975,'254721787197','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9976,'254721787127','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9977,'254721786892','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9978,'254721783662','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9979,'254721783252','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9980,'254721782884','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9981,'254721782399','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9982,'254721780514','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9983,'254721780195','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9984,'254721779978','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9985,'254721779866','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9986,'254721779494','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9987,'254721779445','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9988,'254721778677','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9989,'254721777311','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9990,'254721776757','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9991,'254721776298','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9992,'254721774654','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9993,'254721773577','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9994,'254721771191','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9995,'254721770429','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9996,'254721765280','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9997,'254721764324','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9998,'254721762679','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(9999,'254721762535','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10000,'254721761673','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10001,'254721760842','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10002,'254721757473','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10003,'254721757075','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10004,'254721755991','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10005,'254721755986','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10006,'254721755701','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10007,'254721755327','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10008,'254721755042','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10009,'254721754282','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10010,'254721752396','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10011,'254721751199','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10012,'254721750797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10013,'254721748805','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10014,'254721748419','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10015,'254721747134','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10016,'254721745422','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10017,'254721744808','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10018,'254721744660','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10019,'254721744567','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10020,'254721743955','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10021,'254721743635','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10022,'254721742202','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10023,'254721739329','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10024,'254721739079','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10025,'254721738510','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10026,'254721738386','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10027,'254721737321','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10028,'254721737099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10029,'254721735760','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10030,'254721735369','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10031,'254721734226','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10032,'254721733950','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10033,'254721733117','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10034,'254721733090','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10035,'254721732485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10036,'254721731973','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10037,'254721730585','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10038,'254721730581','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10039,'254721730539','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10040,'254721728791','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10041,'254721728524','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10042,'254721728082','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10043,'254721727907','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10044,'254721725710','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10045,'254721724000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10046,'254721721363','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10047,'254721720162','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10048,'254721717853','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10049,'254721717722','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10050,'254721717575','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10051,'254721717550','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10052,'254721716439','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10053,'254721714157','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10054,'254721713891','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10055,'254721713504','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10056,'254721713329','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10057,'254721713148','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10058,'254721711631','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10059,'254721711498','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10060,'254721711400','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10061,'254721710873','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10062,'254721710602','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10063,'254721710484','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10064,'254721710313','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10065,'254721710242','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10066,'254721709485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10067,'254721707888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10068,'254721706504','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10069,'254721706171','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10070,'254721705636','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10071,'254721705346','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10072,'254721705222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10073,'254721704516','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10074,'254721703857','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10075,'254721702626','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10076,'254721701866','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10077,'254721700869','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10078,'254721700130','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10079,'254721700057','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10080,'254721699735','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10081,'254721697758','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10082,'254721697715','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10083,'254721697414','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10084,'254721696953','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10085,'254721696788','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10086,'254721691802','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10087,'254721690208','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10088,'254721689495','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10089,'254721689292','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10090,'254721688339','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10091,'254721688257','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10092,'254721687452','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10093,'254721686387','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10094,'254721685035','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10095,'254721684773','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10096,'254721684386','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10097,'254721683959','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10098,'254721683709','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10099,'254721683265','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10100,'254721682802','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10101,'254721681931','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10102,'254721681172','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10103,'254721680973','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10104,'254721680229','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10105,'254721680111','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10106,'254721680067','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10107,'254721678908','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10108,'254721678122','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10109,'254721677126','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10110,'254721676936','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10111,'254721676291','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10112,'254721676266','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10113,'254721675396','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10114,'254721675293','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10115,'254721675189','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10116,'254721673067','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10117,'254721671003','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10118,'254721670414','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10119,'254721670360','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10120,'254721669864','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10121,'254721669715','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10122,'254721669367','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10123,'254721668709','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10124,'254721666705','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10125,'254721665177','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10126,'254721664124','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10127,'254721663518','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10128,'254721662772','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10129,'254721662306','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10130,'254721662080','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10131,'254721661936','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10132,'254721661501','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10133,'254721659949','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10134,'254721659668','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10135,'254721659117','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10136,'254721658139','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10137,'254721658069','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10138,'254721655705','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10139,'254721652703','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10140,'254721650554','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10141,'254721650197','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10142,'254721650003','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10143,'254721649169','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10144,'254721648494','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10145,'254721644611','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10146,'254721642587','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10147,'254721640284','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10148,'254721639807','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10149,'254721639179','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10150,'254721639164','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10151,'254721637557','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10152,'254721637096','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10153,'254721636460','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10154,'254721636344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10155,'254721635386','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10156,'254721635250','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10157,'254721634183','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10158,'254721633513','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10159,'254721633467','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10160,'254721633345','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10161,'254721632516','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10162,'254721631749','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10163,'254721629995','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10164,'254721629801','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10165,'254721629760','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10166,'254721629192','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10167,'254721628767','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10168,'254721628238','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10169,'254721628083','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10170,'254721627779','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10171,'254721626629','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10172,'254721626194','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10173,'254721623798','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10174,'254721623058','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10175,'254721622923','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10176,'254721621870','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10177,'254721621078','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10178,'254721620320','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10179,'254721620083','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10180,'254721617486','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10181,'254721617365','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10182,'254721616226','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10183,'254721615967','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10184,'254721615504','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10185,'254721615355','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10186,'254721613826','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10187,'254721613253','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10188,'254721612966','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10189,'254721610899','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10190,'254721610650','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10191,'254721609827','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10192,'254721609635','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10193,'254721608221','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10194,'254721605826','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10195,'254721604360','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10196,'254721603320','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10197,'254721602960','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10198,'254721602229','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10199,'254721601467','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10200,'254721600658','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10201,'254721600301','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10202,'254721599415','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10203,'254721599408','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10204,'254721597863','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10205,'254721597252','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10206,'254721596563','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10207,'254721595544','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10208,'254721594941','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10209,'254721594335','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10210,'254721593589','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10211,'254721588920','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10212,'254721588666','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10213,'254721587808','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10214,'254721586360','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10215,'254721586265','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10216,'254721585486','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10217,'254721585242','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10218,'254721584891','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10219,'254721584157','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10220,'254721583846','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10221,'254721583605','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10222,'254721582402','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10223,'254721580530','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10224,'254721580148','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10225,'254721580114','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10226,'254721580109','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10227,'254721578946','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10228,'254721578789','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10229,'254721578739','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10230,'254721577878','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10231,'254721577831','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10232,'254721577591','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10233,'254721577427','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10234,'254721576598','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10235,'254721576576','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10236,'254721576347','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10237,'254721576244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10238,'254721575304','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10239,'254721574156','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10240,'254721573991','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10241,'254721573602','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10242,'254721571663','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10243,'254721571463','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10244,'254721569042','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10245,'254721568672','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10246,'254721568319','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10247,'254721567685','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10248,'254721566877','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10249,'254721566616','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10250,'254721566168','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10251,'254721564977','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10252,'254721564686','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10253,'254721563381','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10254,'254721562973','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10255,'254721562322','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10256,'254721561915','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10257,'254721561699','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10258,'254721559700','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10259,'254721558433','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10260,'254721557353','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10261,'254721557042','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10262,'254721555900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10263,'254721554954','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10264,'254721554870','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10265,'254721554457','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10266,'254721553103','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10267,'254721552820','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10268,'254721552330','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10269,'254721551632','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10270,'254721550792','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10271,'254721550170','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10272,'254721549940','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10273,'254721549465','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10274,'254721549220','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10275,'254721548378','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10276,'254721547845','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10277,'254721546909','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10278,'254721546723','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10279,'254721546651','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10280,'254721545484','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10281,'254721545358','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10282,'254721545123','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10283,'254721544683','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10284,'254721542393','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10285,'254721542302','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10286,'254721542068','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10287,'254721540869','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10288,'254721540678','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10289,'254721539443','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10290,'254721535931','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10291,'254721535191','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10292,'254721534659','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10293,'254721534539','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10294,'254721533822','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10295,'254721532499','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10296,'254721532345','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10297,'254721531803','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10298,'254721531055','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10299,'254721530889','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10300,'254721530789','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10301,'254721530457','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10302,'254721529020','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10303,'254721528553','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10304,'254721528398','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10305,'254721528078','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10306,'254721526729','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10307,'254721525857','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10308,'254721524852','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10309,'254721523366','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10310,'254721522778','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10311,'254721522502','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10312,'254721522384','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10313,'254721521285','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10314,'254721520557','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10315,'254721520536','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10316,'254721520310','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10317,'254721519542','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10318,'254721519447','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10319,'254721519040','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10320,'254721518674','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10321,'254721518182','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10322,'254721517622','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10323,'254721515559','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10324,'254721515328','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10325,'254721515301','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10326,'254721514963','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10327,'254721514495','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10328,'254721514468','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10329,'254721513278','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10330,'254721513170','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10331,'254721512404','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10332,'254721512345','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10333,'254721510452','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10334,'254721505959','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10335,'254721505882','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10336,'254721502251','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10337,'254721501371','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10338,'254721500321','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10339,'254721499881','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10340,'254721499186','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10341,'254721498752','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10342,'254721498709','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10343,'254721498688','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10344,'254721497495','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10345,'254721497235','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10346,'254721496502','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10347,'254721495764','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10348,'254721494583','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10349,'254721494066','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10350,'254721488509','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10351,'254721486584','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10352,'254721486250','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10353,'254721483469','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10354,'254721482813','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10355,'254721482486','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10356,'254721482255','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10357,'254721481495','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10358,'254721478316','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10359,'254721477359','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10360,'254721477256','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10361,'254721476607','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10362,'254721476287','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10363,'254721473229','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10364,'254721471516','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10365,'254721470457','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10366,'254721469928','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10367,'254721469200','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10368,'254721468904','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10369,'254721466464','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10370,'254721465969','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10371,'254721465932','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10372,'254721461230','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10373,'254721461131','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10374,'254721460346','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10375,'254721460233','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10376,'254721459890','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10377,'254721458333','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10378,'254721458094','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10379,'254721454226','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10380,'254721453218','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10381,'254721450442','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10382,'254721450208','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10383,'254721449898','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10384,'254721447721','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10385,'254721444864','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10386,'254721444580','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10387,'254721444443','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10388,'254721443901','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10389,'254721443832','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10390,'254721443825','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10391,'254721443646','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10392,'254721441532','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10393,'254721440900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10394,'254721440714','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10395,'254721440663','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10396,'254721440324','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10397,'254721438758','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10398,'254721438719','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10399,'254721434797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10400,'254721434630','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10401,'254721434132','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10402,'254721433326','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10403,'254721432387','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10404,'254721430373','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10405,'254721429742','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10406,'254721427763','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10407,'254721426665','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10408,'254721422831','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10409,'254721422620','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10410,'254721421825','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10411,'254721421057','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10412,'254721419485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10413,'254721419396','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10414,'254721419310','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10415,'254721417723','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10416,'254721414582','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10417,'254721414514','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10418,'254721414505','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10419,'254721414471','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10420,'254721414016','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10421,'254721413480','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10422,'254721412981','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10423,'254721412264','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10424,'254721411469','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10425,'254721411424','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10426,'254721410494','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10427,'254721409856','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10428,'254721409516','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10429,'254721408808','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10430,'254721407107','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10431,'254721402701','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10432,'254721402538','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10433,'254721401976','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10434,'254721401836','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10435,'254721401319','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10436,'254721399940','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10437,'254721398982','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10438,'254721396629','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10439,'254721396569','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10440,'254721396405','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10441,'254721395380','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10442,'254721392764','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10443,'254721392639','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10444,'254721390711','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10445,'254721390696','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''); INSERT INTO `sms` VALUES (10446,'254721389955','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10447,'254721389194','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10448,'254721388669','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10449,'254721386677','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10450,'254721385195','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10451,'254721383123','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10452,'254721383096','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10453,'254721382660','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10454,'254721382526','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10455,'254721380923','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10456,'254721380546','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10457,'254721380438','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10458,'254721377036','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10459,'254721375621','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10460,'254721375550','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10461,'254721373871','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10462,'254721373718','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10463,'254721373447','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10464,'254721371851','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10465,'254721370872','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10466,'254721369925','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10467,'254721369289','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10468,'254721369151','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10469,'254721369057','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10470,'254721368679','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10471,'254721368558','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10472,'254721367495','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10473,'254721366175','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10474,'254721365599','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10475,'254721364388','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10476,'254721364045','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10477,'254721361229','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10478,'254721360474','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10479,'254721360411','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10480,'254721359461','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10481,'254721355142','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10482,'254721355118','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10483,'254721354438','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10484,'254721354079','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10485,'254721353024','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10486,'254721352824','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10487,'254721352668','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10488,'254721352328','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10489,'254721351804','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10490,'254721351744','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10491,'254721351135','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10492,'254721350659','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10493,'254721350397','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10494,'254721349476','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10495,'254721349073','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10496,'254721347561','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10497,'254721347204','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10498,'254721342993','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10499,'254721342650','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10500,'254721341727','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10501,'254721341021','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10502,'254721340835','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10503,'254721340800','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10504,'254721339652','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10505,'254721339358','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10506,'254721336225','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10507,'254721335926','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10508,'254721335208','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10509,'254721335152','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10510,'254721334412','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10511,'254721334242','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10512,'254721333492','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10513,'254721333337','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10514,'254721332662','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10515,'254721332412','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10516,'254721331961','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10517,'254721331925','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10518,'254721331921','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10519,'254721331453','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10520,'254721330559','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10521,'254721328507','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10522,'254721327463','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10523,'254721326948','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10524,'254721326816','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10525,'254721326398','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10526,'254721325987','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10527,'254721324727','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10528,'254721324255','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10529,'254721323132','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10530,'254721322815','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10531,'254721321663','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10532,'254721321267','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10533,'254721320794','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10534,'254721320344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10535,'254721319860','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10536,'254721319061','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10537,'254721317755','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10538,'254721317273','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10539,'254721316937','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10540,'254721314476','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10541,'254721314242','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10542,'254721313921','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10543,'254721312925','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10544,'254721311703','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10545,'254721311444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10546,'254721310982','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10547,'254721310506','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10548,'254721309887','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10549,'254721309712','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10550,'254721309344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10551,'254721308370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10552,'254721307683','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10553,'254721307353','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10554,'254721306807','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10555,'254721306342','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10556,'254721303711','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10557,'254721302640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10558,'254721301299','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10559,'254721300210','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10560,'254721298665','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10561,'254721297921','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10562,'254721297492','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10563,'254721296612','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10564,'254721295132','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10565,'254721293965','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10566,'254721293336','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10567,'254721292965','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10568,'254721292936','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10569,'254721292766','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10570,'254721292724','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10571,'254721291723','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10572,'254721291639','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10573,'254721290925','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10574,'254721290501','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10575,'254721287472','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10576,'254721286228','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10577,'254721286205','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10578,'254721284956','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10579,'254721284626','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10580,'254721284616','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10581,'254721283931','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10582,'254721283238','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10583,'254721283021','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10584,'254721282334','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10585,'254721282327','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10586,'254721282238','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10587,'254721282084','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10588,'254721279883','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10589,'254721279453','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10590,'254721279083','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10591,'254721278976','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10592,'254721277837','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10593,'254721277278','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10594,'254721276188','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10595,'254721274926','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10596,'254721271104','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10597,'254721270151','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10598,'254721269587','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10599,'254721268880','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10600,'254721267974','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10601,'254721267509','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10602,'254721267476','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10603,'254721266745','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10604,'254721266695','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10605,'254721266493','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10606,'254721264835','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10607,'254721264230','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10608,'254721263829','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10609,'254721261527','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10610,'254721261236','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10611,'254721260433','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10612,'254721260257','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10613,'254721259331','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10614,'254721258982','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10615,'254721258144','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10616,'254721258097','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10617,'254721257821','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10618,'254721257733','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10619,'254721256901','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10620,'254721256460','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10621,'254721256244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10622,'254721256187','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10623,'254721255950','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10624,'254721255947','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10625,'254721253937','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10626,'254721251772','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10627,'254721250579','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10628,'254721249868','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10629,'254721248914','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10630,'254721248878','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10631,'254721248867','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10632,'254721247454','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10633,'254721245564','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10634,'254721244872','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10635,'254721243060','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10636,'254721242076','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10637,'254721241484','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10638,'254721241356','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10639,'254721241315','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10640,'254721241246','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10641,'254721240558','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10642,'254721240024','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10643,'254721238645','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10644,'254721237848','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10645,'254721236868','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10646,'254721236583','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10647,'254721236482','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10648,'254721236424','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10649,'254721235729','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10650,'254721235655','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10651,'254721234380','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10652,'254721231722','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10653,'254721230008','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10654,'254721228503','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10655,'254721228356','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10656,'254721227619','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10657,'254721226345','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10658,'254721224651','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10659,'254721222995','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10660,'254721222696','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10661,'254721222585','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10662,'254721221800','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10663,'254721219910','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10664,'254721219143','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10665,'254721216604','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10666,'254721216366','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10667,'254721215107','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10668,'254721213678','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10669,'254721212321','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10670,'254721211506','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10671,'254721211372','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10672,'254721210026','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10673,'254721209827','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10674,'254721207271','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10675,'254721207050','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10676,'254721206543','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10677,'254721206286','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10678,'254721203423','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10679,'254721202782','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10680,'254721202369','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10681,'254721202182','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10682,'254721202099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10683,'254721200587','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10684,'254721179551','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10685,'254721179112','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10686,'254721175602','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10687,'254721175401','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10688,'254721173454','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10689,'254721171768','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10690,'254721169687','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10691,'254721169441','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10692,'254721167395','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10693,'254721163335','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10694,'254721160693','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10695,'254721159252','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10696,'254721158585','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10697,'254721158141','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10698,'254721156613','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10699,'254721156564','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10700,'254721154876','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10701,'254721153105','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10702,'254721151790','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10703,'254721150823','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10704,'254721150018','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10705,'254721146888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10706,'254721146648','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10707,'254721146268','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10708,'254721145472','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10709,'254721145392','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10710,'254721143164','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10711,'254721140771','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10712,'254721138581','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10713,'254721136876','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10714,'254721136697','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10715,'254721136119','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10716,'254721135228','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10717,'254721134635','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10718,'254721133253','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10719,'254721132244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10720,'254721131951','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10721,'254721131908','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10722,'254721128889','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10723,'254721128151','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10724,'254721127911','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10725,'254721126856','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10726,'254721123623','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10727,'254721123244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10728,'254721118894','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10729,'254721117576','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10730,'254721110594','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10731,'254721106370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10732,'254721105069','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10733,'254721103091','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10734,'254721102745','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10735,'254721100820','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10736,'254720999557','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10737,'254720999021','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10738,'254720998686','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10739,'254720997335','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10740,'254720997248','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10741,'254720995201','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10742,'254720995155','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10743,'254720991721','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10744,'254720990115','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10745,'254720988362','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10746,'254720985130','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10747,'254720981992','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10748,'254720981386','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10749,'254720980146','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10750,'254720980104','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10751,'254720979599','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10752,'254720979324','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10753,'254720978631','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10754,'254720976200','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10755,'254720975619','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10756,'254720975498','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10757,'254720974594','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10758,'254720972223','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10759,'254720970323','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10760,'254720969293','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10761,'254720968020','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10762,'254720967979','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10763,'254720967297','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10764,'254720966840','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10765,'254720964122','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10766,'254720962291','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10767,'254720960286','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10768,'254720959442','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10769,'254720957351','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10770,'254720956513','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10771,'254720956322','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10772,'254720954631','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10773,'254720953226','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10774,'254720951363','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10775,'254720949100','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10776,'254720947924','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10777,'254720946738','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10778,'254720945768','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10779,'254720945368','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10780,'254720944065','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10781,'254720943750','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10782,'254720943454','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10783,'254720943449','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10784,'254720943009','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10785,'254720942029','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10786,'254720941945','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10787,'254720941707','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10788,'254720941144','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10789,'254720940822','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10790,'254720939895','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10791,'254720939609','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10792,'254720939548','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10793,'254720939331','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10794,'254720938497','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10795,'254720938483','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10796,'254720938361','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10797,'254720938269','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10798,'254720938209','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10799,'254720937954','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10800,'254720935686','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10801,'254720935572','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10802,'254720935493','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10803,'254720934292','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10804,'254720931793','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10805,'254720930417','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10806,'254720929141','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10807,'254720927953','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10808,'254720927238','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10809,'254720927058','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10810,'254720925882','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10811,'254720925746','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10812,'254720925579','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10813,'254720925016','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10814,'254720924870','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10815,'254720924618','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10816,'254720923933','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10817,'254720922886','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10818,'254720922627','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10819,'254720919631','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10820,'254720919077','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10821,'254720918943','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10822,'254720913809','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10823,'254720910439','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10824,'254720910173','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10825,'254720908866','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10826,'254720905646','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10827,'254720904442','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10828,'254720903235','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10829,'254720902720','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10830,'254720902069','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10831,'254720901932','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10832,'254720901721','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10833,'254720900720','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10834,'254720899815','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10835,'254720899291','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10836,'254720898441','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10837,'254720897547','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10838,'254720895802','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10839,'254720891233','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10840,'254720891144','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10841,'254720889558','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10842,'254720888150','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10843,'254720886535','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10844,'254720886514','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10845,'254720884567','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10846,'254720884309','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10847,'254720883453','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10848,'254720881993','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10849,'254720880889','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10850,'254720878485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10851,'254720876916','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10852,'254720874790','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10853,'254720873434','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10854,'254720869408','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10855,'254720869143','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10856,'254720869132','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10857,'254720868272','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10858,'254720867683','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10859,'254720867471','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10860,'254720867340','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10861,'254720866884','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10862,'254720861034','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10863,'254720859885','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10864,'254720858085','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10865,'254720857925','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10866,'254720856970','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10867,'254720854064','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10868,'254720852931','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10869,'254720852374','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10870,'254720852277','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10871,'254720852195','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10872,'254720850451','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10873,'254720850333','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10874,'254720848848','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10875,'254720848715','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10876,'254720848440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10877,'254720848008','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10878,'254720847874','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10879,'254720847430','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10880,'254720846865','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10881,'254720845627','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10882,'254720845619','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10883,'254720845601','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10884,'254720845599','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10885,'254720844423','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10886,'254720844155','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10887,'254720844010','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10888,'254720843413','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10889,'254720843180','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10890,'254720842949','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10891,'254720842415','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10892,'254720842254','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10893,'254720842178','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10894,'254720841663','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10895,'254720840725','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10896,'254720840694','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10897,'254720840013','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10898,'254720838022','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10899,'254720837365','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10900,'254720836413','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10901,'254720835299','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10902,'254720832072','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10903,'254720831242','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10904,'254720831043','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10905,'254720830923','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10906,'254720830626','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10907,'254720828798','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10908,'254720828474','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10909,'254720828233','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10910,'254720828186','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10911,'254720827423','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10912,'254720826055','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10913,'254720824523','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10914,'254720823819','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10915,'254720823789','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10916,'254720823525','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10917,'254720822624','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10918,'254720821085','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10919,'254720820485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10920,'254720820146','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10921,'254720820029','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10922,'254720818931','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10923,'254720818277','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10924,'254720818144','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10925,'254720817733','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10926,'254720813165','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10927,'254720812193','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10928,'254720811454','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10929,'254720810683','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10930,'254720810636','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10931,'254720810165','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10932,'254720807980','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10933,'254720807961','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10934,'254720806581','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10935,'254720805835','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10936,'254720804647','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10937,'254720798961','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10938,'254720797907','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10939,'254720797524','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10940,'254720794271','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10941,'254720791278','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10942,'254720790853','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10943,'254720788266','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10944,'254720787480','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10945,'254720787370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10946,'254720785983','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10947,'254720785577','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10948,'254720785048','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10949,'254720784693','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10950,'254720784235','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10951,'254720784153','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10952,'254720784031','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10953,'254720783914','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10954,'254720781244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10955,'254720780901','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10956,'254720780595','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10957,'254720780370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10958,'254720779301','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10959,'254720777669','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10960,'254720777452','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10961,'254720774086','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10962,'254720773995','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10963,'254720768406','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10964,'254720767637','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10965,'254720767190','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10966,'254720766468','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10967,'254720763131','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10968,'254720760530','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10969,'254720759184','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10970,'254720758110','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10971,'254720758104','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10972,'254720756348','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10973,'254720756080','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10974,'254720755990','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10975,'254720754288','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10976,'254720753528','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10977,'254720752611','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10978,'254720752429','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10979,'254720752183','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10980,'254720751938','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10981,'254720745965','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10982,'254720745503','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10983,'254720743427','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10984,'254720742040','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10985,'254720741449','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10986,'254720740547','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10987,'254720738098','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10988,'254720737190','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10989,'254720736661','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10990,'254720734110','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10991,'254720733828','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10992,'254720733492','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10993,'254720730733','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10994,'254720730035','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10995,'254720728859','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10996,'254720726149','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10997,'254720722753','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10998,'254720722271','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(10999,'254720721228','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11000,'254720719028','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11001,'254720718533','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11002,'254720718371','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11003,'254720717041','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11004,'254720717006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11005,'254720716922','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11006,'254720716631','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11007,'254720716487','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11008,'254720716039','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11009,'254720715711','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11010,'254720714239','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11011,'254720713800','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11012,'254720710752','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11013,'254720709606','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11014,'254720708588','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11015,'254720707617','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11016,'254720706420','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11017,'254720705215','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11018,'254720705070','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11019,'254720704915','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11020,'254720704719','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11021,'254720704265','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11022,'254720703556','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11023,'254720703406','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11024,'254720702117','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11025,'254720701819','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11026,'254720699421','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11027,'254720698123','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11028,'254720697824','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11029,'254720697814','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11030,'254720697696','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11031,'254720696320','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11032,'254720689129','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11033,'254720688693','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11034,'254720688084','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11035,'254720681106','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11036,'254720678696','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11037,'254720675878','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11038,'254720675781','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11039,'254720675161','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11040,'254720673970','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11041,'254720669155','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11042,'254720668037','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11043,'254720666665','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11044,'254720666635','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11045,'254720666102','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11046,'254720665353','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11047,'254720665052','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11048,'254720664365','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11049,'254720663809','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11050,'254720663769','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11051,'254720661210','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11052,'254720660928','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11053,'254720660503','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11054,'254720659921','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11055,'254720659229','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11056,'254720659193','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11057,'254720659130','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11058,'254720657872','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11059,'254720655697','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11060,'254720652255','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11061,'254720652044','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11062,'254720651989','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11063,'254720649189','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11064,'254720643813','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11065,'254720643613','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11066,'254720643264','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11067,'254720640464','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11068,'254720630285','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11069,'254720629603','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11070,'254720626938','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11071,'254720626907','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11072,'254720623620','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11073,'254720620017','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11074,'254720619169','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11075,'254720617944','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11076,'254720617416','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11077,'254720615747','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11078,'254720615183','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11079,'254720614355','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11080,'254720614319','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11081,'254720613597','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11082,'254720613561','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11083,'254720612582','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11084,'254720611946','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11085,'254720611442','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11086,'254720611256','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11087,'254720609094','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11088,'254720608141','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11089,'254720606978','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11090,'254720606880','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11091,'254720606123','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11092,'254720601788','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11093,'254720597870','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11094,'254720597125','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11095,'254720596160','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11096,'254720596083','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11097,'254720595274','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11098,'254720589516','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11099,'254720588910','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11100,'254720588016','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11101,'254720587555','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11102,'254720582989','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11103,'254720582512','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11104,'254720582155','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11105,'254720581908','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11106,'254720580644','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11107,'254720580577','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11108,'254720578984','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11109,'254720576696','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11110,'254720576676','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11111,'254720575846','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11112,'254720575051','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11113,'254720574935','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11114,'254720574699','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11115,'254720574653','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11116,'254720573643','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11117,'254720573229','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11118,'254720570860','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11119,'254720570634','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11120,'254720570265','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11121,'254720569992','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11122,'254720569504','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11123,'254720568846','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11124,'254720566836','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11125,'254720566356','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11126,'254720565637','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11127,'254720564170','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11128,'254720564073','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11129,'254720555636','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11130,'254720553852','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11131,'254720544551','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11132,'254720544171','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11133,'254720543954','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11134,'254720543416','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11135,'254720542903','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11136,'254720542294','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11137,'254720540462','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11138,'254720538686','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11139,'254720537728','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11140,'254720537097','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11141,'254720533847','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11142,'254720533576','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11143,'254720533004','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11144,'254720532128','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11145,'254720531253','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11146,'254720531144','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11147,'254720530335','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11148,'254720526566','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11149,'254720526092','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11150,'254720523278','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11151,'254720521390','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11152,'254720521339','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11153,'254720519848','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11154,'254720518993','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11155,'254720514139','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11156,'254720512815','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11157,'254720512711','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11158,'254720511354','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11159,'254720508266','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11160,'254720504267','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11161,'254720504149','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11162,'254720502697','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11163,'254720500675','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11164,'254720499345','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11165,'254720499021','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11166,'254720498693','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11167,'254720496800','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11168,'254720496441','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11169,'254720496105','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11170,'254720495702','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11171,'254720493249','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11172,'254720491270','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11173,'254720491237','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11174,'254720491020','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11175,'254720487623','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11176,'254720487462','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11177,'254720484794','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11178,'254720484260','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11179,'254720484127','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11180,'254720481202','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11181,'254720479294','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11182,'254720479022','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11183,'254720478464','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11184,'254720477760','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11185,'254720477064','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11186,'254720474531','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11187,'254720474362','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11188,'254720473934','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11189,'254720470479','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11190,'254720469193','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11191,'254720468108','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11192,'254720466189','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11193,'254720465948','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11194,'254720465851','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11195,'254720465804','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11196,'254720465538','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11197,'254720463928','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11198,'254720463846','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11199,'254720463200','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11200,'254720462275','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11201,'254720462163','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11202,'254720461627','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11203,'254720459771','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11204,'254720458279','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11205,'254720457726','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11206,'254720455406','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11207,'254720454729','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11208,'254720454345','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11209,'254720452267','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11210,'254720450099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11211,'254720449947','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11212,'254720449613','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11213,'254720449595','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11214,'254720447755','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11215,'254720445698','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11216,'254720445636','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11217,'254720445375','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11218,'254720443791','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11219,'254720442456','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11220,'254720440023','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11221,'254720434551','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11222,'254720434196','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11223,'254720433995','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11224,'254720430590','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11225,'254720429901','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11226,'254720429817','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11227,'254720426977','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11228,'254720426189','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11229,'254720425074','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11230,'254720424130','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11231,'254720423230','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11232,'254720422780','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11233,'254720421722','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11234,'254720421157','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11235,'254720420926','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11236,'254720418450','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11237,'254720418260','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11238,'254720416364','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11239,'254720415143','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11240,'254720414664','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11241,'254720414568','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11242,'254720413907','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11243,'254720413618','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11244,'254720412164','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11245,'254720409594','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11246,'254720408661','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11247,'254720407572','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11248,'254720406244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11249,'254720406007','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11250,'254720404621','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11251,'254720403222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11252,'254720402710','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11253,'254720400330','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11254,'254720398360','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11255,'254720398089','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11256,'254720397355','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11257,'254720396784','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11258,'254720396335','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11259,'254720395706','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11260,'254720391718','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11261,'254720391639','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11262,'254720391255','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11263,'254720389532','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11264,'254720389334','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11265,'254720386386','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11266,'254720386278','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11267,'254720384428','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11268,'254720383370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11269,'254720382886','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11270,'254720380374','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11271,'254720379811','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11272,'254720378116','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11273,'254720377796','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11274,'254720374740','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11275,'254720374624','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11276,'254720373037','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11277,'254720371011','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11278,'254720367750','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11279,'254720362775','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11280,'254720360336','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11281,'254720359177','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11282,'254720359041','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11283,'254720355951','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11284,'254720355926','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11285,'254720352617','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11286,'254720350759','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11287,'254720349339','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11288,'254720348900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11289,'254720348099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11290,'254720343238','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11291,'254720342240','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11292,'254720341352','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11293,'254720340239','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11294,'254720338745','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11295,'254720337461','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11296,'254720335776','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11297,'254720335684','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11298,'254720335434','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11299,'254720330475','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11300,'254720330266','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11301,'254720328539','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11302,'254720327978','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11303,'254720327418','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11304,'254720326150','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11305,'254720326097','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11306,'254720325674','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11307,'254720325114','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11308,'254720323333','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11309,'254720322898','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11310,'254720322551','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11311,'254720322522','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11312,'254720322264','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11313,'254720321207','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11314,'254720320858','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11315,'254720320562','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11316,'254720320555','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11317,'254720320296','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11318,'254720318675','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11319,'254720318488','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11320,'254720318021','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11321,'254720316141','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11322,'254720314995','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11323,'254720314330','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11324,'254720312781','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11325,'254720312328','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11326,'254720312240','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11327,'254720311347','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11328,'254720310021','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11329,'254720309404','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11330,'254720307997','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11331,'254720307951','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11332,'254720305483','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11333,'254720303069','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11334,'254720302585','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11335,'254720300998','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11336,'254720300385','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11337,'254720299553','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11338,'254720298344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11339,'254720294371','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11340,'254720292780','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11341,'254720292336','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11342,'254720291947','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11343,'254720291493','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11344,'254720289882','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11345,'254720288678','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11346,'254720285946','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11347,'254720284508','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11348,'254720284456','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11349,'254720284291','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11350,'254720284153','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11351,'254720283775','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11352,'254720283621','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11353,'254720277408','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11354,'254720268528','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11355,'254720268336','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11356,'254720267975','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11357,'254720267797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11358,'254720267516','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11359,'254720266384','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11360,'254720264751','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11361,'254720264558','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11362,'254720263341','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11363,'254720261177','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11364,'254720260590','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11365,'254720259157','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11366,'254720256410','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11367,'254720253645','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11368,'254720253189','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11369,'254720252612','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11370,'254720252153','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11371,'254720251730','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11372,'254720251480','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11373,'254720250520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11374,'254720249249','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11375,'254720248034','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11376,'254720248026','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11377,'254720246901','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11378,'254720246075','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11379,'254720243842','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11380,'254720243595','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11381,'254720239797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11382,'254720239719','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11383,'254720238658','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11384,'254720236825','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11385,'254720234176','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11386,'254720233675','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11387,'254720231225','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11388,'254720230140','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11389,'254720229974','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11390,'254720229848','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11391,'254720227974','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11392,'254720226708','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11393,'254720224321','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11394,'254720223575','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11395,'254720220583','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11396,'254720219900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11397,'254720218775','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11398,'254720218234','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11399,'254720217837','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11400,'254720217630','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11401,'254720215817','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11402,'254720215005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11403,'254720214448','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11404,'254720212073','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11405,'254720210389','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11406,'254720210006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11407,'254720209022','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11408,'254720208632','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11409,'254720206674','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11410,'254720205998','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11411,'254720201475','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11412,'254720200875','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11413,'254720179082','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11414,'254720177280','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11415,'254720175322','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11416,'254720171279','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11417,'254720170807','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11418,'254720170151','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11419,'254720167252','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11420,'254720164393','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11421,'254720159712','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11422,'254720159595','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11423,'254720157065','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11424,'254720152870','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11425,'254720149254','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11426,'254720149170','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11427,'254720148142','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11428,'254720147650','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11429,'254720145172','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11430,'254720143999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11431,'254720143712','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11432,'254720143051','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11433,'254720139463','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11434,'254720138129','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11435,'254720136900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11436,'254720135801','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11437,'254720135547','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11438,'254720135150','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11439,'254720134487','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11440,'254720133918','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11441,'254720133157','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11442,'254720132810','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11443,'254720132574','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11444,'254720130762','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11445,'254720130579','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11446,'254720129491','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11447,'254720125165','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11448,'254720120630','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11449,'254720115551','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11450,'254720112604','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11451,'254720112027','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11452,'254720111999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11453,'254720111869','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11454,'254720110786','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11455,'254720107653','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11456,'254720107139','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11457,'254720107077','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11458,'254720101861','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11459,'254720100867','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11460,'254720099936','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11461,'254720099714','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11462,'254720096655','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11463,'254720095082','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11464,'254720093638','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11465,'254720093277','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11466,'254720086689','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11467,'254720083967','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11468,'254720082574','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11469,'254720082440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11470,'254720080004','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11471,'254720078928','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11472,'254720078867','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11473,'254720078677','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11474,'254720076930','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11475,'254720076636','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11476,'254720076212','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11477,'254720075939','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11478,'254720071149','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11479,'254720070228','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11480,'254720070136','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11481,'254720069822','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11482,'254720068889','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11483,'254720068297','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11484,'254720068012','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11485,'254720066374','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11486,'254720063073','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11487,'254720060431','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11488,'254720056311','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11489,'254720051224','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11490,'254720050211','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11491,'254720048675','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11492,'254720047820','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11493,'254720046121','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11494,'254720041702','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11495,'254720040189','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11496,'254720037793','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11497,'254720035720','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11498,'254720033688','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11499,'254720032117','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11500,'254720031010','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11501,'254720029036','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11502,'254720027606','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11503,'254720026029','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11504,'254720025455','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11505,'254720020672','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11506,'254720020202','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11507,'254720016150','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11508,'254720014951','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11509,'254720011178','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11510,'254720010539','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11511,'254720010397','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11512,'254720010286','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11513,'254720009730','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11514,'254720009719','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11515,'254720009158','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11516,'254720007678','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11517,'254720007125','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11518,'254720005519','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11519,'254720002562','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11520,'254720001256','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11521,'254720000211','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11522,'254719896712','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11523,'254719891856','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11524,'254719890520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11525,'254719881088','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11526,'254719878789','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11527,'254719875546','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11528,'254719864297','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11529,'254719861563','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11530,'254719859180','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11531,'254719852271','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11532,'254719840228','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11533,'254719839097','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11534,'254719836151','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11535,'254719829932','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11536,'254719820564','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11537,'254719816825','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11538,'254719816088','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11539,'254719807560','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11540,'254719803533','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11541,'254719803515','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11542,'254719801097','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11543,'254719800008','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11544,'254719794349','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11545,'254719789285','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11546,'254719780718','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11547,'254719772320','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11548,'254719770136','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11549,'254719768829','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11550,'254719768647','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11551,'254719767949','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11552,'254719767118','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11553,'254719763898','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11554,'254719761833','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11555,'254719755185','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11556,'254719751088','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11557,'254719747748','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11558,'254719739123','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11559,'254719738382','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11560,'254719712879','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11561,'254719712110','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11562,'254719696958','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11563,'254719693335','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11564,'254719692746','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11565,'254719688617','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11566,'254719688079','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11567,'254719687824','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11568,'254719686390','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11569,'254719678460','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11570,'254719669395','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11571,'254719660577','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11572,'254719655533','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11573,'254719648122','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11574,'254719644002','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11575,'254719638353','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11576,'254719637601','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11577,'254719632924','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11578,'254719622861','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11579,'254719619750','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11580,'254719615811','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11581,'254719615743','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11582,'254719609559','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11583,'254719608842','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11584,'254719607755','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11585,'254719606104','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11586,'254719602760','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11587,'254719594753','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11588,'254719583813','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11589,'254719575158','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11590,'254719570086','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11591,'254719564851','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11592,'254719563084','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11593,'254719560447','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11594,'254719558152','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11595,'254719553546','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11596,'254719547629','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11597,'254719542485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11598,'254719541689','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11599,'254719531721','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11600,'254719529848','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11601,'254719524009','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11602,'254719520820','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11603,'254719518777','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11604,'254719516240','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11605,'254719511864','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11606,'254719510414','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11607,'254719509632','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11608,'254719508832','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11609,'254719508743','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11610,'254719506770','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11611,'254719498019','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11612,'254719497915','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11613,'254719483323','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11614,'254719477106','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11615,'254719472303','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11616,'254719467926','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11617,'254719452333','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11618,'254719451842','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11619,'254719450595','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11620,'254719450446','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11621,'254719443339','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11622,'254719435219','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11623,'254719428961','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11624,'254719427628','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11625,'254719421500','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11626,'254719420293','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11627,'254719420218','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11628,'254719419660','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11629,'254719417784','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11630,'254719412770','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11631,'254719412194','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11632,'254719411774','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11633,'254719409486','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11634,'254719408683','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11635,'254719408244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11636,'254719403162','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11637,'254719402157','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11638,'254719401405','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11639,'254719396957','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11640,'254719396530','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11641,'254719393444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11642,'254719382225','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11643,'254719378800','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11644,'254719357087','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11645,'254719355926','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11646,'254719355445','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11647,'254719354381','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11648,'254719350515','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11649,'254719346440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11650,'254719334501','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11651,'254719334199','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11652,'254719327896','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11653,'254719321100','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11654,'254719314364','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11655,'254719314061','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11656,'254719311116','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11657,'254719310249','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11658,'254719306273','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11659,'254719304976','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11660,'254719304657','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11661,'254719302253','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11662,'254719300290','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11663,'254719294877','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11664,'254719290640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11665,'254719282007','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11666,'254719276929','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11667,'254719268686','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11668,'254719266350','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11669,'254719260833','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11670,'254719257821','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11671,'254719257007','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11672,'254719254150','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11673,'254719250642','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11674,'254719244706','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11675,'254719242729','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11676,'254719228782','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11677,'254719221751','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11678,'254719219063','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11679,'254719217001','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11680,'254719216315','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11681,'254719212557','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11682,'254719211962','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11683,'254719209224','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11684,'254719205320','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11685,'254719198195','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11686,'254719197944','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11687,'254719195988','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11688,'254719190287','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11689,'254719182258','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11690,'254719175130','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11691,'254719168798','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11692,'254719166799','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11693,'254719164366','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11694,'254719160080','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11695,'254719156230','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11696,'254719155938','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11697,'254719154008','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11698,'254719150079','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11699,'254719139604','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11700,'254719137161','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11701,'254719136647','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11702,'254719135611','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11703,'254719133383','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11704,'254719120651','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11705,'254719117660','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11706,'254719110350','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11707,'254719109521','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11708,'254719104519','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11709,'254718997971','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11710,'254718993175','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11711,'254718972697','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11712,'254718967371','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11713,'254718964946','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11714,'254718959078','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11715,'254718945895','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11716,'254718944128','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11717,'254718939642','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11718,'254718938626','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11719,'254718930717','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11720,'254718924983','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11721,'254718908869','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11722,'254718908314','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11723,'254718906297','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11724,'254718904675','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11725,'254718901395','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11726,'254718900257','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11727,'254718899250','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11728,'254718897274','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11729,'254718897204','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11730,'254718895774','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11731,'254718892768','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11732,'254718887328','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11733,'254718885962','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11734,'254718885325','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11735,'254718872758','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11736,'254718866039','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11737,'254718856557','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11738,'254718850506','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11739,'254718842724','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11740,'254718831708','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11741,'254718831514','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11742,'254718820054','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11743,'254718813230','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11744,'254718811335','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11745,'254718808034','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11746,'254718806711','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11747,'254718802221','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11748,'254718794643','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11749,'254718793978','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11750,'254718791662','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11751,'254718787769','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11752,'254718782488','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11753,'254718780765','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11754,'254718772472','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11755,'254718772310','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11756,'254718771573','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11757,'254718755149','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11758,'254718744388','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11759,'254718738208','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11760,'254718731408','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11761,'254718730072','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11762,'254718722099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11763,'254718721658','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11764,'254718701560','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11765,'254718698165','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11766,'254718697603','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11767,'254718690380','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11768,'254718683852','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11769,'254718683276','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11770,'254718674487','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11771,'254718674103','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11772,'254718668620','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11773,'254718661312','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11774,'254718659907','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11775,'254718657285','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11776,'254718654324','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11777,'254718647653','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11778,'254718644742','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11779,'254718643756','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11780,'254718641663','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11781,'254718639990','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11782,'254718639986','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11783,'254718635018','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11784,'254718633855','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11785,'254718631890','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11786,'254718631747','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11787,'254718625419','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11788,'254718609698','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11789,'254718609445','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11790,'254718608024','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11791,'254718607008','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11792,'254718605065','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11793,'254718594198','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11794,'254718592646','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11795,'254718589092','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11796,'254718580646','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11797,'254718578749','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11798,'254718569266','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11799,'254718566477','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11800,'254718564594','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11801,'254718563935','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11802,'254718561554','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11803,'254718558441','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11804,'254718556320','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11805,'254718552739','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11806,'254718545895','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11807,'254718541775','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11808,'254718540450','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11809,'254718539605','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11810,'254718536549','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11811,'254718530605','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11812,'254718528520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11813,'254718528295','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11814,'254718521896','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11815,'254718521211','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11816,'254718507535','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11817,'254718501426','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11818,'254718498150','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11819,'254718492771','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11820,'254718487760','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11821,'254718487102','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11822,'254718483941','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11823,'254718479615','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11824,'254718476208','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11825,'254718475952','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11826,'254718467083','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11827,'254718464640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11828,'254718458205','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11829,'254718446602','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11830,'254718444966','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11831,'254718443860','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11832,'254718427123','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11833,'254718414390','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11834,'254718413616','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11835,'254718410601','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11836,'254718402653','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11837,'254718396394','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11838,'254718391615','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11839,'254718391513','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11840,'254718390767','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11841,'254718381959','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11842,'254718380790','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11843,'254718375916','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11844,'254718374757','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11845,'254718373481','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11846,'254718370183','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11847,'254718366964','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11848,'254718362892','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11849,'254718354362','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11850,'254718352382','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11851,'254718350747','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11852,'254718349456','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11853,'254718345857','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11854,'254718343784','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11855,'254718334328','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11856,'254718332809','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11857,'254718332133','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11858,'254718330310','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11859,'254718329966','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11860,'254718321642','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11861,'254718306850','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11862,'254718306331','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11863,'254718305023','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11864,'254718290386','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11865,'254718278426','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11866,'254718277632','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11867,'254718271543','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11868,'254718270878','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11869,'254718267421','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11870,'254718258292','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11871,'254718257211','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11872,'254718254328','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11873,'254718247344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11874,'254718245666','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11875,'254718243535','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11876,'254718243232','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11877,'254718242850','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11878,'254718237634','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11879,'254718235889','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11880,'254718229370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11881,'254718228888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11882,'254718227656','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11883,'254718226333','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11884,'254718225942','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11885,'254718223408','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11886,'254718222011','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11887,'254718210593','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11888,'254718209711','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11889,'254718209040','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11890,'254718208589','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11891,'254718207981','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11892,'254718206992','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11893,'254718201842','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11894,'254718191789','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11895,'254718188052','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11896,'254718182845','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11897,'254718181644','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11898,'254718180425','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11899,'254718178197','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11900,'254718170290','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11901,'254718167867','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11902,'254718161656','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11903,'254718161122','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11904,'254718159079','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11905,'254718153514','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11906,'254718150173','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11907,'254718140436','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11908,'254718137513','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11909,'254718137155','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11910,'254718135566','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11911,'254718135428','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11912,'254718134271','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11913,'254718131302','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11914,'254718125198','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11915,'254718124864','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11916,'254718120953','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11917,'254718119054','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11918,'254718104114','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11919,'254718103833','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11920,'254718101874','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11921,'254718079563','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11922,'254718078391','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11923,'254718076570','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11924,'254718072956','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11925,'254718071558','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11926,'254718057231','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11927,'254718054498','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11928,'254718047463','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11929,'254718039113','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11930,'254718035751','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11931,'254718029061','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11932,'254718024966','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11933,'254718019053','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11934,'254718016992','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11935,'254718016498','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11936,'254718002702','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11937,'254717988741','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11938,'254717981751','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11939,'254717969472','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11940,'254717959769','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11941,'254717953469','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11942,'254717945276','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11943,'254717933797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11944,'254717922809','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11945,'254717919143','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11946,'254717912170','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11947,'254717906930','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11948,'254717906733','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11949,'254717899939','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11950,'254717899307','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11951,'254717897796','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11952,'254717894687','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11953,'254717893399','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11954,'254717886969','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11955,'254717884767','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11956,'254717883309','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11957,'254717873214','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11958,'254717868961','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11959,'254717861873','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11960,'254717856149','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11961,'254717855910','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11962,'254717853913','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11963,'254717841817','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11964,'254717840465','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11965,'254717832003','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11966,'254717800043','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11967,'254717795366','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11968,'254717784085','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11969,'254717781612','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11970,'254717778654','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11971,'254717775110','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11972,'254717772960','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11973,'254717766033','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11974,'254717763506','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11975,'254717761721','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11976,'254717760551','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11977,'254717760102','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11978,'254717758520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11979,'254717752670','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11980,'254717737401','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11981,'254717736469','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11982,'254717734914','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11983,'254717734715','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11984,'254717734682','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11985,'254717732964','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11986,'254717727172','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11987,'254717721230','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11988,'254717712911','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11989,'254717701088','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11990,'254717700838','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11991,'254717695684','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11992,'254717693222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11993,'254717687200','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11994,'254717678724','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11995,'254717676819','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11996,'254717672626','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11997,'254717668616','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11998,'254717667590','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(11999,'254717666012','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12000,'254717656855','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12001,'254717655851','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12002,'254717653783','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12003,'254717651508','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12004,'254717651175','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12005,'254717629522','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12006,'254717626911','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12007,'254717625495','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12008,'254717618477','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12009,'254717617281','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12010,'254717614086','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12011,'254717612022','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12012,'254717609294','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12013,'254717607585','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12014,'254717606657','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12015,'254717605809','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12016,'254717594559','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12017,'254717588623','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12018,'254717588025','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12019,'254717587988','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12020,'254717586286','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12021,'254717580090','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12022,'254717580036','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12023,'254717573833','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12024,'254717568278','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12025,'254717566297','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12026,'254717560630','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12027,'254717558212','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12028,'254717555977','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12029,'254717555020','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12030,'254717554722','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12031,'254717552520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12032,'254717550446','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12033,'254717549525','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12034,'254717546765','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12035,'254717541452','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12036,'254717538955','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12037,'254717538258','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12038,'254717537865','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12039,'254717535404','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12040,'254717533063','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12041,'254717530157','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12042,'254717529864','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12043,'254717527225','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12044,'254717527010','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12045,'254717526960','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12046,'254717526946','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12047,'254717525690','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12048,'254717524005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12049,'254717516383','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12050,'254717511877','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12051,'254717510947','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12052,'254717497740','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12053,'254717480630','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12054,'254717480483','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12055,'254717480014','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12056,'254717477482','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12057,'254717474275','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12058,'254717469929','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12059,'254717465372','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12060,'254717456520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12061,'254717455947','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12062,'254717452499','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12063,'254717451659','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12064,'254717444976','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12065,'254717444623','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12066,'254717438576','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12067,'254717433810','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12068,'254717430090','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12069,'254717421794','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12070,'254717421238','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12071,'254717415854','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12072,'254717413948','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12073,'254717409531','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12074,'254717408069','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12075,'254717402940','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12076,'254717397073','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12077,'254717392782','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12078,'254717391049','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12079,'254717388021','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12080,'254717378235','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12081,'254717362943','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12082,'254717356830','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12083,'254717356771','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12084,'254717355691','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12085,'254717353829','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12086,'254717348514','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12087,'254717333317','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12088,'254717329681','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12089,'254717329654','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12090,'254717323973','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12091,'254717320440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12092,'254717314455','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12093,'254717307507','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12094,'254717307189','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12095,'254717306501','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12096,'254717304016','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12097,'254717301319','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12098,'254717299699','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12099,'254717290750','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12100,'254717276103','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12101,'254717272005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12102,'254717271815','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12103,'254717268236','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12104,'254717266207','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12105,'254717265635','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12106,'254717265609','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12107,'254717265587','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12108,'254717262531','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12109,'254717258789','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12110,'254717252248','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12111,'254717245856','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12112,'254717244476','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12113,'254717239848','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12114,'254717230762','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12115,'254717218187','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12116,'254717216298','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12117,'254717213083','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12118,'254717211144','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12119,'254717202204','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12120,'254717201005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12121,'254717199529','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12122,'254717199004','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12123,'254717197888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12124,'254717191509','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12125,'254717190045','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12126,'254717188449','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12127,'254717188256','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12128,'254717183908','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12129,'254717183572','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12130,'254717182518','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12131,'254717175403','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12132,'254717174140','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12133,'254717174043','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12134,'254717173640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12135,'254717168098','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12136,'254717165261','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12137,'254717163284','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12138,'254717160596','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12139,'254717160494','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12140,'254717156712','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12141,'254717150451','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12142,'254717141888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12143,'254717137657','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12144,'254717137028','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12145,'254717129410','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12146,'254717128337','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12147,'254717127163','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12148,'254717122500','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12149,'254717122477','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12150,'254717119790','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12151,'254717118095','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12152,'254717115552','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12153,'254717115487','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12154,'254717115049','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12155,'254717114858','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12156,'254717109045','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12157,'254717106443','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12158,'254717093909','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12159,'254717087175','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12160,'254717057195','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12161,'254717056300','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12162,'254717053125','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12163,'254717051483','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12164,'254717045583','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12165,'254717044443','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12166,'254717040531','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12167,'254717038854','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12168,'254717032211','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12169,'254717029489','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12170,'254717025529','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12171,'254717022869','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12172,'254717022276','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12173,'254717022207','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12174,'254717019536','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12175,'254717017088','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12176,'254717015007','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12177,'254717010441','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12178,'254717006462','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12179,'254717006349','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12180,'254717000808','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12181,'254716988584','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12182,'254716987830','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12183,'254716986935','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12184,'254716979912','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12185,'254716976443','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12186,'254716974239','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12187,'254716973110','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12188,'254716971566','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12189,'254716968175','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12190,'254716965667','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12191,'254716964114','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12192,'254716961026','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12193,'254716959041','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12194,'254716954879','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12195,'254716953874','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12196,'254716943943','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12197,'254716937667','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12198,'254716930397','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12199,'254716900687','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12200,'254716900291','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12201,'254716894469','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12202,'254716889916','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12203,'254716887266','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12204,'254716885119','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12205,'254716870557','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12206,'254716868804','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12207,'254716868378','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12208,'254716866959','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12209,'254716859473','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12210,'254716856237','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12211,'254716856040','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12212,'254716855672','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12213,'254716855190','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12214,'254716855116','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12215,'254716852370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12216,'254716851401','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12217,'254716846187','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12218,'254716842301','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12219,'254716840972','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12220,'254716818006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12221,'254716817749','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12222,'254716816444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12223,'254716807767','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12224,'254716803209','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12225,'254716800451','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12226,'254716796775','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12227,'254716791967','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12228,'254716791706','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12229,'254716791306','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12230,'254716786432','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12231,'254716781822','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12232,'254716766666','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12233,'254716758729','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12234,'254716757585','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12235,'254716749378','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12236,'254716747291','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12237,'254716744222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12238,'254716741307','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12239,'254716739448','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12240,'254716733324','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12241,'254716727006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12242,'254716726029','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12243,'254716725170','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12244,'254716724562','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12245,'254716724017','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12246,'254716718778','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12247,'254716709255','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12248,'254716707713','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12249,'254716707652','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12250,'254716707399','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12251,'254716705452','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12252,'254716704916','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12253,'254716684199','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12254,'254716667758','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12255,'254716658286','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12256,'254716653215','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12257,'254716653156','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12258,'254716649073','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12259,'254716640652','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12260,'254716626609','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12261,'254716619445','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12262,'254716619391','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12263,'254716613960','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12264,'254716612551','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12265,'254716611640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12266,'254716610836','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12267,'254716604389','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12268,'254716592941','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12269,'254716586326','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12270,'254716585448','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12271,'254716576445','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12272,'254716575796','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12273,'254716568535','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12274,'254716567766','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12275,'254716560048','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12276,'254716553956','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12277,'254716552941','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12278,'254716548260','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12279,'254716548207','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12280,'254716544955','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12281,'254716542343','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12282,'254716537420','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12283,'254716536203','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12284,'254716534892','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12285,'254716530608','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12286,'254716529300','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12287,'254716526863','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12288,'254716526797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12289,'254716523713','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12290,'254716523323','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12291,'254716523208','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12292,'254716521678','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12293,'254716521126','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12294,'254716516287','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12295,'254716514834','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12296,'254716513984','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12297,'254716512518','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12298,'254716495503','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12299,'254716490653','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12300,'254716490041','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12301,'254716489393','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12302,'254716486785','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12303,'254716484118','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12304,'254716483469','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12305,'254716472033','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12306,'254716465460','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12307,'254716460303','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12308,'254716456021','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12309,'254716455453','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12310,'254716450535','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12311,'254716447253','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12312,'254716446130','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12313,'254716444982','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12314,'254716444802','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12315,'254716444350','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12316,'254716437961','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12317,'254716437463','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12318,'254716435008','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12319,'254716431302','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12320,'254716426061','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12321,'254716422298','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12322,'254716417794','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12323,'254716417614','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12324,'254716415130','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12325,'254716406111','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12326,'254716405050','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12327,'254716403821','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12328,'254716397804','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12329,'254716397487','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12330,'254716393265','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12331,'254716386422','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12332,'254716380802','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12333,'254716379207','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12334,'254716378793','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12335,'254716372284','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12336,'254716344836','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12337,'254716340923','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12338,'254716338977','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12339,'254716333841','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12340,'254716327029','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12341,'254716326777','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12342,'254716323344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12343,'254716322391','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12344,'254716316589','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12345,'254716308802','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12346,'254716307580','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12347,'254716306048','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12348,'254716305489','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12349,'254716300485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12350,'254716294200','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12351,'254716291592','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12352,'254716288189','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12353,'254716287717','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12354,'254716277087','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12355,'254716274825','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12356,'254716273525','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12357,'254716271889','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12358,'254716270717','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12359,'254716262398','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12360,'254716261195','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12361,'254716259385','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12362,'254716257048','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12363,'254716256310','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12364,'254716251599','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12365,'254716241775','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12366,'254716241033','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12367,'254716228502','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12368,'254716226557','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12369,'254716220182','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12370,'254716218660','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12371,'254716218167','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12372,'254716217111','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12373,'254716216071','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12374,'254716215204','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12375,'254716214712','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12376,'254716209364','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12377,'254716209147','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12378,'254716208642','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12379,'254716205444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12380,'254716203147','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12381,'254716203033','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12382,'254716194260','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12383,'254716187400','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12384,'254716184688','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12385,'254716180647','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12386,'254716180409','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12387,'254716178400','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12388,'254716171702','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12389,'254716168774','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12390,'254716162536','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12391,'254716162012','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12392,'254716160197','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12393,'254716157196','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12394,'254716156456','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12395,'254716155979','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12396,'254716153497','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12397,'254716152066','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12398,'254716146003','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12399,'254716138735','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12400,'254716137589','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12401,'254716137095','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12402,'254716135881','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12403,'254716126257','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12404,'254716125870','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12405,'254716125380','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12406,'254716122359','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12407,'254716111116','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12408,'254716108337','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12409,'254716107411','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12410,'254716100335','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12411,'254716099416','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12412,'254716099326','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12413,'254716094102','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12414,'254716087747','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12415,'254716077805','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12416,'254716076126','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12417,'254716074155','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12418,'254716067137','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12419,'254716061286','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12420,'254716055788','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12421,'254716050560','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12422,'254716049377','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12423,'254716047895','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12424,'254716046440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12425,'254716046266','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12426,'254716038409','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12427,'254716035348','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12428,'254716033543','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12429,'254716033080','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12430,'254716025256','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12431,'254716022846','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12432,'254716022770','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12433,'254716019815','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12434,'254716016051','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12435,'254716010927','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12436,'254716009562','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12437,'254716006620','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12438,'254716005418','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12439,'254716004357','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12440,'254715999000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12441,'254715992219','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12442,'254715976531','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12443,'254715971278','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12444,'254715967796','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12445,'254715967065','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12446,'254715960128','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12447,'254715957581','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12448,'254715956939','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12449,'254715953604','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12450,'254715947213','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12451,'254715931944','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12452,'254715924604','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12453,'254715915618','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12454,'254715914475','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12455,'254715906879','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12456,'254715904741','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12457,'254715899887','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12458,'254715897324','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12459,'254715890670','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12460,'254715886826','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12461,'254715865428','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12462,'254715859690','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12463,'254715857108','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12464,'254715856227','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12465,'254715853757','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12466,'254715850853','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12467,'254715846853','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12468,'254715845847','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12469,'254715844776','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12470,'254715842468','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12471,'254715840012','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12472,'254715832210','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12473,'254715825862','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12474,'254715820126','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12475,'254715819185','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12476,'254715814329','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12477,'254715810080','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12478,'254715804010','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12479,'254715803409','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12480,'254715801408','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12481,'254715798324','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12482,'254715792170','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12483,'254715791378','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12484,'254715790213','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12485,'254715784945','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12486,'254715779368','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12487,'254715778297','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12488,'254715770957','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12489,'254715769034','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12490,'254715767676','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12491,'254715761041','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12492,'254715760456','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12493,'254715758931','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12494,'254715757234','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12495,'254715753526','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12496,'254715752591','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12497,'254715748070','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12498,'254715738974','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12499,'254715732777','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12500,'254715731005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12501,'254715724401','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12502,'254715722877','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12503,'254715721123','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12504,'254715720805','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12505,'254715717626','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12506,'254715715351','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12507,'254715704812','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12508,'254715700962','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12509,'254715700729','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12510,'254715695571','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12511,'254715688009','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12512,'254715686960','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12513,'254715684918','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12514,'254715683458','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12515,'254715681850','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12516,'254715674236','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12517,'254715671261','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12518,'254715669146','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12519,'254715666846','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12520,'254715666724','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12521,'254715659191','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12522,'254715656199','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12523,'254715655542','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12524,'254715654442','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12525,'254715650931','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12526,'254715647215','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12527,'254715645156','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12528,'254715641351','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12529,'254715639916','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12530,'254715639068','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12531,'254715638668','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12532,'254715635342','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12533,'254715633923','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12534,'254715633222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12535,'254715632005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12536,'254715624977','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12537,'254715620502','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12538,'254715619222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12539,'254715618093','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12540,'254715617222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12541,'254715614640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12542,'254715614026','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12543,'254715606099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12544,'254715605619','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12545,'254715605388','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12546,'254715601810','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12547,'254715601551','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12548,'254715586241','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12549,'254715581378','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12550,'254715579579','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12551,'254715579089','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12552,'254715576265','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12553,'254715574662','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12554,'254715567919','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12555,'254715565817','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12556,'254715562813','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12557,'254715558883','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12558,'254715557272','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12559,'254715555951','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12560,'254715555383','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12561,'254715555073','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12562,'254715550433','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12563,'254715548363','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12564,'254715547990','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12565,'254715542521','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12566,'254715531814','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12567,'254715528449','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12568,'254715527126','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12569,'254715526752','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12570,'254715522896','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12571,'254715519811','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12572,'254715517241','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12573,'254715514989','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12574,'254715514334','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12575,'254715500882','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12576,'254715500674','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12577,'254715487217','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12578,'254715479972','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12579,'254715478051','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12580,'254715477892','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12581,'254715473626','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12582,'254715473526','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12583,'254715462962','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12584,'254715460379','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12585,'254715459584','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12586,'254715458676','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12587,'254715445665','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12588,'254715443787','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12589,'254715443024','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12590,'254715442505','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12591,'254715442489','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12592,'254715441689','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12593,'254715434068','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12594,'254715418651','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12595,'254715418561','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12596,'254715417893','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12597,'254715413867','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12598,'254715411251','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12599,'254715409772','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12600,'254715409730','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12601,'254715409525','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12602,'254715407319','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12603,'254715393549','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12604,'254715392813','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12605,'254715392194','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12606,'254715390560','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12607,'254715388994','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12608,'254715384364','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12609,'254715383403','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12610,'254715381036','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12611,'254715370463','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12612,'254715370252','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12613,'254715366672','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12614,'254715363933','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12615,'254715355450','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12616,'254715348625','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12617,'254715345564','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12618,'254715345178','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12619,'254715344160','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12620,'254715339069','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12621,'254715338790','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12622,'254715330181','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12623,'254715328072','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12624,'254715324036','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12625,'254715323897','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12626,'254715322902','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12627,'254715317713','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12628,'254715315447','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12629,'254715311337','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12630,'254715310079','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12631,'254715308460','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12632,'254715304346','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12633,'254715302888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12634,'254715295795','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12635,'254715294818','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12636,'254715280964','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12637,'254715279728','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12638,'254715272927','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12639,'254715269825','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12640,'254715269431','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12641,'254715268443','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12642,'254715267977','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12643,'254715264018','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12644,'254715261566','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12645,'254715261564','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12646,'254715259372','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12647,'254715255772','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12648,'254715254657','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12649,'254715245923','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12650,'254715242940','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12651,'254715239874','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12652,'254715238252','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12653,'254715228378','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12654,'254715224861','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12655,'254715222902','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12656,'254715220761','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12657,'254715215812','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12658,'254715215506','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12659,'254715212675','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12660,'254715210697','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12661,'254715207482','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12662,'254715205074','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12663,'254715202844','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12664,'254715199219','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12665,'254715198245','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12666,'254715196248','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12667,'254715195601','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12668,'254715190093','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12669,'254715189801','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12670,'254715189164','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12671,'254715184942','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12672,'254715178276','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12673,'254715156822','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12674,'254715156000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12675,'254715153787','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12676,'254715153377','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12677,'254715138278','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12678,'254715137212','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12679,'254715135193','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12680,'254715127006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12681,'254715124630','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12682,'254715124065','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12683,'254715123867','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12684,'254715122162','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12685,'254715120730','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12686,'254715118814','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12687,'254715115229','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12688,'254715110660','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12689,'254715106116','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12690,'254715105983','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12691,'254715104656','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12692,'254715097227','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12693,'254715096621','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12694,'254715078433','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12695,'254715077329','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12696,'254715071164','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12697,'254715062125','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12698,'254715058281','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12699,'254715044450','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12700,'254715043147','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12701,'254715041162','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12702,'254715037216','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12703,'254715033124','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12704,'254715032425','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12705,'254715028081','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12706,'254715025610','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12707,'254715018004','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12708,'254715008678','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12709,'254715008232','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12710,'254715006690','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12711,'254715002858','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12712,'254714990505','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12713,'254714989764','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12714,'254714989710','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12715,'254714981110','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12716,'254714978228','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12717,'254714965820','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12718,'254714960913','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12719,'254714960344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12720,'254714956693','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12721,'254714953723','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12722,'254714948663','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12723,'254714947506','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12724,'254714945951','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12725,'254714942631','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12726,'254714942567','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12727,'254714938306','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12728,'254714937902','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12729,'254714932243','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12730,'254714929698','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12731,'254714927082','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12732,'254714923271','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12733,'254714919640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12734,'254714917394','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12735,'254714905238','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12736,'254714902520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12737,'254714897546','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12738,'254714896628','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12739,'254714896214','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12740,'254714895246','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12741,'254714888541','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12742,'254714886044','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12743,'254714880173','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12744,'254714877404','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12745,'254714875602','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12746,'254714875006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12747,'254714871528','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12748,'254714870417','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12749,'254714870233','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12750,'254714858204','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12751,'254714855555','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12752,'254714850998','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12753,'254714850749','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12754,'254714842440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12755,'254714831300','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12756,'254714827263','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12757,'254714824044','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12758,'254714822980','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12759,'254714817787','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12760,'254714817380','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12761,'254714817276','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12762,'254714811413','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12763,'254714810627','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12764,'254714809104','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12765,'254714808957','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12766,'254714801752','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12767,'254714799984','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12768,'254714790706','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12769,'254714789653','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12770,'254714781881','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12771,'254714777447','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12772,'254714774445','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12773,'254714768080','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12774,'254714765489','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12775,'254714756407','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12776,'254714754781','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12777,'254714753082','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12778,'254714751015','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12779,'254714749999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12780,'254714746702','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12781,'254714746363','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12782,'254714736491','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12783,'254714730427','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12784,'254714724618','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12785,'254714722430','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12786,'254714719028','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12787,'254714714594','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12788,'254714713248','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12789,'254714712815','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12790,'254714706190','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12791,'254714706140','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12792,'254714697378','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12793,'254714690405','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12794,'254714689564','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12795,'254714688667','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12796,'254714687749','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12797,'254714686212','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12798,'254714686134','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12799,'254714684184','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12800,'254714680078','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12801,'254714676721','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12802,'254714672074','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12803,'254714670825','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12804,'254714668883','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12805,'254714666895','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12806,'254714666210','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12807,'254714665352','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12808,'254714665206','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12809,'254714663289','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12810,'254714661291','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12811,'254714649003','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12812,'254714638081','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12813,'254714627349','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12814,'254714618413','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12815,'254714613143','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12816,'254714612741','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12817,'254714601143','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12818,'254714598950','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12819,'254714597545','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12820,'254714595315','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12821,'254714591458','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12822,'254714590470','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12823,'254714586575','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12824,'254714584275','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12825,'254714583491','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12826,'254714581953','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12827,'254714575615','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12828,'254714575000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12829,'254714574695','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12830,'254714574007','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12831,'254714572290','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12832,'254714571405','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12833,'254714563912','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12834,'254714561950','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12835,'254714559645','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12836,'254714555111','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12837,'254714553369','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12838,'254714550532','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12839,'254714548965','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12840,'254714548139','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12841,'254714530239','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12842,'254714521460','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12843,'254714520150','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12844,'254714506652','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12845,'254714500665','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12846,'254714495204','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12847,'254714494843','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12848,'254714494787','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12849,'254714488002','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12850,'254714487562','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12851,'254714461587','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12852,'254714459713','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12853,'254714457234','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12854,'254714449222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12855,'254714444389','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12856,'254714443571','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12857,'254714442668','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12858,'254714441868','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12859,'254714439479','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12860,'254714436072','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12861,'254714433693','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12862,'254714429544','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12863,'254714426785','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12864,'254714426458','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12865,'254714422303','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12866,'254714421695','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12867,'254714416050','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12868,'254714407473','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12869,'254714406001','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12870,'254714399353','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12871,'254714396446','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12872,'254714393983','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12873,'254714362526','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12874,'254714361459','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12875,'254714356351','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12876,'254714354805','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12877,'254714354514','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12878,'254714352675','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12879,'254714352562','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12880,'254714351877','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12881,'254714351726','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12882,'254714351102','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12883,'254714350016','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12884,'254714345246','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12885,'254714344784','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12886,'254714332196','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12887,'254714326677','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12888,'254714322235','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12889,'254714321220','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12890,'254714306954','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12891,'254714300087','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12892,'254714296883','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12893,'254714294705','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12894,'254714294153','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12895,'254714286099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12896,'254714282039','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12897,'254714275020','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12898,'254714273686','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12899,'254714265729','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12900,'254714264014','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12901,'254714260195','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12902,'254714259386','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12903,'254714259073','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12904,'254714255181','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12905,'254714254440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12906,'254714253779','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12907,'254714251511','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12908,'254714248654','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12909,'254714248531','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12910,'254714247841','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12911,'254714246843','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12912,'254714243819','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12913,'254714243081','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12914,'254714238244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12915,'254714238206','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12916,'254714229889','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12917,'254714229422','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12918,'254714223463','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12919,'254714220233','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12920,'254714215525','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12921,'254714213450','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12922,'254714210058','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12923,'254714207301','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12924,'254714206642','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12925,'254714194583','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12926,'254714190255','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12927,'254714188874','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12928,'254714184610','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12929,'254714182811','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12930,'254714179835','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12931,'254714177925','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12932,'254714169406','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12933,'254714168500','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12934,'254714166261','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12935,'254714157621','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12936,'254714153982','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12937,'254714150483','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12938,'254714149254','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12939,'254714146721','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12940,'254714145219','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12941,'254714140699','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12942,'254714139123','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12943,'254714135456','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12944,'254714131935','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12945,'254714130780','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12946,'254714128949','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12947,'254714123551','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12948,'254714119313','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12949,'254714093310','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12950,'254714090778','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12951,'254714088749','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12952,'254714081205','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12953,'254714079848','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12954,'254714077905','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12955,'254714075581','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12956,'254714067790','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12957,'254714067485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12958,'254714065273','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12959,'254714065052','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12960,'254714063757','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12961,'254714054702','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12962,'254714051205','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12963,'254714045083','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12964,'254714040842','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12965,'254714038285','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12966,'254714035952','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12967,'254714035894','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12968,'254714035343','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12969,'254714033836','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12970,'254714029521','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12971,'254714025699','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12972,'254714016377','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12973,'254714015297','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12974,'254714005308','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12975,'254714001498','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12976,'254713994473','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12977,'254713989347','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12978,'254713988980','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12979,'254713986968','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12980,'254713980282','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12981,'254713978675','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12982,'254713974229','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12983,'254713971818','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12984,'254713970000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12985,'254713962711','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12986,'254713954348','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12987,'254713949730','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12988,'254713946402','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12989,'254713946396','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12990,'254713942460','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12991,'254713940897','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12992,'254713934212','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12993,'254713932375','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12994,'254713931483','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12995,'254713931189','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12996,'254713930850','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12997,'254713929503','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12998,'254713920403','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(12999,'254713920074','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13000,'254713918947','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13001,'254713917715','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13002,'254713895569','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13003,'254713885547','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13004,'254713879669','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13005,'254713879593','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13006,'254713875902','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13007,'254713865361','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13008,'254713864475','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13009,'254713861072','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13010,'254713845063','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13011,'254713844478','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13012,'254713841533','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13013,'254713840502','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13014,'254713839119','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13015,'254713838230','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13016,'254713833516','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13017,'254713829571','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13018,'254713822871','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13019,'254713819753','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13020,'254713817831','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13021,'254713816489','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13022,'254713816305','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13023,'254713813856','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13024,'254713813208','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13025,'254713810400','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13026,'254713809344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13027,'254713800029','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13028,'254713796964','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13029,'254713795235','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13030,'254713793341','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13031,'254713791593','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13032,'254713785563','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13033,'254713781798','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13034,'254713776719','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13035,'254713772247','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13036,'254713764373','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13037,'254713762630','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13038,'254713760869','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13039,'254713756203','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13040,'254713754876','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13041,'254713751628','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13042,'254713749918','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13043,'254713744313','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13044,'254713742279','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13045,'254713740372','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13046,'254713740145','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13047,'254713736945','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13048,'254713736837','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13049,'254713736000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13050,'254713733394','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13051,'254713725164','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13052,'254713724163','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13053,'254713720983','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13054,'254713710244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13055,'254713703840','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13056,'254713703444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13057,'254713703333','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13058,'254713702253','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13059,'254713692861','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13060,'254713689858','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13061,'254713688163','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13062,'254713681018','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13063,'254713680912','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13064,'254713670598','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13065,'254713665115','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13066,'254713661385','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13067,'254713659922','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13068,'254713659491','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13069,'254713659329','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13070,'254713657806','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13071,'254713654443','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13072,'254713654372','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13073,'254713648692','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13074,'254713640424','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13075,'254713639205','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13076,'254713626896','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13077,'254713625959','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13078,'254713623672','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13079,'254713621574','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13080,'254713620990','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13081,'254713617517','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13082,'254713616560','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13083,'254713613341','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13084,'254713608273','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13085,'254713601113','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13086,'254713600713','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13087,'254713600522','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13088,'254713595188','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13089,'254713594760','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13090,'254713592975','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13091,'254713591134','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13092,'254713589398','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13093,'254713588899','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13094,'254713584397','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13095,'254713581620','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13096,'254713581564','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13097,'254713568657','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13098,'254713566436','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13099,'254713555801','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13100,'254713555260','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13101,'254713553248','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13102,'254713552302','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13103,'254713550601','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13104,'254713550493','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13105,'254713550274','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13106,'254713549000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13107,'254713541258','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13108,'254713539902','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13109,'254713530418','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13110,'254713528540','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13111,'254713520775','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13112,'254713520705','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13113,'254713518915','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13114,'254713518886','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13115,'254713515794','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13116,'254713514660','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13117,'254713505422','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13118,'254713502032','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13119,'254713501557','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13120,'254713497495','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13121,'254713490099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13122,'254713480391','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13123,'254713467781','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13124,'254713464246','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13125,'254713456814','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13126,'254713453291','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13127,'254713450066','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13128,'254713443633','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13129,'254713443108','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13130,'254713441634','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13131,'254713439161','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13132,'254713437221','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13133,'254713420743','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13134,'254713420555','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13135,'254713416516','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13136,'254713413312','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13137,'254713397469','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13138,'254713393203','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13139,'254713392346','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13140,'254713390022','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13141,'254713388222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13142,'254713382278','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13143,'254713368248','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13144,'254713347699','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13145,'254713346470','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13146,'254713346340','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13147,'254713345493','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13148,'254713341628','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13149,'254713339713','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13150,'254713331331','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13151,'254713322701','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13152,'254713321522','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13153,'254713319323','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13154,'254713317360','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13155,'254713315385','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13156,'254713312046','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''); INSERT INTO `sms` VALUES (13157,'254713306982','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13158,'254713300924','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13159,'254713299590','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13160,'254713294729','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13161,'254713290601','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13162,'254713285486','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13163,'254713271546','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13164,'254713258716','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13165,'254713257460','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13166,'254713250785','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13167,'254713248463','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13168,'254713246037','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13169,'254713241529','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13170,'254713236556','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13171,'254713236518','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13172,'254713235768','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13173,'254713234768','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13174,'254713231136','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13175,'254713229138','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13176,'254713227238','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13177,'254713222869','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13178,'254713222355','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13179,'254713221304','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13180,'254713218390','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13181,'254713208656','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13182,'254713206297','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13183,'254713206195','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13184,'254713191692','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13185,'254713189796','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13186,'254713189496','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13187,'254713184822','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13188,'254713168686','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13189,'254713159056','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13190,'254713156506','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13191,'254713155113','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13192,'254713152128','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13193,'254713151574','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13194,'254713151398','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13195,'254713149942','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13196,'254713149222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13197,'254713146696','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13198,'254713140413','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13199,'254713133659','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13200,'254713129063','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13201,'254713128107','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13202,'254713121632','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13203,'254713115656','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13204,'254713112299','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13205,'254713111300','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13206,'254713104740','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13207,'254713100382','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13208,'254713095612','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13209,'254713092858','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13210,'254713090213','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13211,'254713089553','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13212,'254713086881','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13213,'254713070418','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13214,'254713067141','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13215,'254713061711','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13216,'254713061338','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13217,'254713059303','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13218,'254713057480','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13219,'254713056171','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13220,'254713054505','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13221,'254713052843','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13222,'254713049883','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13223,'254713041904','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13224,'254713038181','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13225,'254713035795','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13226,'254713026892','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13227,'254713022999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13228,'254713020971','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13229,'254713010881','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13230,'254713010190','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13231,'254713003457','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13232,'254713001706','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13233,'254713001641','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13234,'254713000329','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13235,'254712997774','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13236,'254712995788','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13237,'254712990765','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13238,'254712986629','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13239,'254712984364','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13240,'254712977785','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13241,'254712971133','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13242,'254712971110','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13243,'254712962049','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13244,'254712950054','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13245,'254712949277','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13246,'254712947101','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13247,'254712926075','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13248,'254712915183','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13249,'254712909749','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13250,'254712909444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13251,'254712906723','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13252,'254712906625','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13253,'254712900623','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13254,'254712899511','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13255,'254712892996','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13256,'254712888057','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13257,'254712878150','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13258,'254712876502','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13259,'254712871111','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13260,'254712863145','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13261,'254712860288','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13262,'254712859430','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13263,'254712852894','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13264,'254712852447','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13265,'254712850072','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13266,'254712849129','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13267,'254712844244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13268,'254712830738','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13269,'254712830191','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13270,'254712827818','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13271,'254712827511','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13272,'254712817218','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13273,'254712816299','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13274,'254712812887','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13275,'254712812760','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13276,'254712811789','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13277,'254712810062','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13278,'254712808932','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13279,'254712807686','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13280,'254712802566','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13281,'254712801036','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13282,'254712795308','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13283,'254712794677','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13284,'254712788503','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13285,'254712787102','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13286,'254712784013','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13287,'254712783318','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13288,'254712780813','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13289,'254712780809','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13290,'254712768849','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13291,'254712765351','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13292,'254712764794','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13293,'254712764674','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13294,'254712756860','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13295,'254712755076','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13296,'254712753354','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13297,'254712743223','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13298,'254712742427','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13299,'254712737662','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13300,'254712731682','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13301,'254712730084','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13302,'254712727593','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13303,'254712723982','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13304,'254712713194','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13305,'254712711460','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13306,'254712710697','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13307,'254712702696','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13308,'254712701107','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13309,'254712698205','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13310,'254712698122','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13311,'254712695186','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13312,'254712693111','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13313,'254712690799','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13314,'254712680803','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13315,'254712679687','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13316,'254712678251','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13317,'254712675719','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13318,'254712673537','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13319,'254712672843','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13320,'254712651325','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13321,'254712649791','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13322,'254712648593','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13323,'254712644528','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13324,'254712642667','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13325,'254712642274','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13326,'254712640033','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13327,'254712639217','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13328,'254712629599','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13329,'254712624204','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13330,'254712623087','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13331,'254712622718','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13332,'254712619071','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13333,'254712618287','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13334,'254712608668','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13335,'254712607291','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13336,'254712606756','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13337,'254712604340','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13338,'254712604331','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13339,'254712599442','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13340,'254712594683','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13341,'254712594559','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13342,'254712591291','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13343,'254712590558','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13344,'254712583153','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13345,'254712582650','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13346,'254712579884','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13347,'254712575429','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13348,'254712575008','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13349,'254712570611','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13350,'254712549994','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13351,'254712546701','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13352,'254712543251','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13353,'254712542510','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13354,'254712541376','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13355,'254712540948','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13356,'254712539841','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13357,'254712534865','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13358,'254712534091','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13359,'254712533575','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13360,'254712532582','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13361,'254712532004','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13362,'254712527505','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13363,'254712522416','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13364,'254712521402','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13365,'254712517440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13366,'254712510970','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13367,'254712510668','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13368,'254712508008','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13369,'254712507508','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13370,'254712505240','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13371,'254712499099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13372,'254712498251','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13373,'254712496557','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13374,'254712492244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13375,'254712488911','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13376,'254712485227','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13377,'254712468714','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13378,'254712466557','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13379,'254712465907','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13380,'254712464135','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13381,'254712460452','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13382,'254712441767','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13383,'254712440184','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13384,'254712435826','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13385,'254712435190','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13386,'254712434903','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13387,'254712434060','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13388,'254712432145','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13389,'254712421951','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13390,'254712419015','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13391,'254712403291','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13392,'254712401842','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13393,'254712392995','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13394,'254712392739','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13395,'254712389707','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13396,'254712383779','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13397,'254712382304','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13398,'254712379068','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13399,'254712372577','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13400,'254712370075','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13401,'254712363568','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13402,'254712357384','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13403,'254712355855','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13404,'254712355212','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13405,'254712353969','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13406,'254712349528','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13407,'254712342209','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13408,'254712340430','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13409,'254712340110','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13410,'254712333347','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13411,'254712325518','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13412,'254712323463','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13413,'254712323337','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13414,'254712322021','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13415,'254712321249','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13416,'254712316951','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13417,'254712309693','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13418,'254712305611','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13419,'254712296457','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13420,'254712292218','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13421,'254712291381','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13422,'254712286066','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13423,'254712278294','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13424,'254712275836','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13425,'254712273138','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13426,'254712273112','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13427,'254712265023','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13428,'254712263263','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13429,'254712263021','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13430,'254712258480','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13431,'254712256855','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13432,'254712255538','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13433,'254712253906','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13434,'254712251458','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13435,'254712249728','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13436,'254712248390','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13437,'254712245749','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13438,'254712245679','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13439,'254712245588','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13440,'254712244464','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13441,'254712242980','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13442,'254712242719','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13443,'254712239748','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13444,'254712230201','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13445,'254712226039','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13446,'254712225778','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13447,'254712222399','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13448,'254712222087','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13449,'254712222056','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13450,'254712220031','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13451,'254712216022','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13452,'254712214853','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13453,'254712209611','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13454,'254712205129','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13455,'254712201168','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13456,'254712194736','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13457,'254712191829','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13458,'254712183934','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13459,'254712173559','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13460,'254712173514','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13461,'254712170099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13462,'254712167747','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13463,'254712167444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13464,'254712164792','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13465,'254712161342','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13466,'254712160286','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13467,'254712157842','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13468,'254712157576','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13469,'254712152770','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13470,'254712151331','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13471,'254712147256','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13472,'254712144181','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13473,'254712140409','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13474,'254712136770','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13475,'254712135792','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13476,'254712133807','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13477,'254712132439','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13478,'254712131416','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13479,'254712122377','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13480,'254712116534','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13481,'254712114902','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13482,'254712102219','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13483,'254712099432','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13484,'254712092881','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13485,'254712091780','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13486,'254712084323','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13487,'254712083288','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13488,'254712076181','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13489,'254712074690','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13490,'254712072038','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13491,'254712068888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13492,'254712063409','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13493,'254712060448','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13494,'254712059571','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13495,'254712057239','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13496,'254712053683','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13497,'254712052810','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13498,'254712049735','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13499,'254712044093','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13500,'254712039401','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13501,'254712034443','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13502,'254712032777','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13503,'254712030280','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13504,'254712017384','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13505,'254712017166','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13506,'254712012370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13507,'254712012200','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13508,'254712011437','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13509,'254712005777','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13510,'254711998700','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13511,'254711998480','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13512,'254711994393','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13513,'254711983332','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13514,'254711975941','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13515,'254711964446','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13516,'254711961710','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13517,'254711956820','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13518,'254711956650','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13519,'254711956214','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13520,'254711953456','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13521,'254711948128','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13522,'254711939396','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13523,'254711929913','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13524,'254711927356','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13525,'254711922780','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13526,'254711921460','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13527,'254711908694','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13528,'254711902887','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13529,'254711899272','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13530,'254711890939','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13531,'254711889580','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13532,'254711883911','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13533,'254711882668','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13534,'254711877010','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13535,'254711869966','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13536,'254711868826','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13537,'254711864571','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13538,'254711861368','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13539,'254711860722','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13540,'254711859854','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13541,'254711859272','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13542,'254711857237','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13543,'254711854427','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13544,'254711852596','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13545,'254711850854','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13546,'254711847481','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13547,'254711845921','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13548,'254711844197','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13549,'254711843859','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13550,'254711842222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13551,'254711842007','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13552,'254711837245','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13553,'254711834812','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13554,'254711831918','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13555,'254711831751','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13556,'254711829936','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13557,'254711820338','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13558,'254711819099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13559,'254711816787','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13560,'254711813431','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13561,'254711810841','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13562,'254711810176','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13563,'254711801810','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13564,'254711798592','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13565,'254711794569','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13566,'254711792242','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13567,'254711789612','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13568,'254711787681','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13569,'254711785966','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13570,'254711785203','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13571,'254711779141','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13572,'254711777912','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13573,'254711777336','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13574,'254711775669','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13575,'254711771778','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13576,'254711769924','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13577,'254711769128','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13578,'254711766775','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13579,'254711763240','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13580,'254711759941','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13581,'254711759182','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13582,'254711758542','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13583,'254711757935','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13584,'254711756640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13585,'254711755556','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13586,'254711755087','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13587,'254711751270','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13588,'254711743497','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13589,'254711740603','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13590,'254711733016','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13591,'254711730508','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13592,'254711729323','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13593,'254711728572','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13594,'254711725536','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13595,'254711723845','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13596,'254711722903','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13597,'254711717447','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13598,'254711716065','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13599,'254711715498','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13600,'254711714184','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13601,'254711708768','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13602,'254711707507','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13603,'254711706450','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13604,'254711703485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13605,'254711700561','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13606,'254711694363','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13607,'254711689424','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13608,'254711686621','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13609,'254711684557','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13610,'254711680951','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13611,'254711679231','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13612,'254711675914','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13613,'254711675558','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13614,'254711672253','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13615,'254711672235','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13616,'254711669787','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13617,'254711667474','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13618,'254711666000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13619,'254711662522','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13620,'254711652006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13621,'254711650343','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13622,'254711647841','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13623,'254711645095','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13624,'254711642441','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13625,'254711641004','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13626,'254711637568','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13627,'254711635841','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13628,'254711633331','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13629,'254711629751','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13630,'254711624343','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13631,'254711623373','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13632,'254711619021','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13633,'254711616123','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13634,'254711614194','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13635,'254711608351','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13636,'254711604690','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13637,'254711602225','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13638,'254711601480','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13639,'254711601130','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13640,'254711598783','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13641,'254711598612','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13642,'254711597407','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13643,'254711596122','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13644,'254711591692','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13645,'254711584824','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13646,'254711584165','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13647,'254711580335','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13648,'254711578336','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13649,'254711577200','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13650,'254711567263','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13651,'254711565806','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13652,'254711558450','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13653,'254711557790','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13654,'254711557528','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13655,'254711551606','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13656,'254711542921','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13657,'254711542022','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13658,'254711536911','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13659,'254711536844','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13660,'254711533066','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13661,'254711529421','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13662,'254711528469','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13663,'254711525487','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13664,'254711525282','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13665,'254711511822','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13666,'254711505393','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13667,'254711502937','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13668,'254711499604','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13669,'254711496927','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13670,'254711494884','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13671,'254711494105','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13672,'254711493857','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13673,'254711490943','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13674,'254711490617','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13675,'254711484331','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13676,'254711480667','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13677,'254711477047','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13678,'254711470222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13679,'254711469181','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13680,'254711468774','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13681,'254711468200','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13682,'254711463671','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13683,'254711459840','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13684,'254711455980','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13685,'254711449640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13686,'254711448541','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13687,'254711447039','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13688,'254711441169','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13689,'254711435601','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13690,'254711432832','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13691,'254711420053','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13692,'254711419781','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13693,'254711417299','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13694,'254711412491','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13695,'254711411765','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13696,'254711411256','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13697,'254711410841','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13698,'254711408837','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13699,'254711405201','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13700,'254711393113','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13701,'254711392774','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13702,'254711387632','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13703,'254711383959','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13704,'254711381678','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13705,'254711381027','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13706,'254711376762','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13707,'254711374737','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13708,'254711374088','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13709,'254711369193','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13710,'254711364986','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13711,'254711364979','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13712,'254711357485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13713,'254711357350','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13714,'254711351547','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13715,'254711348938','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13716,'254711342314','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13717,'254711341347','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13718,'254711338348','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13719,'254711327029','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13720,'254711325313','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13721,'254711324613','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13722,'254711322177','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13723,'254711305160','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13724,'254711301826','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13725,'254711300223','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13726,'254711300123','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13727,'254711294369','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13728,'254711292081','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13729,'254711291447','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13730,'254711290629','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13731,'254711287135','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13732,'254711284621','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13733,'254711284224','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13734,'254711282187','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13735,'254711279747','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13736,'254711279414','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13737,'254711276847','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13738,'254711274118','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13739,'254711269347','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13740,'254711267239','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13741,'254711266108','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13742,'254711263193','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13743,'254711254438','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13744,'254711252824','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13745,'254711252312','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13746,'254711250509','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13747,'254711248715','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13748,'254711248597','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13749,'254711245168','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13750,'254711238656','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13751,'254711236523','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13752,'254711231500','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13753,'254711230757','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13754,'254711229640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13755,'254711228441','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13756,'254711221310','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13757,'254711212524','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13758,'254711207348','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13759,'254711201870','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13760,'254711200044','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13761,'254711199988','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13762,'254711198475','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13763,'254711198210','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13764,'254711196685','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13765,'254711191318','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13766,'254711189854','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13767,'254711189583','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13768,'254711188954','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13769,'254711188885','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13770,'254711188300','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13771,'254711187935','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13772,'254711184924','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13773,'254711183046','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13774,'254711179581','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13775,'254711178380','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13776,'254711177333','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13777,'254711176531','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13778,'254711175136','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13779,'254711172806','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13780,'254711172383','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13781,'254711171114','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13782,'254711162722','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13783,'254711161490','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13784,'254711158256','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13785,'254711156734','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13786,'254711152062','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13787,'254711151371','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13788,'254711151228','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13789,'254711150153','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13790,'254711146099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13791,'254711145325','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13792,'254711138096','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13793,'254711134551','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13794,'254711133115','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13795,'254711131490','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13796,'254711129729','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13797,'254711127829','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13798,'254711126821','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13799,'254711122056','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13800,'254711121475','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13801,'254711115442','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13802,'254711112597','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13803,'254711110658','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13804,'254711109827','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13805,'254711109299','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13806,'254711108444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13807,'254711100384','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13808,'254710996856','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13809,'254710988489','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13810,'254710984073','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13811,'254710982463','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13812,'254710980075','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13813,'254710978618','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13814,'254710977803','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13815,'254710977210','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13816,'254710965167','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13817,'254710962199','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13818,'254710957975','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13819,'254710954337','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13820,'254710954196','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13821,'254710953283','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13822,'254710952162','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13823,'254710952069','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13824,'254710951809','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13825,'254710950911','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13826,'254710947563','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13827,'254710938613','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13828,'254710935104','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13829,'254710931640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13830,'254710929125','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13831,'254710927065','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13832,'254710926232','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13833,'254710924676','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13834,'254710922965','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13835,'254710918084','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13836,'254710910698','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13837,'254710909731','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13838,'254710906785','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13839,'254710904231','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13840,'254710899688','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13841,'254710898185','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13842,'254710896570','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13843,'254710893836','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13844,'254710891701','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13845,'254710885815','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13846,'254710880264','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13847,'254710874960','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13848,'254710873771','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13849,'254710871640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13850,'254710870357','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13851,'254710869910','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13852,'254710867476','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13853,'254710866688','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13854,'254710865829','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13855,'254710864860','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13856,'254710864717','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13857,'254710856476','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13858,'254710853771','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13859,'254710852887','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13860,'254710848999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13861,'254710848501','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13862,'254710848286','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13863,'254710848002','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13864,'254710843277','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13865,'254710841376','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13866,'254710837174','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13867,'254710837125','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13868,'254710836837','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13869,'254710833701','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13870,'254710831810','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13871,'254710830762','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13872,'254710828131','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13873,'254710823535','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13874,'254710823445','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13875,'254710822370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13876,'254710821784','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13877,'254710819070','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13878,'254710817426','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13879,'254710817054','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13880,'254710814640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13881,'254710813203','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13882,'254710807224','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13883,'254710806729','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13884,'254710800180','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13885,'254710799855','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13886,'254710796665','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13887,'254710792910','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13888,'254710791696','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13889,'254710786004','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13890,'254710779525','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13891,'254710778501','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13892,'254710777753','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13893,'254710771445','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13894,'254710770715','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13895,'254710766870','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13896,'254710766829','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13897,'254710766737','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13898,'254710763423','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13899,'254710760364','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13900,'254710755259','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13901,'254710744174','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13902,'254710744121','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13903,'254710742773','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13904,'254710740694','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13905,'254710740214','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13906,'254710738411','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13907,'254710738284','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13908,'254710728375','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13909,'254710728130','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13910,'254710727775','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13911,'254710725612','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13912,'254710717177','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13913,'254710708307','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13914,'254710705871','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13915,'254710700029','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13916,'254710689321','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13917,'254710688224','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13918,'254710686716','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13919,'254710683565','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13920,'254710679530','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13921,'254710679152','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13922,'254710670516','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13923,'254710670419','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13924,'254710666169','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13925,'254710659592','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13926,'254710653965','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13927,'254710651777','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13928,'254710645373','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13929,'254710641277','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13930,'254710630240','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13931,'254710628361','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13932,'254710627864','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13933,'254710614205','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13934,'254710609378','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13935,'254710607948','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13936,'254710606463','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13937,'254710605953','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13938,'254710599588','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13939,'254710596798','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13940,'254710596668','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13941,'254710592507','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13942,'254710588105','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13943,'254710587861','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13944,'254710582892','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13945,'254710578385','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13946,'254710577738','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13947,'254710577509','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13948,'254710573708','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13949,'254710569144','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13950,'254710567711','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13951,'254710566978','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13952,'254710566463','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13953,'254710563649','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13954,'254710560958','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13955,'254710559354','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13956,'254710558248','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13957,'254710552997','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13958,'254710546053','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13959,'254710540254','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13960,'254710535675','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13961,'254710533991','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13962,'254710533535','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13963,'254710524654','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13964,'254710524105','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13965,'254710519096','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13966,'254710518757','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13967,'254710509493','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13968,'254710508156','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13969,'254710506288','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13970,'254710505187','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13971,'254710504066','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13972,'254710493679','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13973,'254710493623','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13974,'254710489432','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13975,'254710484926','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13976,'254710484344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13977,'254710481852','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13978,'254710481715','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13979,'254710480066','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13980,'254710477147','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13981,'254710473926','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13982,'254710467196','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13983,'254710466742','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13984,'254710464264','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13985,'254710460539','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13986,'254710460471','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13987,'254710458291','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13988,'254710456037','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13989,'254710454931','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13990,'254710453502','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13991,'254710448137','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13992,'254710446057','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13993,'254710444050','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13994,'254710443413','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13995,'254710441076','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13996,'254710440433','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13997,'254710439414','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13998,'254710435987','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(13999,'254710431886','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14000,'254710431585','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14001,'254710428446','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14002,'254710427269','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14003,'254710426520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14004,'254710420615','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14005,'254710411792','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14006,'254710410269','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14007,'254710401874','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14008,'254710400016','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14009,'254710399967','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14010,'254710390590','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14011,'254710386992','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14012,'254710381919','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14013,'254710376548','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14014,'254710368757','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14015,'254710365661','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14016,'254710358919','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14017,'254710357813','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14018,'254710357581','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14019,'254710349244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14020,'254710347351','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14021,'254710345914','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14022,'254710345639','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14023,'254710345552','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14024,'254710344054','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14025,'254710338073','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14026,'254710336942','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14027,'254710336698','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14028,'254710335476','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14029,'254710329131','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14030,'254710326157','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14031,'254710323636','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14032,'254710316919','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14033,'254710314112','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14034,'254710309146','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14035,'254710308396','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14036,'254710308273','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14037,'254710304456','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14038,'254710303840','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14039,'254710300025','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14040,'254710299830','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14041,'254710294000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14042,'254710292920','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14043,'254710289770','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14044,'254710284927','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14045,'254710280270','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14046,'254710275910','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14047,'254710275602','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14048,'254710273969','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14049,'254710273187','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14050,'254710268234','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14051,'254710268051','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14052,'254710265315','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14053,'254710263663','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14054,'254710263112','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14055,'254710259831','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14056,'254710256330','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14057,'254710254644','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14058,'254710254524','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14059,'254710253601','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14060,'254710253336','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14061,'254710253239','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14062,'254710252984','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14063,'254710247306','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14064,'254710245350','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14065,'254710243195','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14066,'254710242829','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14067,'254710240870','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14068,'254710239736','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14069,'254710239189','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14070,'254710219758','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14071,'254710218111','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14072,'254710216572','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14073,'254710206244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14074,'254710203027','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14075,'254710200942','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14076,'254710200667','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14077,'254710199317','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14078,'254710193900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14079,'254710193736','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14080,'254710189651','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14081,'254710188660','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14082,'254710180200','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14083,'254710175613','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14084,'254710175576','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14085,'254710172593','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14086,'254710170976','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14087,'254710169446','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14088,'254710166873','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14089,'254710161982','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14090,'254710160754','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14091,'254710158809','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14092,'254710155205','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14093,'254710154121','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14094,'254710141987','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14095,'254710140627','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14096,'254710138968','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14097,'254710133230','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14098,'254710131442','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14099,'254710127370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14100,'254710124463','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14101,'254710122472','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14102,'254710112407','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14103,'254710109928','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14104,'254710104496','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14105,'254710103770','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14106,'254710103532','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14107,'254710102907','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14108,'254709746214','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14109,'254709600055','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14110,'254709150002','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14111,'254709150001','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14112,'254708986865','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14113,'254708986633','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14114,'254708964341','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14115,'254708964203','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14116,'254708963848','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14117,'254708962611','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14118,'254708956584','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14119,'254708951375','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14120,'254708941046','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14121,'254708933567','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14122,'254708933423','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14123,'254708930569','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14124,'254708915776','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14125,'254708902532','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14126,'254708901644','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14127,'254708896786','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14128,'254708896203','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14129,'254708887770','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14130,'254708883504','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14131,'254708881022','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14132,'254708875892','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14133,'254708866177','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14134,'254708859298','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14135,'254708854886','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14136,'254708851957','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14137,'254708836540','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14138,'254708836517','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14139,'254708835986','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14140,'254708835133','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14141,'254708825803','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14142,'254708821979','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14143,'254708812578','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14144,'254708811529','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14145,'254708808404','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14146,'254708800364','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14147,'254708790038','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14148,'254708786786','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14149,'254708781671','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14150,'254708752465','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14151,'254708747590','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14152,'254708739581','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14153,'254708735330','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14154,'254708730422','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14155,'254708726285','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14156,'254708725847','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14157,'254708716195','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14158,'254708700584','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14159,'254708692530','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14160,'254708677389','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14161,'254708672304','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14162,'254708664269','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14163,'254708660756','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14164,'254708648390','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14165,'254708646797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14166,'254708634484','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14167,'254708633161','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14168,'254708628473','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14169,'254708627135','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14170,'254708622270','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14171,'254708622107','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14172,'254708617472','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14173,'254708611309','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14174,'254708605332','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14175,'254708596178','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14176,'254708595981','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14177,'254708594394','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14178,'254708591123','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14179,'254708588574','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14180,'254708586982','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14181,'254708580206','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14182,'254708577839','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14183,'254708573238','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14184,'254708556493','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14185,'254708550472','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14186,'254708527449','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14187,'254708525103','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14188,'254708522847','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14189,'254708521697','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14190,'254708516516','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14191,'254708516231','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14192,'254708506857','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14193,'254708504436','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14194,'254708495954','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14195,'254708494139','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14196,'254708494014','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14197,'254708489570','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14198,'254708488525','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14199,'254708479447','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14200,'254708476890','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14201,'254708476378','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14202,'254708476166','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14203,'254708456138','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14204,'254708454827','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14205,'254708447484','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14206,'254708444629','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14207,'254708443787','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14208,'254708439502','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14209,'254708433981','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14210,'254708433337','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14211,'254708432543','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14212,'254708423198','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14213,'254708422614','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14214,'254708421435','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14215,'254708420117','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14216,'254708416236','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14217,'254708402828','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14218,'254708389312','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14219,'254708354302','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14220,'254708351720','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14221,'254708345513','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14222,'254708345378','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14223,'254708344374','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14224,'254708343005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14225,'254708338574','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14226,'254708338460','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14227,'254708337814','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14228,'254708332272','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14229,'254708323764','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14230,'254708319839','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14231,'254708306861','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14232,'254708303116','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14233,'254708302730','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14234,'254708295231','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14235,'254708292295','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14236,'254708280514','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14237,'254708279193','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14238,'254708277363','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14239,'254708273124','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14240,'254708259090','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14241,'254708259007','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14242,'254708251295','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14243,'254708249079','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14244,'254708247513','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14245,'254708237474','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14246,'254708236722','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14247,'254708232632','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14248,'254708231086','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14249,'254708228943','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14250,'254708225125','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14251,'254708224321','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14252,'254708219236','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14253,'254708218106','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14254,'254708194377','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14255,'254708193609','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14256,'254708187723','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14257,'254708186650','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14258,'254708181781','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14259,'254708167845','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14260,'254708158849','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14261,'254708158004','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14262,'254708154680','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14263,'254708153444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14264,'254708132999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14265,'254708131769','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14266,'254708122678','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14267,'254708118365','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14268,'254708115252','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14269,'254708102402','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14270,'254708102277','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14271,'254708100772','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14272,'254708099205','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14273,'254708098976','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14274,'254708097275','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14275,'254708096699','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14276,'254708095639','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14277,'254708090907','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14278,'254708086418','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14279,'254708074466','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14280,'254708072945','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14281,'254708068533','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14282,'254708064273','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14283,'254708061669','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14284,'254708058809','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14285,'254708058013','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14286,'254708056485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14287,'254708054676','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14288,'254708046485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14289,'254708043762','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14290,'254708042981','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14291,'254708036614','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14292,'254708030005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14293,'254708029550','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14294,'254708016072','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14295,'254708012434','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14296,'254708011307','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14297,'254708009158','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14298,'254708005781','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14299,'254707988999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14300,'254707986137','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14301,'254707982940','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14302,'254707970479','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14303,'254707969058','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14304,'254707961671','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14305,'254707961580','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14306,'254707957496','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14307,'254707956489','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14308,'254707951150','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14309,'254707950936','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14310,'254707949060','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14311,'254707948924','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14312,'254707946188','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14313,'254707942305','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14314,'254707941715','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14315,'254707938036','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14316,'254707936676','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14317,'254707932660','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14318,'254707929404','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14319,'254707927357','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14320,'254707924806','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14321,'254707919065','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14322,'254707905087','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14323,'254707891978','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14324,'254707891551','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14325,'254707885566','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14326,'254707880001','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14327,'254707877522','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14328,'254707875170','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14329,'254707875169','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14330,'254707874700','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14331,'254707865868','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14332,'254707860039','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14333,'254707846373','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14334,'254707846338','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14335,'254707842569','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14336,'254707841168','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14337,'254707838138','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14338,'254707834899','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14339,'254707828576','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14340,'254707828319','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14341,'254707828255','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14342,'254707826803','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14343,'254707815942','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14344,'254707812088','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14345,'254707807820','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14346,'254707795067','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14347,'254707789818','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14348,'254707788399','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14349,'254707772222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14350,'254707763386','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14351,'254707761797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14352,'254707752233','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14353,'254707745726','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14354,'254707744756','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14355,'254707735615','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14356,'254707732325','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14357,'254707727252','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14358,'254707722247','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14359,'254707711025','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14360,'254707706554','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14361,'254707706005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14362,'254707703409','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14363,'254707687933','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14364,'254707684319','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14365,'254707684255','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14366,'254707682167','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14367,'254707680305','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14368,'254707678298','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14369,'254707676796','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14370,'254707674649','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14371,'254707673115','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14372,'254707670573','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14373,'254707666389','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14374,'254707666387','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14375,'254707664406','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14376,'254707664103','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14377,'254707663923','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14378,'254707663660','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14379,'254707662249','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14380,'254707661262','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14381,'254707654012','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14382,'254707646518','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14383,'254707646457','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14384,'254707636262','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14385,'254707634268','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14386,'254707628799','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14387,'254707622252','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14388,'254707616802','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14389,'254707610038','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14390,'254707607854','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14391,'254707604292','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14392,'254707599595','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14393,'254707590162','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14394,'254707585938','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14395,'254707583007','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14396,'254707580660','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14397,'254707574244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14398,'254707572785','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14399,'254707572478','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14400,'254707566731','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14401,'254707564382','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14402,'254707563215','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14403,'254707561142','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14404,'254707559789','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14405,'254707551500','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14406,'254707546013','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14407,'254707545437','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14408,'254707543132','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14409,'254707537343','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14410,'254707535643','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14411,'254707534252','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14412,'254707530415','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14413,'254707517328','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14414,'254707513669','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14415,'254707503717','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14416,'254707500764','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14417,'254707497061','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14418,'254707490468','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14419,'254707462882','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14420,'254707458198','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14421,'254707457438','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14422,'254707456414','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14423,'254707454225','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14424,'254707452218','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14425,'254707451605','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14426,'254707449606','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14427,'254707436925','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14428,'254707434606','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14429,'254707433907','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14430,'254707433144','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14431,'254707431054','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14432,'254707429639','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14433,'254707426366','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14434,'254707423727','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14435,'254707422868','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14436,'254707419646','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14437,'254707417065','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14438,'254707408435','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14439,'254707402914','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14440,'254707398534','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14441,'254707397245','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14442,'254707390708','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14443,'254707387857','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14444,'254707384796','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14445,'254707374562','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14446,'254707373453','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14447,'254707368964','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14448,'254707368347','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14449,'254707367356','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14450,'254707360212','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14451,'254707357717','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14452,'254707354885','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14453,'254707341005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14454,'254707338589','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14455,'254707334536','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14456,'254707333185','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14457,'254707323385','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14458,'254707323342','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14459,'254707311837','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14460,'254707308467','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14461,'254707308038','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14462,'254707301845','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14463,'254707295770','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14464,'254707281308','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14465,'254707278542','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14466,'254707275700','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14467,'254707274561','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14468,'254707269687','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14469,'254707261546','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14470,'254707259597','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14471,'254707253829','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14472,'254707252521','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14473,'254707251584','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14474,'254707249001','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14475,'254707248703','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14476,'254707247412','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14477,'254707242620','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14478,'254707242590','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14479,'254707239850','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14480,'254707237288','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14481,'254707229556','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14482,'254707228444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14483,'254707227072','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14484,'254707225761','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14485,'254707219213','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14486,'254707219088','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14487,'254707212009','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14488,'254707200806','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14489,'254707199439','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14490,'254707198516','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14491,'254707192824','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14492,'254707192036','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14493,'254707191214','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14494,'254707189591','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14495,'254707188807','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14496,'254707179914','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14497,'254707178168','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14498,'254707171797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14499,'254707171155','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14500,'254707169399','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14501,'254707165444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14502,'254707163341','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14503,'254707153271','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14504,'254707152972','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14505,'254707149137','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14506,'254707146888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14507,'254707140904','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14508,'254707139470','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14509,'254707135799','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14510,'254707122517','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14511,'254707117572','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14512,'254707116838','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14513,'254707097721','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14514,'254707097290','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14515,'254707093127','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14516,'254707090240','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14517,'254707089800','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14518,'254707088897','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14519,'254707087511','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14520,'254707084371','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14521,'254707083063','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14522,'254707081502','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14523,'254707081028','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14524,'254707080084','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14525,'254707076086','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14526,'254707074817','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14527,'254707073333','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14528,'254707070455','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14529,'254707070269','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14530,'254707068006','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14531,'254707064650','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14532,'254707063366','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14533,'254707054614','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14534,'254707049010','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14535,'254707048461','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14536,'254707045694','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14537,'254707038112','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14538,'254707037075','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14539,'254707034441','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14540,'254707032829','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14541,'254707032474','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14542,'254707031240','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14543,'254707030022','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14544,'254707026607','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14545,'254707022844','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14546,'254707021554','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14547,'254707014723','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14548,'254707014145','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14549,'254707010151','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14550,'254707002530','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14551,'254706991937','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14552,'254706986934','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14553,'254706985598','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14554,'254706978437','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14555,'254706972161','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14556,'254706971511','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14557,'254706961734','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14558,'254706958859','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14559,'254706949349','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14560,'254706948939','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14561,'254706943651','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14562,'254706938686','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14563,'254706930090','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14564,'254706928383','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14565,'254706926488','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14566,'254706924679','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14567,'254706905359','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14568,'254706900055','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14569,'254706893474','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14570,'254706891590','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14571,'254706871387','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14572,'254706870350','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14573,'254706867971','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14574,'254706861071','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14575,'254706854768','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14576,'254706851768','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14577,'254706851432','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14578,'254706848997','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14579,'254706846305','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14580,'254706833370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14581,'254706820105','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14582,'254706817802','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14583,'254706814659','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14584,'254706813520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14585,'254706805797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14586,'254706802820','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14587,'254706800278','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14588,'254706797590','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14589,'254706793387','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14590,'254706781455','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14591,'254706777743','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14592,'254706771810','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14593,'254706762840','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14594,'254706761834','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14595,'254706754751','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14596,'254706749485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14597,'254706740528','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14598,'254706739779','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14599,'254706737433','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14600,'254706730883','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14601,'254706721535','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14602,'254706721097','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14603,'254706720306','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14604,'254706716912','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14605,'254706705616','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14606,'254706704923','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14607,'254706689232','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14608,'254706682660','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14609,'254706673978','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14610,'254706670856','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14611,'254706667155','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14612,'254706665070','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14613,'254706660625','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14614,'254706660287','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14615,'254706659203','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14616,'254706655396','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14617,'254706637954','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14618,'254706633598','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14619,'254706632133','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14620,'254706631159','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14621,'254706630566','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14622,'254706623111','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14623,'254706622699','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14624,'254706616532','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14625,'254706609184','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14626,'254706605886','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14627,'254706599445','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14628,'254706597803','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14629,'254706572933','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14630,'254706566823','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14631,'254706559023','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14632,'254706557803','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14633,'254706546080','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14634,'254706535462','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14635,'254706532874','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14636,'254706531277','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14637,'254706521414','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14638,'254706519999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14639,'254706513261','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14640,'254706512160','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14641,'254706511784','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14642,'254706511498','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14643,'254706509392','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14644,'254706508821','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14645,'254706507029','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14646,'254706505017','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14647,'254706503732','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14648,'254706502352','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14649,'254706501087','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14650,'254706493387','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14651,'254706491119','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14652,'254706485652','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14653,'254706468440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14654,'254706467189','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14655,'254706459297','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14656,'254706449680','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14657,'254706446674','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14658,'254706444867','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14659,'254706444433','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14660,'254706443886','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14661,'254706442995','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14662,'254706442350','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14663,'254706438819','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14664,'254706432785','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14665,'254706431653','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14666,'254706410554','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14667,'254706410326','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14668,'254706403737','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14669,'254706397968','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14670,'254706396305','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14671,'254706383809','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14672,'254706379929','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14673,'254706377183','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14674,'254706368306','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14675,'254706364339','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14676,'254706362096','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14677,'254706359471','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14678,'254706358961','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14679,'254706343705','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14680,'254706339763','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14681,'254706337434','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14682,'254706323545','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14683,'254706320254','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14684,'254706311442','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14685,'254706310670','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14686,'254706310652','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14687,'254706297659','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14688,'254706290999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14689,'254706278546','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14690,'254706275606','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14691,'254706272900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14692,'254706269841','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14693,'254706267788','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14694,'254706267600','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14695,'254706266388','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14696,'254706266180','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14697,'254706261613','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14698,'254706258667','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14699,'254706252556','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14700,'254706252300','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14701,'254706246625','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14702,'254706238792','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14703,'254706234019','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14704,'254706231649','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14705,'254706225944','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14706,'254706225054','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14707,'254706221625','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14708,'254706221615','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14709,'254706219803','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14710,'254706216257','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14711,'254706215599','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14712,'254706211314','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14713,'254706210925','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14714,'254706208003','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14715,'254706205977','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14716,'254706201425','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14717,'254706197441','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14718,'254706195978','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14719,'254706194597','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14720,'254706194491','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14721,'254706187298','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14722,'254706180581','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14723,'254706172590','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14724,'254706151449','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14725,'254706137171','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14726,'254706135190','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14727,'254706133510','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14728,'254706131889','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14729,'254706130320','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14730,'254706125956','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14731,'254706123262','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14732,'254706123136','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14733,'254706122881','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14734,'254706117844','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14735,'254706116888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14736,'254706114518','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14737,'254706112160','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14738,'254706108964','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14739,'254706106423','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14740,'254706101862','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14741,'254706100108','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14742,'254706097834','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14743,'254706096359','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14744,'254706087674','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14745,'254706085147','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14746,'254706084256','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14747,'254706081760','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14748,'254706080409','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14749,'254706072833','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14750,'254706072164','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14751,'254706068433','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14752,'254706060522','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14753,'254706059249','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14754,'254706054380','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14755,'254706045595','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14756,'254706045238','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14757,'254706035733','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14758,'254706034621','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14759,'254706026109','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14760,'254706010934','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14761,'254706002245','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14762,'254706000936','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14763,'254705993636','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14764,'254705991764','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14765,'254705990642','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14766,'254705980929','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14767,'254705969496','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14768,'254705965258','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14769,'254705956262','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14770,'254705951073','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14771,'254705948096','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14772,'254705946593','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14773,'254705937220','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14774,'254705928763','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14775,'254705922288','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14776,'254705922187','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14777,'254705919936','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14778,'254705918936','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14779,'254705916624','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14780,'254705916533','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14781,'254705907970','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14782,'254705903166','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14783,'254705898136','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14784,'254705896748','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14785,'254705889021','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14786,'254705888215','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14787,'254705884679','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14788,'254705882004','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14789,'254705879486','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14790,'254705876730','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14791,'254705873395','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14792,'254705872411','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14793,'254705871397','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14794,'254705870030','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14795,'254705869421','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14796,'254705867607','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14797,'254705866057','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14798,'254705861934','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14799,'254705860946','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14800,'254705860898','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14801,'254705856116','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14802,'254705844650','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14803,'254705838602','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14804,'254705838117','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14805,'254705837881','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14806,'254705836024','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14807,'254705818977','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14808,'254705818251','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14809,'254705816890','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14810,'254705811999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14811,'254705808518','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14812,'254705805905','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14813,'254705798117','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14814,'254705788184','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14815,'254705785037','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14816,'254705782988','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14817,'254705777931','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14818,'254705759781','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14819,'254705756844','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14820,'254705755396','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14821,'254705741078','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14822,'254705738231','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14823,'254705725372','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14824,'254705721612','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14825,'254705718025','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14826,'254705709767','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14827,'254705708066','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14828,'254705706016','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14829,'254705705712','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14830,'254705704852','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14831,'254705704495','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14832,'254705698809','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14833,'254705695537','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14834,'254705692821','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14835,'254705673811','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14836,'254705670064','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14837,'254705669877','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14838,'254705664139','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14839,'254705653525','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14840,'254705645610','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14841,'254705640051','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14842,'254705638918','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14843,'254705637614','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14844,'254705629004','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14845,'254705627719','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14846,'254705621490','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14847,'254705609320','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14848,'254705607126','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14849,'254705601370','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14850,'254705601251','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14851,'254705598299','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14852,'254705593583','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14853,'254705590837','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14854,'254705581705','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14855,'254705580608','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14856,'254705574994','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14857,'254705571088','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14858,'254705567194','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14859,'254705565987','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14860,'254705562353','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14861,'254705562197','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14862,'254705559479','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14863,'254705555786','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14864,'254705554810','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14865,'254705551999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14866,'254705551735','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14867,'254705551201','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14868,'254705544860','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14869,'254705539827','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14870,'254705537956','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14871,'254705531550','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14872,'254705529313','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14873,'254705522296','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14874,'254705521997','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14875,'254705516208','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14876,'254705514296','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14877,'254705512327','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14878,'254705508090','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14879,'254705503775','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14880,'254705502901','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14881,'254705502222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14882,'254705500337','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14883,'254705496847','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14884,'254705494145','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14885,'254705489329','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14886,'254705488839','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14887,'254705486010','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14888,'254705481794','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14889,'254705480204','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14890,'254705469424','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14891,'254705460008','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14892,'254705456776','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14893,'254705437379','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14894,'254705426662','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14895,'254705423999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14896,'254705416790','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14897,'254705415043','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14898,'254705407079','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14899,'254705400458','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14900,'254705397042','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14901,'254705396661','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14902,'254705390414','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14903,'254705390245','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14904,'254705389898','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14905,'254705386645','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14906,'254705382406','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14907,'254705381791','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14908,'254705381280','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14909,'254705371452','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14910,'254705368485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14911,'254705367005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14912,'254705364917','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14913,'254705363447','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14914,'254705361810','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14915,'254705361268','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14916,'254705360648','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14917,'254705355476','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14918,'254705351133','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14919,'254705347744','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14920,'254705337172','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14921,'254705322289','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14922,'254705320343','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14923,'254705319377','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14924,'254705319164','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14925,'254705318772','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14926,'254705316300','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14927,'254705316073','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14928,'254705303921','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14929,'254705301207','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14930,'254705297510','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14931,'254705285550','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14932,'254705283758','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14933,'254705281754','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14934,'254705264111','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14935,'254705263024','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14936,'254705259499','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14937,'254705255888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14938,'254705252053','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14939,'254705246665','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14940,'254705238743','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14941,'254705234733','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14942,'254705233272','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14943,'254705232642','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14944,'254705229900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14945,'254705219216','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14946,'254705218756','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14947,'254705211849','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14948,'254705204752','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14949,'254705201540','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14950,'254705200523','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14951,'254705200102','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14952,'254705200100','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14953,'254705198503','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14954,'254705182879','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14955,'254705180038','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14956,'254705170997','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14957,'254705170520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14958,'254705164961','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14959,'254705161732','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14960,'254705161009','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14961,'254705155919','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14962,'254705152304','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14963,'254705150150','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14964,'254705149610','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14965,'254705145102','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14966,'254705144445','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14967,'254705139236','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14968,'254705127610','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14969,'254705126329','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14970,'254705125174','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14971,'254705123129','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14972,'254705122626','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14973,'254705119238','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14974,'254705116132','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14975,'254705114358','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14976,'254705109922','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14977,'254705102689','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14978,'254705097552','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14979,'254705090908','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14980,'254705085326','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14981,'254705079437','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14982,'254705075867','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14983,'254705069241','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14984,'254705067625','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14985,'254705061017','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14986,'254705060701','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14987,'254705056960','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14988,'254705051930','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14989,'254705050065','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14990,'254705042050','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14991,'254705036720','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14992,'254705028877','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14993,'254705018281','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14994,'254705016594','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14995,'254705011817','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14996,'254705010079','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14997,'254705008574','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14998,'254705006635','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(14999,'254705002240','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15000,'254704989893','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15001,'254704985080','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15002,'254704984522','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15003,'254704982600','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15004,'254704977644','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15005,'254704977072','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15006,'254704966541','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15007,'254704959521','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15008,'254704957276','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15009,'254704953108','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15010,'254704952434','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15011,'254704942733','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15012,'254704936996','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15013,'254704934561','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15014,'254704930840','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15015,'254704930701','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15016,'254704924341','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15017,'254704923324','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15018,'254704914995','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15019,'254704910372','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15020,'254704908556','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15021,'254704902051','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15022,'254704897474','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15023,'254704895470','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15024,'254704891718','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15025,'254704887058','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15026,'254704883196','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15027,'254704880863','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15028,'254704880836','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15029,'254704877676','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15030,'254704872907','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15031,'254704870250','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15032,'254704870003','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15033,'254704864424','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15034,'254704853637','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15035,'254704852183','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15036,'254704842252','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15037,'254704839372','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15038,'254704834656','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15039,'254704824997','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15040,'254704822421','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15041,'254704821745','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15042,'254704818181','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15043,'254704817443','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15044,'254704802952','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15045,'254704788802','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15046,'254704776577','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15047,'254704775938','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15048,'254704773523','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15049,'254704771592','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15050,'254704764578','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15051,'254704758309','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15052,'254704753771','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15053,'254704748984','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15054,'254704740671','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15055,'254704733311','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15056,'254704732454','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15057,'254704718919','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15058,'254704714707','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15059,'254704701482','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15060,'254704691547','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15061,'254704684054','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15062,'254704682676','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15063,'254704680740','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15064,'254704679619','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15065,'254704677199','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15066,'254704658629','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15067,'254704655076','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15068,'254704653310','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15069,'254704644672','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15070,'254704643680','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15071,'254704642936','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15072,'254704641973','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15073,'254704641041','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15074,'254704640302','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15075,'254704635763','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15076,'254704633357','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15077,'254704630939','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15078,'254704625744','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15079,'254704621388','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15080,'254704621041','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15081,'254704619089','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15082,'254704618382','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15083,'254704616685','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15084,'254704616146','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15085,'254704615771','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15086,'254704607094','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15087,'254704604134','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15088,'254704603942','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15089,'254704596018','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15090,'254704594404','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15091,'254704593924','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15092,'254704590412','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15093,'254704585130','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15094,'254704575480','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15095,'254704563188','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15096,'254704562970','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15097,'254704555140','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15098,'254704549571','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15099,'254704540887','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15100,'254704534029','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15101,'254704532832','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15102,'254704522533','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15103,'254704505713','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15104,'254704497268','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15105,'254704490536','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15106,'254704481157','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15107,'254704473244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15108,'254704471591','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15109,'254704466099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15110,'254704455877','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15111,'254704454538','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15112,'254704451132','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15113,'254704448122','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15114,'254704444116','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15115,'254704443716','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15116,'254704441069','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15117,'254704420846','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15118,'254704420099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15119,'254704417920','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15120,'254704414628','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15121,'254704409086','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15122,'254704405378','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15123,'254704395874','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15124,'254704394606','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15125,'254704391892','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15126,'254704388128','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15127,'254704386731','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15128,'254704381095','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15129,'254704378259','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15130,'254704354749','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15131,'254704340522','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15132,'254704338109','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15133,'254704336024','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15134,'254704333866','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15135,'254704333658','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15136,'254704330687','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15137,'254704326137','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15138,'254704325575','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15139,'254704311679','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15140,'254704305180','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15141,'254704303371','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15142,'254704300918','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15143,'254704298733','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15144,'254704293812','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15145,'254704287931','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15146,'254704281000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15147,'254704269353','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15148,'254704268288','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15149,'254704265413','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15150,'254704260298','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15151,'254704257676','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15152,'254704251068','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15153,'254704247486','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15154,'254704241181','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15155,'254704240871','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15156,'254704235498','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15157,'254704233768','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15158,'254704232130','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15159,'254704225132','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15160,'254704223399','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15161,'254704217997','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15162,'254704213795','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15163,'254704213679','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15164,'254704210622','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15165,'254704206103','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15166,'254704201777','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15167,'254704199949','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15168,'254704191183','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15169,'254704188542','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15170,'254704187331','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15171,'254704178718','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15172,'254704178563','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15173,'254704168756','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15174,'254704162317','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15175,'254704161427','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15176,'254704153577','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15177,'254704148542','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15178,'254704145412','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15179,'254704141009','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15180,'254704135100','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15181,'254704130589','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15182,'254704119891','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15183,'254704119530','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15184,'254704118502','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15185,'254704118386','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15186,'254704118198','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15187,'254704117619','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15188,'254704115182','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15189,'254704113882','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15190,'254704113737','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15191,'254704107033','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15192,'254704106973','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15193,'254704104906','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15194,'254704095668','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15195,'254704094393','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15196,'254704085203','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15197,'254704082750','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15198,'254704081582','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15199,'254704081460','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15200,'254704078749','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15201,'254704077012','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15202,'254704076261','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15203,'254704072611','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15204,'254704070264','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15205,'254704065061','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15206,'254704064614','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15207,'254704062500','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15208,'254704054803','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15209,'254704049166','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15210,'254704039192','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15211,'254704037143','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15212,'254704029190','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15213,'254704029015','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15214,'254704027138','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15215,'254704023923','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15216,'254704020076','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15217,'254704010584','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15218,'254704010260','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15219,'254704004321','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15220,'254704000871','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15221,'254703996203','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15222,'254703990176','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15223,'254703987515','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15224,'254703980608','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15225,'254703974931','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15226,'254703965048','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15227,'254703964710','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15228,'254703950000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15229,'254703946705','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15230,'254703941240','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15231,'254703935838','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15232,'254703919660','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15233,'254703918116','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15234,'254703907283','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15235,'254703902186','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15236,'254703889696','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15237,'254703888534','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15238,'254703888165','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15239,'254703888082','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15240,'254703877017','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15241,'254703873156','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15242,'254703872670','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15243,'254703871085','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15244,'254703867163','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15245,'254703862419','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15246,'254703861726','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15247,'254703859906','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15248,'254703859881','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15249,'254703856895','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15250,'254703850802','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15251,'254703843792','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15252,'254703840684','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15253,'254703839425','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15254,'254703835800','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15255,'254703827300','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15256,'254703824014','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15257,'254703821477','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15258,'254703819144','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15259,'254703818744','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15260,'254703812360','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15261,'254703807352','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15262,'254703802405','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15263,'254703800887','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15264,'254703795388','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15265,'254703788948','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15266,'254703785736','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15267,'254703779242','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15268,'254703778799','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15269,'254703776599','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15270,'254703770055','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15271,'254703766689','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15272,'254703764531','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15273,'254703757379','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15274,'254703752630','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15275,'254703749942','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15276,'254703749403','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15277,'254703746954','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15278,'254703745484','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15279,'254703745277','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15280,'254703740470','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15281,'254703740084','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15282,'254703738241','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15283,'254703735875','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15284,'254703731373','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15285,'254703727127','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15286,'254703725844','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15287,'254703717389','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15288,'254703710573','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15289,'254703703498','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15290,'254703689056','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15291,'254703688879','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15292,'254703679612','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15293,'254703674310','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15294,'254703673865','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15295,'254703663176','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15296,'254703658680','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15297,'254703655274','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15298,'254703654239','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15299,'254703647319','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15300,'254703647284','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15301,'254703647208','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15302,'254703645518','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15303,'254703644013','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15304,'254703643922','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15305,'254703631652','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15306,'254703631466','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15307,'254703630568','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15308,'254703625482','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15309,'254703616822','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15310,'254703613293','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15311,'254703611190','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15312,'254703605489','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15313,'254703603090','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15314,'254703596392','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15315,'254703594440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15316,'254703591388','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15317,'254703586899','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15318,'254703584090','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15319,'254703580324','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15320,'254703573099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15321,'254703572660','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15322,'254703570316','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15323,'254703565087','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15324,'254703560651','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15325,'254703553952','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15326,'254703552132','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15327,'254703550760','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15328,'254703546487','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15329,'254703545191','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15330,'254703540183','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15331,'254703537808','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15332,'254703529392','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15333,'254703524692','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15334,'254703524368','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15335,'254703523998','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15336,'254703523563','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15337,'254703510670','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15338,'254703500404','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15339,'254703497216','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15340,'254703485962','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15341,'254703484250','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15342,'254703478468','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15343,'254703471090','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15344,'254703460720','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15345,'254703458568','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15346,'254703456720','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15347,'254703453491','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15348,'254703451663','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15349,'254703449473','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15350,'254703448857','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15351,'254703437101','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15352,'254703436282','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15353,'254703430213','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15354,'254703430101','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15355,'254703427327','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15356,'254703423344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15357,'254703423206','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15358,'254703408110','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15359,'254703408028','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15360,'254703402441','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15361,'254703401467','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15362,'254703394944','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15363,'254703384646','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15364,'254703377878','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15365,'254703377543','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15366,'254703375953','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15367,'254703374016','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15368,'254703365951','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15369,'254703365285','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15370,'254703363998','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15371,'254703363967','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15372,'254703363843','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15373,'254703362629','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15374,'254703361085','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15375,'254703354502','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15376,'254703330071','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15377,'254703315297','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15378,'254703302638','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15379,'254703300368','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15380,'254703291595','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15381,'254703285990','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15382,'254703281060','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15383,'254703277182','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15384,'254703271216','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15385,'254703266112','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15386,'254703265895','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15387,'254703258101','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15388,'254703253026','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15389,'254703251179','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15390,'254703250333','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15391,'254703248303','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15392,'254703245005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15393,'254703244485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15394,'254703237024','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15395,'254703235252','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15396,'254703233462','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15397,'254703232150','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15398,'254703231350','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15399,'254703229220','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15400,'254703221808','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15401,'254703221434','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15402,'254703214614','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15403,'254703213185','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15404,'254703210839','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15405,'254703201597','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15406,'254703188127','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15407,'254703186440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15408,'254703185448','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15409,'254703180345','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15410,'254703170985','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15411,'254703166615','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15412,'254703162697','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15413,'254703161464','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15414,'254703161180','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15415,'254703154313','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15416,'254703149734','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15417,'254703147634','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15418,'254703139723','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15419,'254703135671','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15420,'254703133443','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15421,'254703129063','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15422,'254703119288','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15423,'254703101165','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15424,'254703100200','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15425,'254703100192','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15426,'254702999000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15427,'254702998327','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15428,'254702991441','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15429,'254702969886','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15430,'254702969095','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15431,'254702968903','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15432,'254702966553','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15433,'254702965954','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15434,'254702960540','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15435,'254702952546','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15436,'254702948185','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15437,'254702947573','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15438,'254702941424','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15439,'254702937828','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15440,'254702933478','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15441,'254702933315','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15442,'254702931205','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15443,'254702930577','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15444,'254702929590','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15445,'254702925898','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15446,'254702925550','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15447,'254702920550','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15448,'254702918729','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15449,'254702915373','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15450,'254702914261','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15451,'254702910146','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15452,'254702909862','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15453,'254702895148','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15454,'254702892467','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15455,'254702892442','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15456,'254702887411','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15457,'254702882232','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15458,'254702880270','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15459,'254702875257','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15460,'254702870939','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15461,'254702868183','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15462,'254702855909','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15463,'254702848598','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15464,'254702845450','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15465,'254702844520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15466,'254702840246','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15467,'254702839156','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15468,'254702837903','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15469,'254702836304','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15470,'254702826777','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15471,'254702818385','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15472,'254702809706','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15473,'254702808881','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15474,'254702803394','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15475,'254702800772','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15476,'254702789448','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15477,'254702787806','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15478,'254702774420','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15479,'254702772546','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15480,'254702771978','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15481,'254702767183','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15482,'254702759405','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15483,'254702759197','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15484,'254702756857','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15485,'254702753381','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15486,'254702751915','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15487,'254702748813','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15488,'254702745547','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15489,'254702742357','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15490,'254702738108','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15491,'254702721267','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15492,'254702716719','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15493,'254702712455','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15494,'254702710722','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15495,'254702709014','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15496,'254702707705','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15497,'254702707337','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15498,'254702695686','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15499,'254702689069','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15500,'254702684932','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15501,'254702682616','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15502,'254702677281','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15503,'254702673184','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15504,'254702671262','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15505,'254702668339','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15506,'254702662270','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15507,'254702659521','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15508,'254702657476','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15509,'254702647717','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15510,'254702647581','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15511,'254702645898','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15512,'254702644995','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15513,'254702643286','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15514,'254702639917','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15515,'254702633818','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15516,'254702627384','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15517,'254702625266','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15518,'254702624753','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15519,'254702618925','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15520,'254702615685','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15521,'254702610788','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15522,'254702609365','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15523,'254702607470','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15524,'254702601092','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15525,'254702597559','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15526,'254702592052','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15527,'254702586836','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15528,'254702583427','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15529,'254702580757','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15530,'254702575637','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15531,'254702575077','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15532,'254702574114','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15533,'254702568872','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15534,'254702561578','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15535,'254702557690','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15536,'254702555881','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15537,'254702544845','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15538,'254702543333','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15539,'254702534073','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15540,'254702527776','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15541,'254702526101','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15542,'254702521107','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15543,'254702520328','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15544,'254702519896','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15545,'254702519018','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15546,'254702515980','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15547,'254702515179','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15548,'254702515125','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15549,'254702514078','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15550,'254702513891','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15551,'254702508131','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15552,'254702507921','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15553,'254702506018','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15554,'254702490419','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15555,'254702486698','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15556,'254702484549','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15557,'254702483500','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15558,'254702479764','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15559,'254702478658','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15560,'254702478287','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15561,'254702468460','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15562,'254702467019','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15563,'254702457749','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15564,'254702455243','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15565,'254702451071','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15566,'254702425834','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15567,'254702424373','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15568,'254702420793','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15569,'254702414139','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15570,'254702410252','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15571,'254702407807','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15572,'254702401585','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15573,'254702397507','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15574,'254702386166','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15575,'254702383310','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15576,'254702380159','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15577,'254702368286','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15578,'254702366721','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15579,'254702364126','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15580,'254702359618','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15581,'254702355024','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15582,'254702350113','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15583,'254702342828','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15584,'254702338801','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15585,'254702335355','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15586,'254702333399','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15587,'254702323848','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15588,'254702306492','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15589,'254702306025','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15590,'254702304007','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15591,'254702299999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15592,'254702299559','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15593,'254702297394','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15594,'254702296273','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15595,'254702293215','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15596,'254702290419','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15597,'254702287706','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15598,'254702283632','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15599,'254702275169','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15600,'254702269315','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15601,'254702251916','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15602,'254702249023','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15603,'254702246129','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15604,'254702245879','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15605,'254702242248','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15606,'254702241524','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15607,'254702241330','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15608,'254702238516','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15609,'254702236971','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15610,'254702235775','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15611,'254702227315','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15612,'254702223659','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15613,'254702222310','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15614,'254702220927','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15615,'254702219430','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15616,'254702213846','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15617,'254702212259','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15618,'254702210390','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15619,'254702196729','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15620,'254702196600','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15621,'254702193395','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15622,'254702186145','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15623,'254702180897','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15624,'254702178574','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15625,'254702177190','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15626,'254702171482','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15627,'254702170771','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15628,'254702170593','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15629,'254702157671','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15630,'254702157003','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15631,'254702156972','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15632,'254702151369','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15633,'254702146842','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15634,'254702143864','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15635,'254702143677','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15636,'254702138455','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15637,'254702132568','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15638,'254702126007','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15639,'254702121316','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15640,'254702118954','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15641,'254702118611','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15642,'254702115915','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15643,'254702115791','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15644,'254702115184','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15645,'254702112439','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15646,'254702111432','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15647,'254702110238','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15648,'254702104340','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15649,'254702101244','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15650,'254702097947','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15651,'254702091614','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15652,'254702090256','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15653,'254702084190','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15654,'254702083879','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15655,'254702082227','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15656,'254702080231','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15657,'254702074234','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15658,'254702073291','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15659,'254702064760','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15660,'254702056140','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15661,'254702056019','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15662,'254702054446','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15663,'254702050729','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15664,'254702041739','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15665,'254702039391','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15666,'254702031163','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15667,'254702027249','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15668,'254702025367','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15669,'254702016251','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15670,'254702014802','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15671,'254702012888','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15672,'254702012345','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15673,'254702010644','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15674,'254702010362','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15675,'254702007502','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15676,'254702001707','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15677,'254701999846','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15678,'254701996234','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15679,'254701973300','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15680,'254701969869','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15681,'254701952101','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15682,'254701949984','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15683,'254701944523','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15684,'254701940475','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15685,'254701931532','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15686,'254701927256','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15687,'254701918852','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15688,'254701909949','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15689,'254701908909','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15690,'254701908731','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15691,'254701903160','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15692,'254701898503','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15693,'254701892825','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15694,'254701884939','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15695,'254701880136','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15696,'254701869822','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15697,'254701850506','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15698,'254701850332','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15699,'254701846097','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15700,'254701841788','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15701,'254701839091','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15702,'254701835599','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15703,'254701827291','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15704,'254701815123','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15705,'254701813224','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15706,'254701807127','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15707,'254701795541','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15708,'254701792279','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15709,'254701767045','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15710,'254701766523','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15711,'254701765535','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15712,'254701765202','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15713,'254701763963','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15714,'254701756796','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15715,'254701756245','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15716,'254701750294','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15717,'254701741737','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15718,'254701734009','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15719,'254701722011','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15720,'254701721315','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15721,'254701709425','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15722,'254701698534','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15723,'254701692605','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15724,'254701687594','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15725,'254701687134','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15726,'254701686081','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15727,'254701683362','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15728,'254701682688','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15729,'254701679493','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15730,'254701676922','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15731,'254701676917','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15732,'254701675429','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15733,'254701673090','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15734,'254701665685','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15735,'254701665189','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15736,'254701653403','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15737,'254701647761','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15738,'254701641140','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15739,'254701633912','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15740,'254701629159','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15741,'254701624234','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15742,'254701621993','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15743,'254701620541','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15744,'254701607109','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15745,'254701605769','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15746,'254701596281','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15747,'254701594713','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15748,'254701593083','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15749,'254701589203','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15750,'254701577780','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15751,'254701574059','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15752,'254701565341','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15753,'254701562626','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15754,'254701561400','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15755,'254701561266','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15756,'254701555482','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15757,'254701554681','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15758,'254701547943','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15759,'254701545361','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15760,'254701538126','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15761,'254701537828','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15762,'254701522968','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15763,'254701522129','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15764,'254701519433','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15765,'254701517044','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15766,'254701515465','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15767,'254701505059','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15768,'254701502084','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15769,'254701486690','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15770,'254701475469','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15771,'254701467696','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15772,'254701467162','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15773,'254701449745','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15774,'254701448450','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15775,'254701444832','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15776,'254701442093','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15777,'254701435068','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15778,'254701432501','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15779,'254701429300','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15780,'254701429215','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15781,'254701425873','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15782,'254701424617','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15783,'254701420243','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15784,'254701411727','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15785,'254701411574','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15786,'254701396887','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15787,'254701396155','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15788,'254701389111','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15789,'254701386827','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15790,'254701377176','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15791,'254701374731','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15792,'254701369672','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15793,'254701368027','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15794,'254701366038','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15795,'254701364186','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15796,'254701362201','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15797,'254701353564','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15798,'254701349807','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15799,'254701349800','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15800,'254701346327','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15801,'254701345353','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15802,'254701344449','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15803,'254701344269','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15804,'254701339137','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15805,'254701339103','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15806,'254701331256','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15807,'254701327080','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15808,'254701323532','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15809,'254701323478','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15810,'254701319950','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15811,'254701312447','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15812,'254701300821','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15813,'254701289790','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15814,'254701288788','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15815,'254701288737','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15816,'254701264354','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15817,'254701259286','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15818,'254701258601','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15819,'254701241749','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15820,'254701236873','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15821,'254701227908','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15822,'254701220455','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15823,'254701214934','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15824,'254701210942','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15825,'254701206169','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15826,'254701202630','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15827,'254701202512','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15828,'254701174025','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15829,'254701167122','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15830,'254701162387','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15831,'254701160116','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15832,'254701150425','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15833,'254701145421','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15834,'254701145305','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15835,'254701144775','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15836,'254701132213','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15837,'254701130621','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15838,'254701127428','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15839,'254701126718','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15840,'254701120167','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15841,'254701114047','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15842,'254701110102','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15843,'254701106730','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15844,'254701105961','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15845,'254701104128','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15846,'254701102994','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15847,'254701098347','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15848,'254701097012','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15849,'254701095895','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15850,'254701094780','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15851,'254701092393','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15852,'254701091395','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15853,'254701091317','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15854,'254701081708','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15855,'254701076191','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15856,'254701075095','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15857,'254701073455','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15858,'254701055334','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15859,'254701041411','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15860,'254701039384','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15861,'254701035904','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15862,'254701035836','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15863,'254701035083','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15864,'254701021069','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15865,'254701020686','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15866,'254701018281','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15867,'254701016811','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''); INSERT INTO `sms` VALUES (15868,'254701013700','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15869,'254701010953','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15870,'254701001825','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15871,'254701000817','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15872,'254700931347','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15873,'254700928596','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15874,'254700925826','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15875,'254700925635','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15876,'254700924289','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15877,'254700923402','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15878,'254700922084','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15879,'254700917574','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15880,'254700914853','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15881,'254700909978','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15882,'254700900163','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15883,'254700896642','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15884,'254700895931','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15885,'254700894993','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15886,'254700887742','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15887,'254700885680','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15888,'254700885005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15889,'254700884328','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15890,'254700882410','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15891,'254700879752','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15892,'254700877727','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15893,'254700875710','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15894,'254700863941','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15895,'254700853807','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15896,'254700846008','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15897,'254700833300','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15898,'254700828099','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15899,'254700816440','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15900,'254700810435','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15901,'254700809111','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15902,'254700807594','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15903,'254700805250','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15904,'254700803922','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15905,'254700798717','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15906,'254700796985','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15907,'254700790750','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15908,'254700782290','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15909,'254700778239','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15910,'254700777558','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15911,'254700776814','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15912,'254700774460','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15913,'254700765987','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15914,'254700764061','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15915,'254700743804','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15916,'254700743494','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15917,'254700740649','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15918,'254700724062','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15919,'254700722069','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15920,'254700720346','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15921,'254700720021','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15922,'254700719110','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15923,'254700712087','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15924,'254700712060','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15925,'254700710632','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15926,'254700710463','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15927,'254700691236','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15928,'254700681959','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15929,'254700681920','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15930,'254700681077','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15931,'254700680968','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15932,'254700663895','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15933,'254700658557','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15934,'254700656035','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15935,'254700653472','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15936,'254700652027','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15937,'254700649701','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15938,'254700647353','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15939,'254700646179','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15940,'254700645802','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15941,'254700643937','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15942,'254700643040','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15943,'254700642585','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15944,'254700638593','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15945,'254700623095','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15946,'254700622398','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15947,'254700622213','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15948,'254700621575','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15949,'254700608608','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15950,'254700607756','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15951,'254700599144','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15952,'254700596115','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15953,'254700583228','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15954,'254700581842','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15955,'254700575043','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15956,'254700574602','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15957,'254700566118','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15958,'254700558713','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15959,'254700557612','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15960,'254700553188','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15961,'254700545123','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15962,'254700536602','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15963,'254700533633','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15964,'254700530568','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15965,'254700530000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15966,'254700529175','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15967,'254700528447','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15968,'254700526125','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15969,'254700522110','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15970,'254700521882','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15971,'254700520398','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15972,'254700519844','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15973,'254700519756','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15974,'254700516624','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15975,'254700515000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15976,'254700513001','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15977,'254700504564','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15978,'254700504550','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15979,'254700500082','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15980,'254700496869','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15981,'254700493519','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15982,'254700484674','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15983,'254700483825','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15984,'254700478843','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15985,'254700478557','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15986,'254700478410','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15987,'254700477710','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15988,'254700476466','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15989,'254700474761','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15990,'254700467182','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15991,'254700467005','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15992,'254700463520','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15993,'254700462923','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15994,'254700452584','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15995,'254700451820','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15996,'254700446870','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15997,'254700446551','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15998,'254700439802','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(15999,'254700435843','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16000,'254700432933','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16001,'254700430554','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16002,'254700429331','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16003,'254700428825','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16004,'254700428137','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16005,'254700416335','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16006,'254700410356','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16007,'254700407570','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16008,'254700405636','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16009,'254700404567','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16010,'254700400209','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16011,'254700396433','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16012,'254700393931','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16013,'254700390851','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16014,'254700389887','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16015,'254700388586','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16016,'254700376863','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16017,'254700376714','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16018,'254700366840','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16019,'254700360906','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16020,'254700359086','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16021,'254700351354','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16022,'254700349265','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16023,'254700346768','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16024,'254700346364','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16025,'254700345994','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16026,'254700340660','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16027,'254700337773','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16028,'254700332508','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16029,'254700327090','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16030,'254700326613','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16031,'254700325279','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16032,'254700325278','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16033,'254700322829','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16034,'254700320250','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16035,'254700314247','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16036,'254700307844','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16037,'254700307743','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16038,'254700305239','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16039,'254700305180','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16040,'254700301269','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16041,'254700288825','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16042,'254700280172','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16043,'254700280022','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16044,'254700276387','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16045,'254700274483','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16046,'254700271400','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16047,'254700264344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16048,'254700264272','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16049,'254700263546','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16050,'254700258295','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16051,'254700254396','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16052,'254700245818','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16053,'254700245674','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16054,'254700240833','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16055,'254700239312','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16056,'254700237427','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16057,'254700236236','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16058,'254700232514','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16059,'254700230000','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16060,'254700222536','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16061,'254700222456','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16062,'254700222344','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16063,'254700216154','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16064,'254700215716','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16065,'254700198596','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16066,'254700195597','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16067,'254700191609','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16068,'254700190900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16069,'254700187599','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16070,'254700185762','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16071,'254700185185','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16072,'254700182681','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16073,'254700178867','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16074,'254700176700','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16075,'254700166166','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16076,'254700159524','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16077,'254700159054','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16078,'254700157013','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16079,'254700147812','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16080,'254700137670','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16081,'254700135852','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16082,'254700133075','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16083,'254700128189','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16084,'254700127070','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16085,'254700117775','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16086,'254700117236','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16087,'254700107049','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16088,'254700106939','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16089,'254700106795','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16090,'254700101820','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16091,'254700100797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16092,'254700088029','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16093,'254700087031','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16094,'254700080178','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16095,'254700080007','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16096,'254700077905','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16097,'254700077084','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16098,'254700071362','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16099,'254700071299','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16100,'254700065150','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16101,'254700063739','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16102,'254700058155','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16103,'254700055786','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16104,'254700051204','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16105,'254700050633','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16106,'254700050140','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16107,'254700045742','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16108,'254700041909','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16109,'254700037619','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16110,'254700036046','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16111,'254700033078','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16112,'254700031444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16113,'254700030074','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16114,'254700021263','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16115,'254700019951','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16116,'254700012689','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16117,'254700011177','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16118,'254700003640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16119,'254700003561','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16120,'254700001895','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16121,'254700000999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16122,'254700000124','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16123,'254207854744','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16124,'254202511320','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16125,'254202444414','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16126,'254202131222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16127,'254202000121','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16128,'254117656174','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16129,'254117462065','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16130,'254117333010','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16131,'254117301171','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16132,'254117046750','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16133,'254116478858','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16134,'254116175279','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16135,'254116059090','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16136,'254116010023','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16137,'254115963930','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16138,'254115960603','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16139,'254115954961','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16140,'254115949967','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16141,'254115949419','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16142,'254115912667','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16143,'254115873388','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16144,'254115850222','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16145,'254115814681','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16146,'254115813089','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16147,'254115803631','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16148,'254115779172','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16149,'254115758870','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16150,'254115751098','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16151,'254115745935','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16152,'254115740050','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16153,'254115725269','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16154,'254115694190','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16155,'254115690990','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16156,'254115670388','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16157,'254115653399','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16158,'254115613094','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16159,'254115606088','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16160,'254115600035','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16161,'254115598162','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16162,'254115586333','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16163,'254115558757','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16164,'254115552777','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16165,'254115546814','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16166,'254115545784','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16167,'254115498880','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16168,'254115481804','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16169,'254115466604','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16170,'254115431509','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16171,'254115429841','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16172,'254115415678','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16173,'254115414332','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16174,'254115406597','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16175,'254115388299','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16176,'254115379145','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16177,'254115323381','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16178,'254115318035','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16179,'254115294494','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16180,'254115252434','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16181,'254115240908','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16182,'254115209613','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16183,'254115201364','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16184,'254115177832','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16185,'254115176522','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16186,'254115154537','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16187,'254115150757','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16188,'254115147517','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16189,'254115137531','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16190,'254115088877','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16191,'254115042511','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16192,'254115029797','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16193,'254115028254','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16194,'254115012181','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16195,'254115009168','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16196,'254115005538','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16197,'254114979607','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16198,'254114959902','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16199,'254114951444','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16200,'254114916999','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16201,'254114904060','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16202,'254114877746','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16203,'254114861646','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16204,'254114800470','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16205,'254114771732','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16206,'254114754023','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16207,'254114725665','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16208,'254114719247','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16209,'254114717526','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16210,'254114712337','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16211,'254114710070','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16212,'254114704329','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16213,'254114697159','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16214,'254114688082','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16215,'254114639179','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16216,'254114624145','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16217,'254114608846','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16218,'254114574944','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16219,'254114563089','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16220,'254114559640','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16221,'254114555485','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16222,'254114546337','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16223,'254114515833','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16224,'254114503403','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16225,'254114491100','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16226,'254114486271','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16227,'254114480197','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16228,'254114445613','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16229,'254114441294','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16230,'254114392195','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16231,'254114391417','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16232,'254114363886','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16233,'254114333400','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16234,'254114322275','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16235,'254114299939','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16236,'254114299261','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16237,'254114294499','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16238,'254114280815','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16239,'254114279935','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16240,'254114260637','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16241,'254114232661','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16242,'254114226868','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16243,'254114204801','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16244,'254114202923','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16245,'254114180781','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16246,'254114180097','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16247,'254114179847','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16248,'254114179521','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16249,'254114157957','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16250,'254114150674','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16251,'254114150121','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16252,'254114142483','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16253,'254114140613','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16254,'254114132676','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16255,'254114121434','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16256,'254114118263','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16257,'254114116897','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16258,'254114090390','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16259,'254114078383','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16260,'254114075281','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16261,'254114074739','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16262,'254114056628','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16263,'254114038488','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16264,'254114035900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16265,'254114026406','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16266,'254114006971','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16267,'254113989382','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16268,'254113982162','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16269,'254113951409','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16270,'254113943166','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16271,'254113936845','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16272,'254113903076','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16273,'254113895408','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16274,'254113892513','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16275,'254113877988','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16276,'254113851672','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16277,'254113835673','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16278,'254113816900','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16279,'254113815796','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16280,'254113809110','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16281,'254113808355','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16282,'254113730111','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16283,'254113665845','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16284,'254113653958','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16285,'254113615645','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16286,'254113607579','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16287,'254113596411','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16288,'254113534003','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16289,'254113532220','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16290,'254113486143','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16291,'254113466700','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16292,'254113457206','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16293,'254113424458','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16294,'254113413967','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16295,'254113406560','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16296,'254113386097','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16297,'254113362506','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16298,'254113311290','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16299,'254113301464','2025-06-01 14:38:41','Happy Madaraka Day from Directors Referral Network (DRN) Club.You are invited to CEOs meeting on 3/6 at 7am in United Sport Club.Come network,trained and get referrals. Meeting happens every 2weeks in golf clubs.Breakfast is 2500.\r\ndirectorsreferralnetwork.org /0714966666. Join Group: shorturl.at/ffUmO','active','1','1',0,0,'',0,'',''),(16300,'254113260520','2025-06-01 14:38:41','